aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/tests/outputs/ignoring-some-failures/output-expected/json-summary.txt
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-30 20:19:25 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-08-30 20:19:25 +0000
commit5852c8b06df9ed961526efb8df02bc00c87b9d4c (patch)
tree7f62188e5d4c4faa9da2be89f5f5ee9d2862f2ff /gm/tests/outputs/ignoring-some-failures/output-expected/json-summary.txt
parent5a02cb48fdff04dc274d4cb1af8c4dc65a503438 (diff)
gm: add self-test to confirm that ignore-failure field is respected
BUG=skia:1578 R=scroggo@google.com Review URL: https://codereview.chromium.org/23799004 git-svn-id: http://skia.googlecode.com/svn/trunk@11047 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/ignoring-some-failures/output-expected/json-summary.txt')
-rw-r--r--gm/tests/outputs/ignoring-some-failures/output-expected/json-summary.txt26
1 files changed, 26 insertions, 0 deletions
diff --git a/gm/tests/outputs/ignoring-some-failures/output-expected/json-summary.txt b/gm/tests/outputs/ignoring-some-failures/output-expected/json-summary.txt
new file mode 100644
index 0000000000..b152d6d035
--- /dev/null
+++ b/gm/tests/outputs/ignoring-some-failures/output-expected/json-summary.txt
@@ -0,0 +1,26 @@
+{
+ "actual-results" : {
+ "failed" : {
+ "8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
+ },
+ "failure-ignored" : {
+ "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ]
+ },
+ "no-comparison" : null,
+ "succeeded" : null
+ },
+ "expected-results" : {
+ "565/selftest1.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 8863920166200910451 ]
+ ],
+ "ignore-failure" : true
+ },
+ "8888/selftest1.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 13451349865803053525 ]
+ ],
+ "ignore-failure" : false
+ }
+ }
+}