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

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

Issue 13650002: gm: report ExpectationsMismatch and RenderModeMismatch results separately (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: record_RenderModeMismatch_separately 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 (revision 0)
@@ -0,0 +1,33 @@
+{
+ "actual-results" : {
+ "failed" : {
epoger 2013/04/04 17:29:44 Note that renderMode results are reported in the J
borenet 2013/04/04 18:05:45 SGTM
+ "comparison/selftest1-pipe" : {
+ "checksum" : 4259036727585789440
+ }
+ },
+ "failure-ignored" : null,
+ "no-comparison" : null,
+ "succeeded" : {
+ "565/selftest1" : {
+ "checksum" : 9512553915271796906
+ },
+ "8888/selftest1" : {
+ "checksum" : 14022967492765711532
+ }
+ }
+ },
+ "expected-results" : {
+ "565/selftest1" : {
+ "checksums" : [ 9512553915271796906 ],
+ "ignore-failure" : false
+ },
+ "8888/selftest1" : {
+ "checksums" : [ 14022967492765711532 ],
+ "ignore-failure" : false
+ },
+ "comparison/selftest1-pipe" : {
+ "checksums" : [ 14022967492765711532 ],
epoger 2013/04/04 17:29:44 Currently, the cross-renderMode comparisons are ru
+ "ignore-failure" : false
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698