Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dresult_summary.py39 TestExpectationsFile = test_expectations.TestExpectationsFile variable
62 for expectation in TestExpectationsFile.EXPECTATIONS.values():
64 for timeline in TestExpectationsFile.TIMELINES.values():
Dprinting.py40 TestExpectationsFile = test_expectations.TestExpectationsFile variable
376 desc = TestExpectationsFile.EXPECTATION_DESCRIPTIONS[result.type][0]
492 descriptions = TestExpectationsFile.EXPECTATION_DESCRIPTIONS
494 result = TestExpectationsFile.EXPECTATIONS[key.lower()]
503 result = TestExpectationsFile.EXPECTATIONS[key.lower()]
511 descriptions = TestExpectationsFile.EXPECTATION_DESCRIPTIONS
513 result = TestExpectationsFile.EXPECTATIONS[key.lower()]
Dtest_runner.py67 TestExpectationsFile = test_expectations.TestExpectationsFile variable
109 for expecation_string, expectation_enum in TestExpectationsFile.EXPECTATIONS.iteritems():
112 for modifier_string, modifier_enum in TestExpectationsFile.MODIFIERS.iteritems():
794 if result in TestExpectationsFile.EXPECTATIONS:
795 result_enum_value = TestExpectationsFile.EXPECTATIONS[result]
797 result_enum_value = TestExpectationsFile.MODIFIERS[result]
1108 for result in TestExpectationsFile.EXPECTATION_ORDER:
1113 desc = TestExpectationsFile.EXPECTATION_DESCRIPTIONS[result]
Dtest_expectations.py105 self._expected_failures = TestExpectationsFile(port, expectations,
145 for item in TestExpectationsFile.EXPECTATIONS.items():
223 class TestExpectationsFile: class
843 TestExpectationsFile.MODIFIERS.keys()[:-1])
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dtest_expectations.py91 expectations = test_expectations.TestExpectationsFile(
/external/webkit/Tools/
DChangeLog-2011-02-168035 'suppress_errors' keyword param to the TestExpectationsFile