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

  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 30 """A helper class for reading in and dealing with tests expectations
53 def __init__(self, port, tests, expectations, test_platform_name,
55 """Loads and parses the test expectations given in the string.
59 expectations: test expectations as a string
60 test_platform_name: name of the platform to match expectations
64 in the expectations
65 is_lint_mode: If True, just parse the expectations string
72 self._expected_failures = TestExpectationsFile(port, expectations,
100 If there are no expectations for the test, then "PASS" is returned.""
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/
run_chromium_webkit_tests.py 116 def __init__(self, expectations, test_files):
119 self.expectations = expectations
128 for expectation in TestExpectationsFile.EXPECTATIONS.values():
132 expectations.get_tests_with_timeline(timeline))
218 """Parse the expectations from the test_list files and return a data
336 # Update expectations so that the stats are calculated correctly.
    [all...]

Completed in 60 milliseconds