Home
last modified time | relevance | path

Searched refs:testable (Results 1 – 1 of 1) sorted by relevance

/art/tools/bisection_search/
Dbisection_search.py261 def BugSearch(testable): argument
283 all_methods = testable.GetAllMethods()
287 lambda mid: testable.Test(all_methods[0:mid]))
293 all_passes = testable.GetAllPassesForMethod(faulty_method)
297 lambda mid: testable.Test([faulty_method],
409 testable = Dex2OatWrapperTestable(base_cmd, test_env, args.expected_retcode,
411 if testable.Test(compiled_methods=[]):
412 (method, opt_pass) = BugSearch(testable)