Lines Matching refs:perform_test
100 def check_sanity(choices, perform_test): argument
103 res_a = perform_test(all_a)
110 res_b = perform_test(all_b)
116 def check_sequentially(choices, perform_test): argument
125 res = perform_test(picks)
131 def check_bisect(choices, perform_test): argument
152 res = perform_test(picks)
294 def perform_test(picks): function
320 return perform_test, choices
360 def perform_test(picks): function
365 return perform_test, choices
394 perform_test, choices = prepare_functions(config.file, gooddir,
397 perform_test, choices = prepare_files(gooddir, baddir, rspfile)
407 check_sanity(choices, perform_test)
410 known_good = check_sequentially(choices, perform_test)
412 known_good = check_bisect(choices, perform_test)