Searched refs:the_test (Results 1 – 3 of 3) sorted by relevance
106 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_1)(); in instantiate_1() local107 delete the_test; in instantiate_1()115 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_2)(); in instatiate_2() local116 delete the_test; in instatiate_2()124 atf::tests::tc* the_test = new ATF_TEST_CASE_NAME(TEST_MACRO_3)(); in instatiate_3() local125 delete the_test; in instatiate_3()
1020 const struct test *the_test; in main() local1083 the_test = NULL; in main()1086 the_test = &tests[i]; in main()1088 if (the_test == NULL) in main()1090 if ((the_test->t_flags & FLAG_PATH) && (path == NULL)) { in main()1112 the_test = NULL; in main()1115 the_test = &tests[i]; in main()1134 the_test->t_func(iterations, the_test->t_int, path); in main()1137 calls = the_test->t_func(iterations, the_test->t_int, in main()1140 printf("%s\t%ju\t", the_test->t_name, k); in main()
1280 the_test = line.split(",")[1].replace(" ", "") variable1281 asked_tests += [the_test]