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

Unified Diff: tools/tests/rebaseline/input/json1/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json

Issue 23702006: rebaseline.py self-test: validate that unknown fields are maintained (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 4 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/input/json1/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json
===================================================================
--- tools/tests/rebaseline/input/json1/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json (revision 10981)
+++ tools/tests/rebaseline/input/json1/Test-Android-GalaxyNexus-SGX540-Arm7-Debug/expected-results.json (working copy)
@@ -12,7 +12,8 @@
"allowed-digests" : [
[ "bitmap-64bitMD5", 11899819492385205974 ]
],
- "ignore-failure" : false
+ "ignore-failure" : false,
+ "unknown-extra-field" : "make sure that rebaseline.py maintains this unknown field within a record whose allowed-digest IS NOT modified"
},
"aarectmodes_565.png" : {
"allowed-digests" : [
@@ -24,7 +25,8 @@
"allowed-digests" : [
[ "bitmap-64bitMD5", 17796243856503591523 ]
],
- "ignore-failure" : false
+ "ignore-failure" : false,
+ "unknown-extra-field" : "make sure that rebaseline.py maintains this unknown field within a record whose allowed-digest IS modified"
},
"imageblur_8888.png" : {
"allowed-digests" : [

Powered by Google App Engine
This is Rietveld 408576698