diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-13 14:18:40 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-03-13 14:18:40 +0000 |
commit | 5efdd0cb9cdf4c2017dc6ad70b2503bf04234d9b (patch) | |
tree | 87c0e8196b0b8453fdde805b791b27ee3ab0a10b /gm/tests/outputs/compared-against-identical-bytes-images | |
parent | 530efc808544e9ff79814f61678bd919b168cb21 (diff) |
gm: write all messages to stdout/stderr with "GM:" preamble to distinguish from various debug messages coming from elsewhere
Review URL: https://codereview.chromium.org/12691009
git-svn-id: http://skia.googlecode.com/svn/trunk@8126 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/compared-against-identical-bytes-images')
-rw-r--r-- | gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stderr | 0 | ||||
-rw-r--r-- | gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stdout | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stderr b/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stderr new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stderr diff --git a/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stdout b/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stdout index 73148bae96..5ea8bc7521 100644 --- a/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stdout +++ b/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stdout @@ -1,3 +1,3 @@ -reading from gm/tests/inputs/images/identical-bytes -drawing... selftest1 [300 200] -Ran 1 tests: 1 passed, 0 failed, 0 missing reference images +GM: reading from gm/tests/inputs/images/identical-bytes +GM: drawing... selftest1 [300 200] +GM: Ran 1 tests: 1 passed, 0 failed, 0 missing reference images |