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

Unified Diff: tools/tests/rebaseline/input/json1/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/actual-results.json

Issue 23899003: rebaseline.py: fix --add-new when there are no expectations at all (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: fix_actuals_for_new_platform Created 7 years, 3 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 | « no previous file | tools/tests/rebaseline/input/json1/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/expected-results.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/tests/rebaseline/input/json1/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/actual-results.json
===================================================================
--- tools/tests/rebaseline/input/json1/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/actual-results.json (revision 11054)
+++ tools/tests/rebaseline/input/json1/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/actual-results.json (working copy)
@@ -1,34 +1,26 @@
{
"actual-results" : {
- "failed" : {
- "aaclip_565.png" : [ "bitmap-64bitMD5", 6190901827590820995 ],
- "aaclip_8888.png" : [ "bitmap-64bitMD5", 14456211900777561488 ]
- },
+ "failed" : null,
"failure-ignored" : null,
"no-comparison" : {
+ "aaclip_565.png" : [ "bitmap-64bitMD5", 6190901827590820995 ],
epoger 2013/09/03 15:14:41 Patchset 2 fixes actual-results.json for the new p
+ "aaclip_8888.png" : [ "bitmap-64bitMD5", 14456211900777561488 ],
+ "aaclip_gpu.png" : [ "bitmap-64bitMD5", 11899819492385205974 ],
"aaclip_pdf.png" : [ "bitmap-64bitMD5", 13515207506164874564 ]
},
- "succeeded" : {
- "aaclip_gpu.png" : [ "bitmap-64bitMD5", 11899819492385205974 ]
- }
+ "succeeded" : null
},
"expected-results" : {
"aaclip_565.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 12345 ]
- ],
+ "allowed-digests" : null,
"ignore-failure" : false
},
"aaclip_8888.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 67890 ]
- ],
+ "allowed-digests" : null,
"ignore-failure" : false
},
"aaclip_gpu.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 11899819492385205974 ]
- ],
+ "allowed-digests" : null,
"ignore-failure" : false
},
"aaclip_pdf.png" : {
« no previous file with comments | « no previous file | tools/tests/rebaseline/input/json1/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/expected-results.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698