| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index f27baddfc3f4780c831140a786daa97fbac7b22f..cfb9b06c59f6ea6141a4c48265e7fb8031803ca6 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -931,6 +931,7 @@ class Port(object):
|
| return tests_to_skip
|
|
|
| def _expectations_from_skipped_files(self, skipped_file_paths):
|
| + # TODO(qyearsley): Remove this if there are no more "Skipped" files.
|
| tests_to_skip = []
|
| for search_path in skipped_file_paths:
|
| filename = self._filesystem.join(self._absolute_baseline_path(search_path), "Skipped")
|
|
|