Lines Matching refs:test_selector
266 static bool should_run(struct test_selector *sel, int num, const char *name) in should_run()
309 static bool should_run_subtest(struct test_selector *sel, in should_run_subtest()
310 struct test_selector *subtest_sel, in should_run_subtest()
327 static bool should_tmon(struct test_selector *sel, const char *name) in should_tmon()
583 if (!should_run_subtest(&env.test_selector, in test__start_subtest()
986 static void free_test_selector(struct test_selector *test_selector) in free_test_selector() argument
988 free_test_filter_set(&test_selector->blacklist); in free_test_selector()
989 free_test_filter_set(&test_selector->whitelist); in free_test_selector()
990 free(test_selector->num_set); in free_test_selector()
1014 if (parse_num_list(arg, &env->test_selector.num_set, in parse_arg()
1015 &env->test_selector.num_set_len)) { in parse_arg()
1025 &env->test_selector.whitelist, in parse_arg()
1029 &env->test_selector.whitelist, in parse_arg()
1038 &env->test_selector.blacklist, in parse_arg()
1042 &env->test_selector.blacklist, in parse_arg()
1993 test->should_run = should_run(&env.test_selector, in main()
2086 free_test_selector(&env.test_selector); in main()