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

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py

Issue 2622033002: [WPT Export] Clean up TODOs (Closed)
Patch Set: Created 3 years, 11 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/w3c/test_exporter.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
index 90ce807a93ca3146ab700a73e480f5ba978213a9..1383056e5843da96f9c6a49aad61be7af53cb5d3 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/w3c/test_exporter.py
@@ -11,8 +11,6 @@ _log = logging.getLogger(__name__)
CHROMIUM_WPT_DIR = 'third_party/WebKit/LayoutTests/imported/wpt/'
-# TODO(jeffcarp): have the script running this fetch Chromium origin/master
-# TODO(jeffcarp): move WPT fetch out of its constructor to match planned ChromiumWPT pattern
class TestExporter(object):

Powered by Google App Engine
This is Rietveld 408576698