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

Issue 2511333002: Cleanup after enabling WPTServe. (Closed)

Created:
4 years, 1 month ago by tkent
Modified:
3 years, 11 months ago
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews, tfarina
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Cleanup after enabling WPTServe. * webkitpy/layout_tests and LayoutTests/WPTServeExpectations Remove --enable_wptserve flag and related code. * webkitpy/w3c and other files Stop copying testharnessreport.js, WebIDLParser.js, and vendor-prefix.js. We map LayoutTests/resources/{testharnessreport.js,vendor-prefix.js} into external/wpt by 'alias' feature of WPTServe. So we don't need to copy these files any longer. As for WebIDLParser.js, WPTServe maps /resources/WebIDLParser.js to /resources/webidl2/lib/webidl2.js by default [1] csswg-test doesn't use WPTServe, and we need to update blink_test_runner.cc so that /resoruces/testharness*.js point files in LayoutTests/resources. [1] https://cs.chromium.org/chromium/src/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/wpt/wpt/tools/serve/serve.py?type=cs&l=100 BUG=618366 Review-Url: https://codereview.chromium.org/2511333002 Cr-Commit-Position: refs/heads/master@{#445012} Committed: https://chromium.googlesource.com/chromium/src/+/b39b2b6850398acf84f8bb86038dce754bf778d8

Patch Set 1 #

Patch Set 2 : Cleanup after enabling WPTServe. #

Patch Set 3 : rebase #

Total comments: 10

Patch Set 4 : Update a comment, remove the right testharnessreport.js #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -1426 lines) Patch
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 3 3 chunks +8 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/PRESUBMIT.py View 1 2 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/WebKit/LayoutTests/W3CImportExpectations View 1 2 3 1 chunk +5 lines, -0 lines 0 comments Download
D third_party/WebKit/LayoutTests/WPTServeExpectations View 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/common/vendor-prefix.js View 1 2 1 chunk +0 lines, -100 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/resources/WebIDLParser.js View 1 2 1 chunk +0 lines, -1012 lines 0 comments Download
D third_party/WebKit/LayoutTests/external/wpt/resources/testharnessreport.js View 1 2 3 1 chunk +0 lines, -249 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py View 1 2 4 chunks +1 line, -9 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/port_testcase.py View 1 2 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py View 1 2 1 chunk +0 lines, -7 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/apache_http.py View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py View 1 2 3 1 chunk +3 lines, -23 lines 0 comments Download

Messages

Total messages: 39 (28 generated)
tkent
qyearsley@, would you review this please?
4 years, 1 month ago (2016-11-18 09:24:01 UTC) #15
qyearsley
On 2016/11/18 at 09:24:01, tkent wrote: > qyearsley@, would you review this please? Hi, sorry ...
4 years ago (2016-11-30 19:06:33 UTC) #16
Dirk Pranke
Well, since I just disabled wptserve last night, we're not in a rush to land ...
4 years ago (2016-11-30 19:32:42 UTC) #17
qyearsley
https://codereview.chromium.org/2511333002/diff/60001/content/shell/renderer/layout_test/blink_test_runner.cc File content/shell/renderer/layout_test/blink_test_runner.cc (right): https://codereview.chromium.org/2511333002/diff/60001/content/shell/renderer/layout_test/blink_test_runner.cc#newcode227 content/shell/renderer/layout_test/blink_test_runner.cc:227: // Note that this isn't applied to imported/wpt because ...
3 years, 11 months ago (2017-01-19 18:00:33 UTC) #23
tkent
Patch Set 3 was broken because I removed LT/resources/testharnessreport.js instead of LT/external/wpt/resources/tesrharnessreport.js in it. https://codereview.chromium.org/2511333002/diff/60001/content/shell/renderer/layout_test/blink_test_runner.cc ...
3 years, 11 months ago (2017-01-19 23:49:59 UTC) #26
qyearsley
LGTM https://codereview.chromium.org/2511333002/diff/60001/content/shell/renderer/layout_test/blink_test_runner.cc File content/shell/renderer/layout_test/blink_test_runner.cc (right): https://codereview.chromium.org/2511333002/diff/60001/content/shell/renderer/layout_test/blink_test_runner.cc#newcode248 content/shell/renderer/layout_test/blink_test_runner.cc:248: .Append(FILE_PATH_LITERAL("LayoutTests/")) On 2017/01/19 at 23:49:59, tkent wrote: > ...
3 years, 11 months ago (2017-01-20 00:04:46 UTC) #27
tkent
https://codereview.chromium.org/2511333002/diff/60001/content/shell/renderer/layout_test/blink_test_runner.cc File content/shell/renderer/layout_test/blink_test_runner.cc (right): https://codereview.chromium.org/2511333002/diff/60001/content/shell/renderer/layout_test/blink_test_runner.cc#newcode248 content/shell/renderer/layout_test/blink_test_runner.cc:248: .Append(FILE_PATH_LITERAL("LayoutTests/")) On 2017/01/20 at 00:04:46, qyearsley wrote: > On ...
3 years, 11 months ago (2017-01-20 02:14:05 UTC) #30
tkent
jochen@, would you approve content/shell/renderer/layout_test/blink_test_runner.cc please?
3 years, 11 months ago (2017-01-20 02:17:10 UTC) #33
jochen (gone - plz use gerrit)
lgtm
3 years, 11 months ago (2017-01-20 07:31:59 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2511333002/80001
3 years, 11 months ago (2017-01-20 07:54:14 UTC) #36
commit-bot: I haz the power
3 years, 11 months ago (2017-01-20 07:58:34 UTC) #39
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/b39b2b6850398acf84f8bb86038d...

Powered by Google App Engine
This is Rietveld 408576698