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

Unified Diff: tools/tests/rebaseline/output/add-new/output-expected/gm-expectations/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/expected-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: rebase_to_r11062 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
Index: tools/tests/rebaseline/output/add-new/output-expected/gm-expectations/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/expected-results.json
===================================================================
--- tools/tests/rebaseline/output/add-new/output-expected/gm-expectations/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/expected-results.json (revision 0)
+++ tools/tests/rebaseline/output/add-new/output-expected/gm-expectations/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/expected-results.json (working copy)
@@ -1,26 +1,36 @@
{
- "expected-results" : {
- "aaclip_565.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 12345 ]
- ],
- "ignore-failure" : false
- },
- "aaclip_8888.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 67890 ]
- ],
- "ignore-failure" : false
- },
- "aaclip_gpu.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 11899819492385205974 ]
- ],
- "ignore-failure" : false
- },
- "aaclip_pdf.png" : {
- "allowed-digests" : null,
- "ignore-failure" : false
- }
- }
-}
+ "expected-results": {
+ "aaclip_565.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 6190901827590820995
+ ]
+ ]
+ },
+ "aaclip_8888.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 14456211900777561488
+ ]
+ ]
+ },
+ "aaclip_gpu.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 11899819492385205974
+ ]
+ ]
+ },
+ "aaclip_pdf.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 13515207506164874564
+ ]
+ ]
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698