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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaseline_unittest.py 249 new_expectations = self._read(self.lion_expectations_path)
250 self.assertMultiLineEqual(new_expectations, """Bug(B) [ Mac Linux XP Debug ] fast/dom/Window/window-postmessage-clone-really-deep-array.html [ Pass ]
451 new_expectations = self._read(self.lion_expectations_path)
452 self.assertMultiLineEqual(new_expectations, "Bug(x) [ Mavericks MountainLion Retina SnowLeopard ] userscripts/first-test.html [ ImageOnlyFailure ]\nbug(z) [ Linux ] userscripts/first-test.html [ ImageOnlyFailure ]\n")
463 new_expectations = self._read(self.lion_expectations_path)
464 self.assertMultiLineEqual(new_expectations, "Bug(x) [ Android Linux Mavericks MountainLion Retina SnowLeopard Win ] userscripts/first-test.html [ ImageOnlyFailure ]\n")
479 new_expectations = self._read(self.lion_expectations_path)
480 self.assertMultiLineEqual(new_expectations, "Bug(x) [ Linux Mavericks MountainLion Retina SnowLeopard Win ] userscripts/first-test.html [ ImageOnlyFailure ]\n")
498 new_expectations = self._read(self.lion_expectations_path)
499 self.assertMultiLineEqual(new_expectations,
    [all...]
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
compare_to_expectations.py 131 new_expectations = {
137 new_expectations[field] = value
145 builder_expectations[image_name] = new_expectations
  /external/skia/gm/rebaseline_server/
compare_to_expectations.py 131 new_expectations = {
137 new_expectations[field] = value
145 builder_expectations[image_name] = new_expectations
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/models/
test_expectations.py 503 new_expectations = []
511 new_expectations.append(TestExpectationParser._inverted_expectation_tokens.get(expectation, expectation))
520 if include_expectations and new_expectations:
521 new_expectations = TestExpectationLine._filter_redundant_expectations(new_expectations)
522 result += ' [ %s ]' % ' '.join(sorted(set(new_expectations)))
550 new_expectations = set(other_map[test])
552 new_expectations |= set(self_map[test])
553 self_map[test] = list(new_expectations) if isinstance(other_map[test], list) else new_expectations
    [all...]

Completed in 281 milliseconds