Searched defs:lint_test_expectations (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dlint-test-expectations33 from webkitpy.layout_tests import lint_test_expectations namespace
36 sys.exit(lint_test_expectations.main(sys.argv[1:], sys.stdout, sys.stderr))
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlint_test_expectations_unittest.py34 from webkitpy.layout_tests import lint_test_expectations namespace
92 res = lint_test_expectations.lint(host, options, logging_stream)
105 res = lint_test_expectations.lint(host, options, logging_stream)
123 res = lint_test_expectations.lint(host, options, logging_stream)
133 orig_lint_fn = lint_test_expectations.lint
148 lint_test_expectations.lint = interrupting_lint
149 res = lint_test_expectations.main([], stdout, stderr)
150 self.assertEqual(res, lint_test_expectations.INTERRUPTED_EXIT_STATUS)
152 lint_test_expectations.lint = successful_lint
153 res = lint_test_expectations
[all...]

Completed in 160 milliseconds