Searched refs:TestExpectationParser (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dtest_expectations.py39 from webkitpy.layout_tests.models.test_expectations import TestExpectationParser namespace
69 parser = TestExpectationParser(self._port_obj, tests, is_lint_mode=True)
/external/chromium_org/media/tools/layout_tests/
H A Dtest_expectations.py95 parsed = TestExpectationParser._tokenize_line('TestExpectations', line, 0)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
H A Dbuildbot_results.py37 TestExpectationParser = test_expectations.TestExpectationParser variable
148 new_expectations_list = [TestExpectationParser._inverted_expectation_tokens[exp] for exp in list(set(actual) | set(expected))]
160 self._print(" %s [ %s ]" % (test, TestExpectationParser._inverted_expectation_tokens[key]))
H A Dprinting.py36 from webkitpy.layout_tests.models.test_expectations import TestExpectations, TestExpectationParser namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
H A Dtest_expectations.py72 class TestExpectationParser(object): class in inherits:object
121 expectation_line = self._create_expectation_line(test_name, [TestExpectationParser.PASS_EXPECTATION], '<Skipped file>')
122 expectation_line.expectations = [TestExpectationParser.SKIP_MODIFIER, TestExpectationParser.WONTFIX_MODIFIER]
242 # FIXME: Seems like these should be classmethods on TestExpectationLine instead of TestExpectationParser.
405 return bool(self.warnings and self.warnings != [TestExpectationParser.MISSING_BUG_WARNING])
507 new_specifiers.append(TestExpectationParser._inverted_configuration_tokens.get(specifier, specifier))
511 new_expectations.append(TestExpectationParser._inverted_expectation_tokens.get(expectation, expectation))
812 TestExpectationParser.SKIP_MODIFIER: SKIP,
813 TestExpectationParser
[all...]
H A Dtest_expectations_unittest.py387 expectation_line = TestExpectationParser._tokenize_line(filename, line, line_number)
744 self._parser = TestExpectationParser(host.port_factory.get('test-win-xp', None), [], is_lint_mode=False)
770 return TestExpectationParser._tokenize_line('path', line, 0)
780 parser = TestExpectationParser(host.port_factory.get('test-win-xp', None), [], is_lint_mode=False)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dflakytests.py33 from webkitpy.layout_tests.models.test_expectations import TestExpectationParser, TestExpectationsModel, TestExpectations namespace
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
H A Dtest_importer.py86 from webkitpy.layout_tests.models.test_expectations import TestExpectationParser namespace
305 parser = TestExpectationParser(port, full_test_list=(), is_lint_mode=False)

Completed in 1136 milliseconds