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

Unified Diff: third_party/WebKit/Tools/Scripts/update-w3c-test-expectations

Issue 2136723002: Create test expectations line automatically from failing test results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Create list of test expectations lines from failing test tree Created 4 years, 5 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/update-w3c-test-expectations
diff --git a/third_party/WebKit/Tools/Scripts/format-webkitpy b/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
similarity index 56%
copy from third_party/WebKit/Tools/Scripts/format-webkitpy
copy to third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
index d96c0c43cce5213ef39af665f27f2b0e48cf1cb0..9b6980792305f4f0c5ac912bf04b77c64702e84e 100755
--- a/third_party/WebKit/Tools/Scripts/format-webkitpy
+++ b/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
@@ -1,11 +1,12 @@
#!/usr/bin/env python
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Coppyright 2016 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import sys
-from webkitpy.formatter.main import main
+from webkitpy.w3c.update_w3c_test_expectations import main
sys.exit(main())
+

Powered by Google App Engine
This is Rietveld 408576698