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

Issue 2687093005: WPT importer: Use concise lists of version specifiers in expectation lines. (Closed)

Created:
3 years, 10 months ago by qyearsley
Modified:
3 years, 10 months ago
Reviewers:
tkent, jeffcarp
CC:
blink-reviews, blink-reviews-w3ctests_chromium.org, chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WPT importer: Use concise lists of version specifiers in expectation lines. For example, instead of adding TestExpectation lines like crbug.com/626703 [ Precise Trusty Mac10.11 Mac10.10 Retina Win7 Win10 Mac10.9 ] external/wpt/foo.html [ Failure ] crbug.com/626703 [ Precise Trusty Mac10.11 Mac10.10 Retina Mac10.9 ] external/wpt/bar.html [ Failure ] Add lines like: crbug.com/626703 external/wpt/foo.html [ Failure ] crbug.com/626703 [ Mac ] external/wpt/bar.html [ Failure ] Note, this change includes the change in https://codereview.chromium.org/2692063002. BUG=655201 Review-Url: https://codereview.chromium.org/2687093005 Cr-Commit-Position: refs/heads/master@{#450264} Committed: https://chromium.googlesource.com/chromium/src/+/14d0f71b8deb5b63f498c92ccc37a65b46536e84

Patch Set 1 #

Patch Set 2 : Implement specifier simplification part #

Total comments: 6

Patch Set 3 : versions->version_specifiers, accept, upper-case macros, use issubset, mame -> name #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -77 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/builder_list.py View 3 chunks +25 lines, -10 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/builder_list_unittest.py View 1 chunk +28 lines, -22 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py View 1 1 chunk +1 line, -0 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py View 1 2 4 chunks +82 lines, -19 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater_unittest.py View 1 2 6 chunks +69 lines, -26 lines 0 comments Download

Messages

Total messages: 23 (17 generated)
qyearsley
3 years, 10 months ago (2017-02-13 19:51:44 UTC) #7
qyearsley
https://codereview.chromium.org/2687093005/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py (right): https://codereview.chromium.org/2687093005/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py#newcode287 third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py:287: specifiers.extend(self.skipped_specifiers(test_name)) The purpose of this is so that Android ...
3 years, 10 months ago (2017-02-13 19:54:23 UTC) #9
jeffcarp
lgtm with nits https://codereview.chromium.org/2687093005/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py (right): https://codereview.chromium.org/2687093005/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py#newcode256 third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py:256: ['BUG_URL [PLATFORM(S)] TEST_MAME [EXPECTATION(S)]'] I know ...
3 years, 10 months ago (2017-02-13 20:42:18 UTC) #10
qyearsley
https://codereview.chromium.org/2687093005/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py File third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py (right): https://codereview.chromium.org/2687093005/diff/20001/third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py#newcode256 third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py:256: ['BUG_URL [PLATFORM(S)] TEST_MAME [EXPECTATION(S)]'] On 2017/02/13 at 20:42:18, jeffcarp ...
3 years, 10 months ago (2017-02-14 00:00:51 UTC) #13
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/2687093005/40001
3 years, 10 months ago (2017-02-14 05:21:50 UTC) #20
commit-bot: I haz the power
3 years, 10 months ago (2017-02-14 05:27:20 UTC) #23
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/14d0f71b8deb5b63f498c92ccc37...

Powered by Google App Engine
This is Rietveld 408576698