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

Issue 26709003: Fix a minor regex bug. (Closed)

Created:
7 years, 2 months ago by scroggo
Modified:
7 years, 2 months ago
Reviewers:
epoger
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Fix a minor regex bug. Match against '.', rather than any character (how '.' is treated in a regular expression). Previous to this, xfermodes_8888*png matched the expression. R=epoger@google.com Committed: https://code.google.com/p/skia/source/detail?r=11714

Patch Set 1 #

Total comments: 4

Patch Set 2 : Respond to comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M gm/gm_json.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
scroggo
Not a problem, in practice, but I noticed it while investigation rebaseline.py
7 years, 2 months ago (2013-10-10 00:01:04 UTC) #1
bungeman-skia
https://codereview.chromium.org/26709003/diff/1/gm/gm_json.py File gm/gm_json.py (right): https://codereview.chromium.org/26709003/diff/1/gm/gm_json.py#newcode86 gm/gm_json.py:86: IMAGE_FILENAME_PATTERN = '(\S+)_(\S+)\\.png' # matches (testname, config) Wait, won't ...
7 years, 2 months ago (2013-10-10 14:38:15 UTC) #2
epoger
https://codereview.chromium.org/26709003/diff/1/gm/gm_json.py File gm/gm_json.py (right): https://codereview.chromium.org/26709003/diff/1/gm/gm_json.py#newcode86 gm/gm_json.py:86: IMAGE_FILENAME_PATTERN = '(\S+)_(\S+)\\.png' # matches (testname, config) On 2013/10/10 ...
7 years, 2 months ago (2013-10-10 14:41:31 UTC) #3
scroggo
https://codereview.chromium.org/26709003/diff/1/gm/gm_json.py File gm/gm_json.py (right): https://codereview.chromium.org/26709003/diff/1/gm/gm_json.py#newcode86 gm/gm_json.py:86: IMAGE_FILENAME_PATTERN = '(\S+)_(\S+)\\.png' # matches (testname, config) On 2013/10/10 ...
7 years, 2 months ago (2013-10-10 14:59:02 UTC) #4
epoger
LGTM at patchset 2 https://codereview.chromium.org/26709003/diff/1/gm/gm_json.py File gm/gm_json.py (right): https://codereview.chromium.org/26709003/diff/1/gm/gm_json.py#newcode86 gm/gm_json.py:86: IMAGE_FILENAME_PATTERN = '(\S+)_(\S+)\\.png' # matches ...
7 years, 2 months ago (2013-10-10 15:13:46 UTC) #5
scroggo
7 years, 2 months ago (2013-10-10 20:41:48 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 manually as r11714 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698