Searched refs:test_check (Results 1 – 9 of 9) sorted by relevance
43 void test_check(struct test_result * result, int cond);
56 test_check(result, ret == expected); in test_rc_inst_can_use_presub()
56 void test_check(struct test_result * result, int cond) in test_check() function
79 test_check(result, pass); in test_runner_rc_optimize()
79 test_check(result, pass); in test_runner_rc_regalloc()
154 GST_START_TEST (test_check) in GST_START_TEST() argument299 tcase_add_test (tc, test_check); in gst_preset_suite()
173 [ compile-fail test_check.cpp ]
410 boost-test(COMPILE_FAIL) "serialization/test_check" : "libs/serialization/test/test_check.cpp"2493 …/../bin.v2/libs/serialization/test/test_check.test/clang-darwin-03/debug/threading-multi/visibilit…2494 In file included from test_check.cpp:18:2521 test_check.cpp:85:12: note: in instantiation of function template specialization 'boost::archive::d…2527 In file included from test_check.cpp:18:2554 test_check.cpp:91:12: note: in instantiation of function template specialization 'boost::archive::d…2561 …/../bin.v2/libs/serialization/test/test_check.test/clang-darwin-03/debug/threading-multi/visibilit…2562 …/../bin.v2/libs/serialization/test/test_check.test/clang-darwin-03/debug/threading-multi/visibilit…
1544 def test_check(self): member in RunFuncTestCase