| 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')]
|
|
|