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

Unified Diff: gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json

Issue 196533021: rebaseline_server: make intermediate JSON specify base urls for diff images (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: nits Created 6 years, 9 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 | « gm/rebaseline_server/static/view.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json
diff --git a/gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json b/gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json
index 562d6c1424d95cc4acf3068fe0eee4ee84a3aed4..5c106b0565069cd4cd2de765a5bed3f5874340c2 100644
--- a/gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json
+++ b/gm/rebaseline_server/testdata/outputs/expected/results_test.ResultsTest.test_gm/gm.json
@@ -52,7 +52,7 @@
"dataHash": "2099241024256114776",
"isEditable": false,
"isExported": true,
- "schemaVersion": 1,
+ "schemaVersion": 2,
"timeNextUpdateAvailable": null,
"timeUpdated": 12345678,
"type": "all"
@@ -541,14 +541,22 @@
"isDifferent": false
}
],
- "imageSets": [
- {
+ "imageSets": {
+ "diffs": {
+ "baseUrl": "/static/generated-images/diffs",
+ "description": "color difference per channel"
+ },
+ "imageA": {
"baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
"description": "expected image"
},
- {
+ "imageB": {
"baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
"description": "actual image"
+ },
+ "whiteDiffs": {
+ "baseUrl": "/static/generated-images/whitediffs",
+ "description": "differing pixels in white"
}
- ]
+ }
}
« no previous file with comments | « gm/rebaseline_server/static/view.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698