/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/ |
D | test_expectations_unittest.py | 86 …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 …]
|
D | test_expectations.py | 162 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))):
|
D | test_run_results.py | 87 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/ |
D | buildbot_results.py | 36 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/ |
D | test_expectations_unittest.py | 8 from test_expectations import TestExpectations 19 self.assertEquals(TestExpectations.ParseLine(line), 28 self.assertEquals(TestExpectations.ParseLine(line), 37 self.assertEquals(TestExpectations.ParseLine(line),
|
D | layouttests_unittest.py | 9 from test_expectations import TestExpectations 17 test_expectations = TestExpectations()
|
D | test_expectations.py | 27 class TestExpectations(object): class
|
D | layouttest_analyzer.py | 19 from test_expectations import TestExpectations 172 layouttests_object.JoinWithTestExpectation(TestExpectations()))
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
D | page_runner_unittest.py | 50 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()
|
D | page_measurement_unittest_base.py | 30 expectations=test_expectations.TestExpectations(),
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
D | flakytests.py | 31 …ests.models.test_expectations import TestExpectationParser, TestExpectationsModel, TestExpectations 43 print TestExpectations.list_to_string(expectations.expectation_lines())
|
D | rebaseline.py | 44 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)
|
D | queries.py | 39 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/ |
D | bot_test_expectations.py | 39 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/ |
D | layout_test_runner_unittest.py | 44 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/ |
D | test_expectations.txt | 3 # 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/ |
D | layouttestresults.py | 35 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/ |
D | maps_expectations.py | 21 class MapsExpectations(test_expectations.TestExpectations):
|
D | hardware_accelerated_feature_expectations.py | 21 class HardwareAcceleratedFeatureExpectations(expectations.TestExpectations):
|
D | gpu_process_expectations.py | 21 class GpuProcessExpectations(expectations.TestExpectations):
|
D | webgl_conformance_expectations.py | 21 class WebGLConformanceExpectations(test_expectations.TestExpectations):
|
/external/chromium_org/content/shell/layout_tests/ |
D | TestExpectations | 3 # See http://trac.webkit.org/wiki/TestExpectations for more information on this file.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
D | layout_tests_mover.py | 57 from webkitpy.layout_tests.models.test_expectations import TestExpectations 160 …test_expectations = TestExpectations(self._port, include_overrides=False, model_all_expectations=T… 181 … TestExpectations.list_to_string(test_expectations._expectations, reconstitute_only_these=[]))
|
D | lint_test_expectations.py | 72 test_expectations.TestExpectations(port_to_lint,
|
/external/chromium_org/tools/telemetry/telemetry/ |
D | test.py | 84 return test_expectations.TestExpectations()
|