Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/dashboard/dashboard/
Dcan_bisect_test.py50 can_bisect.IsValidTestForBisect('SupportedMaster/b/t/foo'))
54 can_bisect.IsValidTestForBisect('SupportedMaster/b/t/ref'))
58 can_bisect.IsValidTestForBisect('X/b/t/foo'))
Dcan_bisect.py42 IsValidTestForBisect(self.request.get('test_path')) and
48 def IsValidTestForBisect(test_path): function
Dauto_bisect.py160 if not test or not can_bisect.IsValidTestForBisect(test.test_path):
239 if can_bisect.IsValidTestForBisect(utils.TestPath(anomaly_entity.test)):