diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-17 18:23:58 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-12-17 18:23:58 +0000 |
commit | 33352d9623f982252aa539741ea38dbc545449b8 (patch) | |
tree | 9d9285d725e3daf74e9d006ee0c7c0b7a43a2eeb /gm/tests/outputs/compared-against-identical-bytes | |
parent | 3b98bfd4023b0cdd853013a3d52a052551ecdbb8 (diff) |
Roll out r6843 to hopefully fix Windows builds
BUG=https://code.google.com/p/skia/issues/detail?id=1023
TBR=borenet
Review URL: https://codereview.appspot.com/6942061
git-svn-id: http://skia.googlecode.com/svn/trunk@6849 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/compared-against-identical-bytes')
-rw-r--r-- | gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line | 2 | ||||
-rw-r--r-- | gm/tests/outputs/compared-against-identical-bytes/output-expected/json-summary.txt | 17 |
2 files changed, 1 insertions, 18 deletions
diff --git a/gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line b/gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line index 556498ab12..6e89999781 100644 --- a/gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line +++ b/gm/tests/outputs/compared-against-identical-bytes/output-expected/command_line @@ -1 +1 @@ -out/Debug/gm --hierarchy --match dashing2 --config 8888 -r gm/tests/inputs/identical-bytes --writeJsonSummary gm/tests/outputs/compared-against-identical-bytes/output-actual/json-summary.txt -w gm/tests/outputs/compared-against-identical-bytes/output-actual/images +out/Debug/gm --hierarchy --match dashing2 --config 8888 -r gm/tests/inputs/identical-bytes -w gm/tests/outputs/compared-against-identical-bytes/output-actual/images diff --git a/gm/tests/outputs/compared-against-identical-bytes/output-expected/json-summary.txt b/gm/tests/outputs/compared-against-identical-bytes/output-expected/json-summary.txt deleted file mode 100644 index cbb28e1172..0000000000 --- a/gm/tests/outputs/compared-against-identical-bytes/output-expected/json-summary.txt +++ /dev/null @@ -1,17 +0,0 @@ -{ - "actual-results" : { - "failed" : null, - "failure-ignored" : null, - "succeeded" : { - "8888/dashing2" : { - "checksum" : 2675870163990933333 - } - } - }, - "expected-results" : { - "8888/dashing2" : { - "checksums" : [ 2675870163990933333 ], - "ignore-failure" : false - } - } -} |