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

Issue 2463743003: Import web-platform-tests manual tests by default (Closed)

Created:
4 years, 1 month ago by foolip
Modified:
4 years, 1 month ago
CC:
chromium-reviews, blink-reviews-w3ctests_chromium.org, tfarina, jam, darin-cc_chromium.org, blink-reviews, Navid Zolghadr
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Import web-platform-tests manual tests by default A few manual tests already pass or fail in a useful way, like stable-state-dialogs-manual.html. More importantly, it is difficult to automate manual tests using wpt_automation if one must first add the -automation.js script to cause the test to be imported. The Fullscreen tests are imported and skipped in TestExpectations so that they can be automated in a coming CL. These tests will all use the same automation script, so the current import rules wouldn't work. The wpt import is done with the same revision as the last import: https://codereview.chromium.org/2448433002 Import wpt@bd99724e428dae78082983eab4675480c43f6234 Using update-w3c-deps in Chromium 55a661e4ed87e54b702de11e69ecc3babb2a96d0. BUG=660846 Committed: https://crrev.com/96df472c108ec278c919bf704ad5c0eaa2621d6f Cr-Commit-Position: refs/heads/master@{#428786}

Patch Set 1 #

Patch Set 2 : update deps_updater_unittest.py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1390 lines, -121 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/W3CImportExpectations View 2 chunks +99 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/imported/wpt/MANIFEST.json View 3 chunks +176 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-exit-fullscreen-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-fullscreen-element-manual.html View 3 chunks +6 lines, -8 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/document-onfullscreenchange-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-containing-iframe-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-enabled-flag-not-set-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-fullscreen-element-sibling-manual.html View 2 chunks +2 lines, -2 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-fullscreen-iframe-child-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-iframe-child-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-ready-check-not-in-document-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-non-top-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-svg-rect-manual.html View 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-svg-svg-manual.html View 1 chunk +17 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/api/element-request-fullscreen-top-manual.html View 2 chunks +8 lines, -5 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-child-manual.html View 2 chunks +8 lines, -7 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-first-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-last-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-parent-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/fullscreen/model/remove-single-manual.html View 1 chunk +3 lines, -3 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-locationbar-manual.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-menubar-manual.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-personalbar-manual.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-scrollbars-manual.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-statusbar-manual.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/browsers/the-window-object/the-windowproxy-object/test-window-proxy-toolbar-manual.html View 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/loading-the-media-resource/stable-state-dialogs-manual.html View 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/semantics/embedded-content/media-elements/loading-the-media-resource/stable-state-dialogs-manual-expected.txt View 1 chunk +9 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/system-state-and-capabilities/the-navigator-object/get-navigatorlanguage-manual.html View 1 chunk +4 lines, -7 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/html/webappapis/system-state-and-capabilities/the-navigator-object/get-navigatorlanguage-manual-expected.txt View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/uievents/keyboard/key-manual.css View 1 chunk +118 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/uievents/keyboard/key-manual.js View 1 chunk +671 lines, -0 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater.py View 2 chunks +0 lines, -20 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/deps_updater_unittest.py View 1 1 chunk +0 lines, -29 lines 0 comments Download

Messages

Total messages: 27 (15 generated)
foolip
PTAL
4 years, 1 month ago (2016-10-31 15:19:36 UTC) #5
Rick Byers
LGTM
4 years, 1 month ago (2016-10-31 15:27:10 UTC) #6
foolip
qyearsley@, this will mean that some new manual tests will trickle in with imports. I ...
4 years, 1 month ago (2016-10-31 15:33:33 UTC) #7
qyearsley
On 2016/10/31 at 15:33:33, foolip wrote: > qyearsley@, this will mean that some new manual ...
4 years, 1 month ago (2016-10-31 16:15:26 UTC) #8
Dirk Pranke
I'm confused by this ... does this mean that a bunch of tests ending in ...
4 years, 1 month ago (2016-10-31 16:33:10 UTC) #12
foolip
On 2016/10/31 16:33:10, Dirk Pranke wrote: > I'm confused by this ... does this mean ...
4 years, 1 month ago (2016-10-31 16:49:33 UTC) #13
Dirk Pranke
ok.
4 years, 1 month ago (2016-10-31 16:55:59 UTC) #14
foolip
On 2016/10/31 16:15:26, qyearsley wrote: > On 2016/10/31 at 15:33:33, foolip wrote: > > qyearsley@, ...
4 years, 1 month ago (2016-10-31 16:58:43 UTC) #17
qyearsley
On 2016/10/31 at 16:58:43, foolip wrote: > On 2016/10/31 16:15:26, qyearsley wrote: > > On ...
4 years, 1 month ago (2016-10-31 17:03:19 UTC) #18
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/2463743003/20001
4 years, 1 month ago (2016-10-31 20:18:53 UTC) #23
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 1 month ago (2016-10-31 20:26:23 UTC) #25
commit-bot: I haz the power
4 years, 1 month ago (2016-10-31 20:29:44 UTC) #27
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/96df472c108ec278c919bf704ad5c0eaa2621d6f
Cr-Commit-Position: refs/heads/master@{#428786}

Powered by Google App Engine
This is Rietveld 408576698