Skip to content
Snippets Groups Projects
Commit c6529eab authored by scott snyder's avatar scott snyder
Browse files

diagnostic for failing tset

parent 7c706bcd
1 merge request!55695AthenaKernel+StoreGate+AthenaServices: Use ConcurrentPtrSet for CondCont dependencies.
......@@ -787,9 +787,11 @@ void test5 (TestRCUSvc& rcusvc)
exp2 << "{[2,t:120,l:10] - [2,t:130,l:20]} " << bptrs[5] << "\n";
exp2 << "{[2,t:130,l:10] - [2,t:135,l:20]} " << bptrs[6] << "\n";
exp2 << "{[20,t:120,l:10] - [20,t:130,l:40]} " << bptrs[8] << "\n";
// xxx
//std::cout << "ss2: " << ss2.str() << "\nexp2: " << exp2.str() << "\n";
assert (ss2.str() == exp2.str());
if (ss2.str() != exp2.str()) {
std::cout << "ss2: " << ss2.str() << "\nexp2: " << exp2.str() << "\n";
std::cout.flush();
std::abort();
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment