Home
last modified time | relevance | path

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

/art/tools/bisection_search/
Dbisection_search.py263 def BugSearch(testable): argument
285 all_methods = testable.GetAllMethods()
289 lambda mid: testable.Test(all_methods[0:mid]))
295 all_passes = testable.GetAllPassesForMethod(faulty_method)
299 lambda mid: testable.Test([faulty_method],
411 testable = Dex2OatWrapperTestable(base_cmd, test_env, args.expected_retcode,
413 if testable.Test(compiled_methods=[]):
414 (method, opt_pass) = BugSearch(testable)