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

Unified Diff: tools/tests/rebaseline/output/using-json1-expectations/output-expected/gm-expectations/base-shuttle-win7-intel-float/expected-results.json

Issue 18348018: rebaseline.py: if expectations dir contains JSON format results, update those instead of image files (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: ready_for_review Created 7 years, 6 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/using-json1-expectations/output-expected/gm-expectations/base-shuttle-win7-intel-float/expected-results.json
===================================================================
--- tools/tests/rebaseline/output/using-json1-expectations/output-expected/gm-expectations/base-shuttle-win7-intel-float/expected-results.json (revision 9897)
+++ tools/tests/rebaseline/output/using-json1-expectations/output-expected/gm-expectations/base-shuttle-win7-intel-float/expected-results.json (working copy)
@@ -1,52 +1,70 @@
{
- "expected-results" : {
- "3x3bitmaprect_565.png" : {
- "allowed-digests" : null,
- "ignore-failure" : false
- },
- "3x3bitmaprect_8888.png" : {
- "allowed-digests" : null,
- "ignore-failure" : false
- },
- "aaclip_gpu.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 11899819492385205974 ]
- ],
- "ignore-failure" : false
- },
- "aarectmodes_565.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 14760033689012826769 ]
- ],
- "ignore-failure" : false
- },
- "imageblur_565.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 3359963596899141322 ]
- ],
- "ignore-failure" : false
- },
- "imageblur_8888.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 4217923806027861152 ]
- ],
- "ignore-failure" : false
- },
- "shadertext3_8888.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 3713708307125704716 ]
- ],
- "ignore-failure" : false
- },
- "xfermodeimagefilter_pdf.png" : {
- "allowed-digests" : null,
- "ignore-failure" : false
- },
- "xfermodes_pdf.png" : {
- "allowed-digests" : [
- [ "bitmap-64bitMD5", 9151974350149210736 ]
- ],
- "ignore-failure" : false
- }
- }
-}
+ "expected-results": {
+ "3x3bitmaprect_565.png": {
+ "allowed-digests": null,
+ "ignore-failure": false
+ },
+ "3x3bitmaprect_8888.png": {
+ "allowed-digests": null,
+ "ignore-failure": false
+ },
+ "aaclip_gpu.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 11899819492385205974
+ ]
+ ],
+ "ignore-failure": false
+ },
+ "aarectmodes_565.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 14760033689012826769
+ ]
+ ],
+ "ignore-failure": false
+ },
+ "imageblur_565.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 3359963596899141322
+ ]
+ ],
+ "ignore-failure": false
+ },
+ "imageblur_8888.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 4217923806027861152
+ ]
+ ],
+ "ignore-failure": false
+ },
+ "shadertext3_8888.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 3713708307125704716
+ ]
+ ],
+ "ignore-failure": false
+ },
+ "xfermodeimagefilter_pdf.png": {
+ "allowed-digests": null,
+ "ignore-failure": false
+ },
+ "xfermodes_pdf.png": {
+ "allowed-digests": [
+ [
+ "bitmap-64bitMD5",
+ 9151974350149210736
+ ]
+ ],
+ "ignore-failure": false
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698