HomeSort by relevance Sort by last modified time
    Searched refs:is_flaky (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/flakiness/
is_flaky_test.py 5 """Unit tests for is_flaky."""
7 import is_flaky namespace
21 is_flaky.load_options = self.mock_load_options
42 is_flaky.main()
46 is_flaky.main()
52 ret_code = is_flaky.main()
57 ret_code = is_flaky.main()
62 ret_code = is_flaky.main()
67 ret_code = is_flaky.main()
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 407 def is_flaky(self): member in class:TestExpectationLine
681 elif expectation_line.is_flaky():
    [all...]

Completed in 252 milliseconds