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

Issue 29203002: GM: add --ignoreFailuresFile as an alternative to --ignoreTests (Closed)

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

Description

GM: add --ignoreFailuresFile as an alternative to --ignoreTests (moved from old review at https://codereview.chromium.org/27752002/ ) This will allow the user to specify the tests to ignore failure on as a file, rather than listing them out in the command line (and thus busting the line length limit on Android). BUG=skia:1730 R=scroggo@google.com Committed: https://code.google.com/p/skia/source/detail?r=11855

Patch Set 1 #

Total comments: 2

Patch Set 2 : add_deprecation_warning #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -6 lines) Patch
M gm/gmmain.cpp View 1 4 chunks +67 lines, -3 lines 2 comments Download
M gm/tests/outputs/compared-against-empty-dir/output-expected/stderr View 1 1 chunk +1 line, -0 lines 1 comment Download
M gm/tests/outputs/ignoring-one-test/output-expected/command_line View 1 chunk +1 line, -1 line 0 comments Download
M gm/tests/run.sh View 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
epoger
Patchset 1 was copied in from moved from old review at https://codereview.chromium.org/27752002/ without any changes.
7 years, 2 months ago (2013-10-18 14:45:02 UTC) #1
scroggo
lgtm https://codereview.chromium.org/29203002/diff/1/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/29203002/diff/1/gm/gmmain.cpp#newcode2067 gm/gmmain.cpp:2067: ignoreTestSubstrings.push_back(SkString(FLAGS_ignoreTests[i])); On 2013/10/18 14:36:13, epoger wrote: > On ...
7 years, 2 months ago (2013-10-18 14:50:34 UTC) #2
epoger
Thanks, Leon... please take a look at patchset 2. https://codereview.chromium.org/29203002/diff/20001/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/29203002/diff/20001/gm/gmmain.cpp#newcode2067 gm/gmmain.cpp:2067: ...
7 years, 2 months ago (2013-10-18 14:52:49 UTC) #3
scroggo
lgtm https://codereview.chromium.org/29203002/diff/20001/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/29203002/diff/20001/gm/gmmain.cpp#newcode2067 gm/gmmain.cpp:2067: gm_fprintf(stderr, "you are using deprecated --ignoreTests flag\n"); On ...
7 years, 2 months ago (2013-10-18 14:54:53 UTC) #4
epoger
7 years, 2 months ago (2013-10-18 14:55:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r11855 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698