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

Unified Diff: gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt

Issue 12825005: gm self-test: make sure we report failures in individual rendering modes (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: update gm self-test expectations to match patchset 3 Created 7 years, 9 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/pipe-playback-failure/output-expected/json-summary.txt
===================================================================
--- gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt (revision 0)
+++ gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt (working copy)
@@ -1,6 +1,10 @@
{
"actual-results" : {
- "failed" : null,
+ "failed" : {
+ "comparison/selftest1-pipe" : {
epoger 2013/03/14 22:36:27 So now we report cross-drawing-mode results in the
borenet 2013/03/15 20:15:53 This effectively treats the built-in comparisons,
epoger 2013/03/15 22:05:55 I hadn't thought about that either way. Seems lik
+ "checksum" : 4259036727585789440
+ }
+ },
"failure-ignored" : null,
"no-comparison" : null,
"succeeded" : {
@@ -20,6 +24,10 @@
"8888/selftest1" : {
"checksums" : [ 14022967492765711532 ],
"ignore-failure" : false
+ },
+ "comparison/selftest1-pipe" : {
+ "checksums" : [ 14022967492765711532 ],
epoger 2013/03/14 22:36:27 Regardless of whether multiple checksums were allo
borenet 2013/03/15 20:15:53 I'm a bit confused by this. Is the expectation fo
epoger 2013/03/15 22:05:55 Yes, this could get confusing, or we could end up
borenet 2013/03/18 12:26:37 Should this be an error? "Invalid expectation" or
epoger 2013/03/21 16:08:32 Ideally, yes. I think it's a long-term issue, not
+ "ignore-failure" : false
}
}
}

Powered by Google App Engine
This is Rietveld 408576698