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

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

Issue 2687093005: WPT importer: Use concise lists of version specifiers in expectation lines. (Closed)
Patch Set: versions->version_specifiers, accept, upper-case macros, use issubset, mame -> name Created 3 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
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")

Powered by Google App Engine
This is Rietveld 408576698