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

Issue 12691009: gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messa… (Closed)

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

Description

gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere Committed: https://code.google.com/p/skia/source/detail?r=8126

Patch Set 1 #

Patch Set 2 : split_out_stderr #

Total comments: 1

Patch Set 3 : create gm_fprintf #

Patch Set 4 : tiny fix #

Patch Set 5 : should be no_op #

Patch Set 6 : tiny fix #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+97 lines, -83 lines) Patch
M gm/gm.h View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
M gm/gm_expectations.h View 1 2 3 7 chunks +24 lines, -12 lines 1 comment Download
M gm/gmmain.cpp View 1 2 3 4 5 14 chunks +38 lines, -42 lines 1 comment Download
A gm/tests/outputs/compared-against-different-pixels-images/output-expected/stderr View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gm/tests/outputs/compared-against-different-pixels-images/output-expected/stdout View 1 1 chunk +3 lines, -3 lines 0 comments Download
A gm/tests/outputs/compared-against-different-pixels-json/output-expected/stderr View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gm/tests/outputs/compared-against-different-pixels-json/output-expected/stdout View 1 1 chunk +3 lines, -3 lines 0 comments Download
A gm/tests/outputs/compared-against-empty-dir/output-expected/stderr View 1 1 chunk +2 lines, -0 lines 0 comments Download
M gm/tests/outputs/compared-against-empty-dir/output-expected/stdout View 1 1 chunk +3 lines, -5 lines 0 comments Download
A gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stderr View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stdout View 1 chunk +3 lines, -3 lines 0 comments Download
A gm/tests/outputs/compared-against-identical-bytes-json/output-expected/stderr View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M gm/tests/outputs/compared-against-identical-bytes-json/output-expected/stdout View 1 chunk +3 lines, -3 lines 0 comments Download
A gm/tests/outputs/compared-against-identical-pixels-images/output-expected/stderr View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M gm/tests/outputs/compared-against-identical-pixels-images/output-expected/stdout View 1 chunk +3 lines, -3 lines 0 comments Download
A gm/tests/outputs/compared-against-identical-pixels-json/output-expected/stderr View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M gm/tests/outputs/compared-against-identical-pixels-json/output-expected/stdout View 1 chunk +3 lines, -3 lines 0 comments Download
A gm/tests/outputs/no-readpath/output-expected/stderr View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M gm/tests/outputs/no-readpath/output-expected/stdout View 1 chunk +2 lines, -2 lines 0 comments Download
M gm/tests/run.sh View 1 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
epoger
7 years, 9 months ago (2013-03-12 20:13:38 UTC) #1
epoger
https://codereview.chromium.org/12691009/diff/3002/gm/tests/outputs/compared-against-different-pixels-images/output-expected/stderr File gm/tests/outputs/compared-against-different-pixels-images/output-expected/stderr (right): https://codereview.chromium.org/12691009/diff/3002/gm/tests/outputs/compared-against-different-pixels-images/output-expected/stderr#newcode1 gm/tests/outputs/compared-against-different-pixels-images/output-expected/stderr:1: GM: ---- 8888/selftest1: 60000 (of 60000) differing pixels, max ...
7 years, 9 months ago (2013-03-12 20:15:55 UTC) #2
borenet
On 2013/03/12 20:15:55, epoger wrote: > https://codereview.chromium.org/12691009/diff/3002/gm/tests/outputs/compared-against-different-pixels-images/output-expected/stderr > File > gm/tests/outputs/compared-against-different-pixels-images/output-expected/stderr > (right): > > ...
7 years, 9 months ago (2013-03-12 20:19:06 UTC) #3
epoger
On 2013/03/12 20:19:06, borenet wrote: > On 2013/03/12 20:15:55, epoger wrote: > > > https://codereview.chromium.org/12691009/diff/3002/gm/tests/outputs/compared-against-different-pixels-images/output-expected/stderr ...
7 years, 9 months ago (2013-03-12 20:26:12 UTC) #4
borenet
On 2013/03/12 20:26:12, epoger wrote: > On 2013/03/12 20:19:06, borenet wrote: > > On 2013/03/12 ...
7 years, 9 months ago (2013-03-12 20:41:02 UTC) #5
epoger
On 2013/03/12 20:41:02, borenet wrote: > > Agreed. I attempted that first, but I couldn't ...
7 years, 9 months ago (2013-03-13 01:21:34 UTC) #6
epoger
https://codereview.chromium.org/12691009/diff/27001/gm/gm_expectations.h File gm/gm_expectations.h (right): https://codereview.chromium.org/12691009/diff/27001/gm/gm_expectations.h#newcode57 gm/gm_expectations.h:57: static void gm_fprintf(FILE *stream, const char format[], ...) { ...
7 years, 9 months ago (2013-03-13 01:21:40 UTC) #7
borenet
LGTM https://codereview.chromium.org/12691009/diff/27001/gm/gmmain.cpp File gm/gmmain.cpp (right): https://codereview.chromium.org/12691009/diff/27001/gm/gmmain.cpp#newcode274 gm/gmmain.cpp:274: gm_fprintf(stderr, "\t\t%s pixel_error\n", fFailedTests[i].fName.c_str()); Thanks for directing these ...
7 years, 9 months ago (2013-03-13 11:58:41 UTC) #8
epoger
7 years, 9 months ago (2013-03-13 14:18:48 UTC) #9
Message was sent while issue was closed.
Committed patchset #6 manually as r8126 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698