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

Issue 2110823002: Rename functions in Port related to wptserve and add a helper function. (Closed)

Created:
4 years, 5 months ago by qyearsley
Modified:
4 years, 5 months ago
Reviewers:
Rick Byers
CC:
blink-reviews, chromium-reviews, Dirk Pranke, jsbell
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename functions in Port related to wptserve and add a helper function. This is a refactoring CL which should cause no behavior changes. In this CL: (1) Rename is_wpt_enabled -> is_wptserve_enabled (2) Rename is_wpt_test -> is_wptserve_test (3) Add should_use_wptserve (= is_wptserve enabled and is_wptserve_test). The rational for (2) is that many (most) tests in imported/wpt behave the same if they're run with wptserve and with file://; only a smallish number of the tests behave differently. It may be faster to run the tests if we only use wptserve for the tests that require it; so later we may want to change is_wptserve_test to check some things, e.g. wptserve header files in the directory; or ".http." or ".https." in the file name. BUG=618366 Committed: https://crrev.com/489b7e668259f3e433af13eae79a018bc78beca1 Cr-Commit-Position: refs/heads/master@{#402997}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -21 lines) Patch
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py View 4 chunks +12 lines, -8 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base_unittest.py View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/driver.py View 3 chunks +5 lines, -8 lines 0 comments Download

Messages

Total messages: 9 (3 generated)
qyearsley
4 years, 5 months ago (2016-06-29 18:01:41 UTC) #2
Rick Byers
LGTM
4 years, 5 months ago (2016-06-29 18:28:03 UTC) #3
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/2110823002/1
4 years, 5 months ago (2016-06-29 20:40:24 UTC) #5
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-06-29 23:40:27 UTC) #6
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-06-29 23:40:53 UTC) #7
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 23:43:03 UTC) #9
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/489b7e668259f3e433af13eae79a018bc78beca1
Cr-Commit-Position: refs/heads/master@{#402997}

Powered by Google App Engine
This is Rietveld 408576698