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

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: Remove Layouttestresults.py from patch 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/run-webkit-tests b/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
similarity index 91%
copy from third_party/WebKit/Tools/Scripts/run-webkit-tests
copy to third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
index 4d6826e8f09ebf20ff0378538a8df8bbffd114df..8b5e154e8a42da1b66da9c051a7da2ad20e3c63f 100755
--- a/third_party/WebKit/Tools/Scripts/run-webkit-tests
+++ b/third_party/WebKit/Tools/Scripts/update-w3c-test-expectations
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
qyearsley 2016/07/11 23:17:32 This old-style header can be removed, and at the t
dcampb 2016/07/12 03:55:55 For some reason this patch didn't have the updated
-"""Wrapper around webkitpy/layout_tests/run_webkit_tests.py"""
+"""Wrapper around webkitpy/w3c/update_w3c_test_expectations.py"""
from webkitpy.common import multiprocessing_bootstrap
-multiprocessing_bootstrap.run('webkitpy', 'layout_tests', 'run_webkit_tests.py')
+multiprocessing_bootstrap.run('webkitpy', 'w3c', 'update_w3c_test_expectations.py')
qyearsley 2016/07/11 23:17:32 In this case you probably don't want to use multip
dcampb 2016/07/12 03:55:55 Made the changes to the calling process. I will be

Powered by Google App Engine
This is Rietveld 408576698