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

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

Issue 26294004: GM: Allow ignored-tests.txt to list configs as well as tests (and combinations too) (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: clarify Created 7 years, 2 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
« no previous file with comments | « gm/tests/outputs/ignoring-one-test/output-expected/command_line ('k') | gm/tests/run.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt
===================================================================
--- gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt (revision 11630)
+++ gm/tests/outputs/ignoring-one-test/output-expected/json-summary.txt (working copy)
@@ -1,8 +1,9 @@
{
"actual-results" : {
- "failed" : null,
+ "failed" : {
+ "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ]
+ },
"failure-ignored" : {
- "565/selftest1.png" : [ "bitmap-64bitMD5", 12927999507540085554 ],
"8888/selftest1.png" : [ "bitmap-64bitMD5", 1209453360120438698 ]
},
"no-comparison" : null,
@@ -13,7 +14,7 @@
"allowed-digests" : [
[ "bitmap-64bitMD5", 8863920166200910451 ]
],
- "ignore-failure" : true
+ "ignore-failure" : false
},
"8888/selftest1.png" : {
"allowed-digests" : [
« no previous file with comments | « gm/tests/outputs/ignoring-one-test/output-expected/command_line ('k') | gm/tests/run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698