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

Unified Diff: gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt

Issue 136883006: make ignored-tests.txt specify full test name, not partial name (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update real ignored-tests.txt file Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt
diff --git a/gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt b/gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt
index a639f7f2bd7c5afceecfa7949aa31f0c03b5d5af..1b667830adab007524ba9985ee0d6f27e3d5512b 100644
--- a/gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt
+++ b/gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt
@@ -1,9 +1,11 @@
{
"actual-results" : {
"failed" : {
- "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ]
+ "565/selftest2.png" : [ "bitmap-64bitMD5", 8863920166200910451 ],
+ "8888/selftest2.png" : [ "bitmap-64bitMD5", 13451349865803053525 ]
},
"failure-ignored" : {
+ "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
"8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
},
"no-comparison" : null,
@@ -14,6 +16,12 @@
"allowed-digests" : [
[ "bitmap-64bitMD5", 8863920166200910451 ]
],
+ "ignore-failure" : true
+ },
+ "565/selftest2.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 12927999507540085554 ]
+ ],
"ignore-failure" : false
},
"8888/selftest1.png" : {
@@ -21,6 +29,12 @@
[ "bitmap-64bitMD5", 13451349865803053525 ]
],
"ignore-failure" : true
+ },
+ "8888/selftest2.png" : {
+ "allowed-digests" : [
+ [ "bitmap-64bitMD5", 1209453360120438698 ]
+ ],
+ "ignore-failure" : false
}
}
}

Powered by Google App Engine
This is Rietveld 408576698