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

Issue 2709103009: Fix specifier simplification and add test. (Closed)

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

Description

Fix specifier simplification and add test. There was still a bug left in logic for simplifying the specifier list for new test expectation lines: specifiers for skipped tests were added after simplification, meaning that in the (common) case where the test fails the same on all platforms and android is skipped, the specifier list is simplified to [ Linux Mac Win ] and then Android is added. The fix is to add specifiers for skipped ports before simplifying. BUG=655201 Review-Url: https://codereview.chromium.org/2709103009 Cr-Commit-Position: refs/heads/master@{#453284} Committed: https://chromium.googlesource.com/chromium/src/+/3e6f43b480f54b4abe4b8a9e8d7e95abec31c2db

Patch Set 1 #

Patch Set 2 : Remove print statements, set MockPortFactory in mock_host method. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -10 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/common/host_mock.py View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/factory_mock.py View 1 chunk +18 lines, -0 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater.py View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/w3c/wpt_expectations_updater_unittest.py View 1 10 chunks +28 lines, -8 lines 0 comments Download

Messages

Total messages: 16 (12 generated)
qyearsley
3 years, 10 months ago (2017-02-24 22:33:21 UTC) #6
jeffcarp
lgtm
3 years, 9 months ago (2017-02-27 18:57:36 UTC) #11
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/2709103009/20001
3 years, 9 months ago (2017-02-27 19:01:40 UTC) #13
commit-bot: I haz the power
3 years, 9 months ago (2017-02-27 19:13:16 UTC) #16
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/3e6f43b480f54b4abe4b8a9e8d7e...

Powered by Google App Engine
This is Rietveld 408576698