Home
last modified time | relevance | path

Searched refs:TestExpectations (Results 1 – 25 of 38) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
Dtest_expectations_unittest.py86 …self._exp = TestExpectations(self._port, self.get_basic_tests(), expectations_dict=expectations_to…
116 …self.assertEqual(TestExpectations.result_was_expected(PASS, set([PASS]), test_needs_rebaselining=F…
117 …self.assertEqual(TestExpectations.result_was_expected(FAIL, set([PASS]), test_needs_rebaselining=F…
120 …self.assertEqual(TestExpectations.result_was_expected(SKIP, set([CRASH]), test_needs_rebaselining=…
123 …self.assertEqual(TestExpectations.result_was_expected(MISSING, set([PASS]), test_needs_rebaselinin…
124 …self.assertEqual(TestExpectations.result_was_expected(MISSING, set([PASS]), test_needs_rebaselinin…
126 …self.assertTrue(TestExpectations.result_was_expected(PASS, set([NEEDS_REBASELINE]), test_needs_reb…
127 …self.assertTrue(TestExpectations.result_was_expected(MISSING, set([NEEDS_REBASELINE]), test_needs_…
128 …self.assertTrue(TestExpectations.result_was_expected(TEXT, set([NEEDS_REBASELINE]), test_needs_reb…
129 …self.assertTrue(TestExpectations.result_was_expected(IMAGE, set([NEEDS_REBASELINE]), test_needs_re…
[all …]
Dtest_expectations.py162 expectation = TestExpectations.expectation_from_string(part)
448 …, expectation_string] for expectation_string, parsed_expectation in TestExpectations.EXPECTATIONS.…
475 for index in TestExpectations.EXPECTATIONS.values():
536 self._expectation_to_tests = self._dict_of_sets(TestExpectations.EXPECTATIONS)
537 self._timeline_to_tests = self._dict_of_sets(TestExpectations.TIMELINES)
538 self._result_type_to_tests = self._dict_of_sets(TestExpectations.RESULT_TYPES)
580 expectation_enum = TestExpectations.EXPECTATIONS.get(keyword.lower(), None)
625 for item in TestExpectations.EXPECTATIONS.items():
766 class TestExpectations(object): class
851 if not (set(expected_results) - (set(TestExpectations.NON_TEST_OUTCOME_EXPECTATIONS))):
Dtest_run_results.py87 for expectation in test_expectations.TestExpectations.EXPECTATIONS.values():
89 for timeline in test_expectations.TestExpectations.TIMELINES.values():
178 …for expecation_string, expectation_enum in test_expectations.TestExpectations.EXPECTATIONS.iterite…
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
Dbuildbot_results.py36 TestExpectations = test_expectations.TestExpectations variable
82 for result in TestExpectations.EXPECTATION_DESCRIPTIONS.keys():
86 desc = TestExpectations.EXPECTATION_DESCRIPTIONS[result]
136 descriptions = TestExpectations.EXPECTATION_DESCRIPTIONS
138 result = TestExpectations.EXPECTATIONS[key.lower()]
146 result = TestExpectations.EXPECTATIONS[key.lower()]
154 descriptions = TestExpectations.EXPECTATION_DESCRIPTIONS
156 result = TestExpectations.EXPECTATIONS[key.lower()]
/external/chromium_org/media/tools/layout_tests/
Dtest_expectations_unittest.py8 from test_expectations import TestExpectations
19 self.assertEquals(TestExpectations.ParseLine(line),
28 self.assertEquals(TestExpectations.ParseLine(line),
37 self.assertEquals(TestExpectations.ParseLine(line),
Dlayouttests_unittest.py9 from test_expectations import TestExpectations
17 test_expectations = TestExpectations()
Dtest_expectations.py27 class TestExpectations(object): class
Dlayouttest_analyzer.py19 from test_expectations import TestExpectations
172 layouttests_object.JoinWithTestExpectation(TestExpectations()))
/external/chromium_org/tools/telemetry/telemetry/page/
Dpage_runner_unittest.py50 expectations = test_expectations.TestExpectations()
67 expectations = test_expectations.TestExpectations()
96 expectations = test_expectations.TestExpectations()
115 expectations = test_expectations.TestExpectations()
176 expectations = test_expectations.TestExpectations()
211 expectations = test_expectations.TestExpectations()
238 expectations = test_expectations.TestExpectations()
272 expectations = test_expectations.TestExpectations()
Dpage_measurement_unittest_base.py30 expectations=test_expectations.TestExpectations(),
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
Dflakytests.py31 …ests.models.test_expectations import TestExpectationParser, TestExpectationsModel, TestExpectations
43 print TestExpectations.list_to_string(expectations.expectation_lines())
Drebaseline.py44 from webkitpy.layout_tests.models.test_expectations import TestExpectations, BASELINE_SUFFIX_LIST, …
155 expectations = TestExpectations(port, [test_name])
418 expectations = TestExpectations(port, include_overrides=False)
426 generic_expectations = TestExpectations(port, tests=[test], include_overrides=False)
441 full_expectations = TestExpectations(port, tests=[test], include_overrides=True)
477 …return set(existing_suffixes) & TestExpectations.suffixes_for_actual_expectations_string(actual_re…
508 … expectations = TestExpectations(port, include_overrides=False, expectations_dict={path: value})
510 … suffixes = TestExpectations.suffixes_for_expectations(expectations.get_expectations(test))
746 expectations = TestExpectations(port, include_overrides=True)
Dqueries.py39 from webkitpy.layout_tests.models.test_expectations import TestExpectations
150 return TestExpectations(port, tests).model()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dbot_test_expectations.py39 from webkitpy.layout_tests.models.test_expectations import TestExpectations
164 return TestExpectations.EXPECTATIONS_TO_STRING.get(exp, None).upper()
169 result = TestExpectations.EXPECTATIONS.get(string.lower(), None)
194 expected = lambda e: TestExpectations.result_was_expected(e, expectations, False)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
Dlayout_test_runner_unittest.py44 TestExpectations = test_expectations.TestExpectations variable
106 expectations = TestExpectations(runner._port, tests)
116 run_results = TestRunResults(TestExpectations(runner._port, test_names), len(test_names))
143 expectations = TestExpectations(runner._port, tests=[test])
/external/chromium_org/webkit/tools/layout_tests/
Dtest_expectations.txt3 # src/third_party/WebKit/LayoutTests/TestExpectations where they will remain
16 # src/third_party/WebKit/LayoutTests/TestExpectations . If you are unable to do
30 # src/third_party/WebKit/LayoutTests/TestExpectations . Right?)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/
Dlayouttestresults.py35 from webkitpy.layout_tests.models.test_expectations import TestExpectations
74 tokens = map(TestExpectations.expectation_from_string, results_string.split(' '))
/external/chromium_org/content/test/gpu/gpu_tests/
Dmaps_expectations.py21 class MapsExpectations(test_expectations.TestExpectations):
Dhardware_accelerated_feature_expectations.py21 class HardwareAcceleratedFeatureExpectations(expectations.TestExpectations):
Dgpu_process_expectations.py21 class GpuProcessExpectations(expectations.TestExpectations):
Dwebgl_conformance_expectations.py21 class WebGLConformanceExpectations(test_expectations.TestExpectations):
/external/chromium_org/content/shell/layout_tests/
DTestExpectations3 # See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Dlayout_tests_mover.py57 from webkitpy.layout_tests.models.test_expectations import TestExpectations
160 …test_expectations = TestExpectations(self._port, include_overrides=False, model_all_expectations=T…
181TestExpectations.list_to_string(test_expectations._expectations, reconstitute_only_these=[]))
Dlint_test_expectations.py72 test_expectations.TestExpectations(port_to_lint,
/external/chromium_org/tools/telemetry/telemetry/
Dtest.py84 return test_expectations.TestExpectations()

12