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

Unified Diff: tools/tests/rebaseline/output/add-new/output-expected/gm-expectations/Test-Win7-ShuttleA-HD2000-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-Win7-ShuttleA-HD2000-x86-Release/expected-results.json
===================================================================
--- tools/tests/rebaseline/output/add-new/output-expected/gm-expectations/Test-Win7-ShuttleA-HD2000-x86-Release/expected-results.json (revision 0)
+++ tools/tests/rebaseline/output/add-new/output-expected/gm-expectations/Test-Win7-ShuttleA-HD2000-x86-Release/expected-results.json (working copy)
@@ -1,11 +1,21 @@
{
"expected-results": {
"3x3bitmaprect_565.png": {
- "allowed-digests": null,
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 16998423976396106083
+ ]
+ ],
"ignore-failure": false
},
"3x3bitmaprect_8888.png": {
- "allowed-digests": null,
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 2054956815327187963
+ ]
+ ],
"ignore-failure": false
},
"aaclip_gpu.png": {
@@ -54,7 +64,12 @@
"ignore-failure": false
},
"xfermodeimagefilter_pdf.png": {
- "allowed-digests": null,
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 16502178848783208088
+ ]
+ ],
"ignore-failure": false
},
"xfermodes_pdf.png": {

Powered by Google App Engine
This is Rietveld 408576698