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 |
} |
} |
} |