Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(936)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py

Issue 1762113003: Work in progress to triage remaining 10.11 failures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@more_cleanup
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
index f98d83a5d0d73509aa433abfa6eef86f5036631f..dbb98f9287e6c8bc0c970548c3a4d5edba63d0e0 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/mac.py
@@ -112,9 +112,3 @@ class MacPort(base.Port):
def _path_to_wdiff(self):
return 'wdiff'
-
- def _port_specific_expectations_files(self):
- # FIXME: Delete this file once the 10.11 failures have been rebaselined or triaged
- # and we know why we're seeing failures on 10.9 and 10.10 ...
- return super(MacPort, self)._port_specific_expectations_files() + [
- self.host.filesystem.join(self.layout_tests_dir(), 'Mac10_11_Expectations')]
« no previous file with comments | « third_party/WebKit/LayoutTests/platform/mac/fast/encoding/denormalised-voiced-japanese-chars-expected.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698