Lines Matching refs:CHECK_MESSAGE
122 CHECK_MESSAGE( dest.get_count(i) == 1, "" ); in test_single_dest()
136 CHECK_MESSAGE( v == 1, "" ); in test_single_dest()
150 CHECK_MESSAGE( v == 1, "" ); in test_single_dest()
157 CHECK_MESSAGE( src_copy.register_successor(dest_c), "" ); in test_single_dest()
160 CHECK_MESSAGE( dest_c.get_count(i) == 1, "" ); in test_single_dest()
179 CHECK_MESSAGE( v == 1, "" ); in test_reset()
191 CHECK_MESSAGE( v == 1, "" ); in test_reset()
201 CHECK_MESSAGE( v == 0, "" ); in test_reset()
211 CHECK_MESSAGE( v == 0, "" ); in test_reset()
220 CHECK_MESSAGE( v == 1, "" ); in test_reset()
228 CHECK_MESSAGE( v == 0, "" ); in test_reset()
236 CHECK_MESSAGE( v == 1, "" ); in test_reset()
246 CHECK_MESSAGE( v == 0, "" ); in test_reset()
253 CHECK_MESSAGE( v == 0, "" ); in test_reset()
286 CHECK_MESSAGE((successor.try_get(storage) && !successor.try_get(storage)), in test_follows_and_precedes_api()
327 CHECK_MESSAGE((in.try_get(tmp) == false), "try_get before activation should not succeed");