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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
test_expectations.py 39 from webkitpy.layout_tests.models.test_expectations import TestExpectationParser
69 parser = TestExpectationParser(self._port_obj, tests, is_lint_mode=True)
  /external/chromium_org/media/tools/layout_tests/
test_expectations.py 95 parsed = TestExpectationParser._tokenize_line('TestExpectations', line, 0)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results.py 37 TestExpectationParser = test_expectations.TestExpectationParser
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]))
printing.py 36 from webkitpy.layout_tests.models.test_expectations import TestExpectations, TestExpectationParser
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 72 class TestExpectationParser(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))
    [all...]
test_expectations_unittest.py 387 expectation_line = TestExpectationParser._tokenize_line(filename, line, line_number)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
flakytests.py 33 from webkitpy.layout_tests.models.test_expectations import TestExpectationParser, TestExpectationsModel, TestExpectations
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 86 from webkitpy.layout_tests.models.test_expectations import TestExpectationParser
305 parser = TestExpectationParser(port, full_test_list=(), is_lint_mode=False)

Completed in 718 milliseconds