Searched refs:test_check (Results 1 – 7 of 7) sorted by relevance
60 static void test_check(void) { in test_check() function141 test_check(); in main()
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()
1394 def test_check(self): member in RunFuncTestCase