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

Issue 2624133003: Add --test_filter with * wildcard functionality for classname and (Closed)

Created:
3 years, 11 months ago by Robert Ogden
Modified:
3 years, 11 months ago
Reviewers:
RyanSturm
CC:
chromium-reviews, tbansal+watch-data-reduction-proxy_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add --test_filter with * wildcard functionality for classname and methodname. Example: --test_filter=Hello.W* Matches classname='Hello' and methodname='W*' BUG=669956 Review-Url: https://codereview.chromium.org/2624133003 Cr-Commit-Position: refs/heads/master@{#443004} Committed: https://chromium.googlesource.com/chromium/src/+/2afc205491aaace614ef521ce636fc59d0a83e8b

Patch Set 1 #

Total comments: 4

Patch Set 2 : Change regex to allow TestClass* #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -1 line) Patch
M tools/chrome_proxy/webdriver/common.py View 1 3 chunks +27 lines, -1 line 0 comments Download

Messages

Total messages: 10 (4 generated)
Robert Ogden
3 years, 11 months ago (2017-01-11 17:22:09 UTC) #2
RyanSturm
https://codereview.chromium.org/2624133003/diff/1/tools/chrome_proxy/webdriver/common.py File tools/chrome_proxy/webdriver/common.py (right): https://codereview.chromium.org/2624133003/diff/1/tools/chrome_proxy/webdriver/common.py#newcode35 tools/chrome_proxy/webdriver/common.py:35: return re.match('^[A-Za-z_0-9\*]+\.[A-Za-z_0-9\*]+$', v).group(0) This should accept TestClass* in addition ...
3 years, 11 months ago (2017-01-11 17:42:10 UTC) #3
Robert Ogden
https://codereview.chromium.org/2624133003/diff/1/tools/chrome_proxy/webdriver/common.py File tools/chrome_proxy/webdriver/common.py (right): https://codereview.chromium.org/2624133003/diff/1/tools/chrome_proxy/webdriver/common.py#newcode35 tools/chrome_proxy/webdriver/common.py:35: return re.match('^[A-Za-z_0-9\*]+\.[A-Za-z_0-9\*]+$', v).group(0) On 2017/01/11 17:42:10, Ryan Sturm wrote: ...
3 years, 11 months ago (2017-01-11 19:19:45 UTC) #4
RyanSturm
lgtm
3 years, 11 months ago (2017-01-11 20:04:55 UTC) #5
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/2624133003/20001
3 years, 11 months ago (2017-01-11 20:46:14 UTC) #7
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 22:10:28 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/2afc205491aaace614ef521ce636...

Powered by Google App Engine
This is Rietveld 408576698