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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_configs_test.CompareConfigsTest.test_gm/gm.json

Issue 474813002: rebaseline_server: include setA/setB descriptions in output JSON (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: use posixpath.join() Created 6 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "extraColumnHeaders": { 2 "extraColumnHeaders": {
3 "builder": { 3 "builder": {
4 "headerText": "builder", 4 "headerText": "builder",
5 "isFilterable": true, 5 "isFilterable": true,
6 "isSortable": true, 6 "isSortable": true,
7 "useFreeformFilter": false, 7 "useFreeformFilter": false,
8 "valuesAndCounts": [ 8 "valuesAndCounts": [
9 [ 9 [
10 "Test-Android-GalaxyNexus-SGX540-Arm7-Release", 10 "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "extraColumnOrder": [ 100 "extraColumnOrder": [
101 "builder", 101 "builder",
102 "config", 102 "config",
103 "resultType", 103 "resultType",
104 "test" 104 "test"
105 ], 105 ],
106 "header": { 106 "header": {
107 "dataHash": "-5829724510169924592", 107 "dataHash": "-5829724510169924592",
108 "isEditable": false, 108 "isEditable": false,
109 "isExported": true, 109 "isExported": true,
110 "schemaVersion": 4, 110 "schemaVersion": 5,
111 "timeNextUpdateAvailable": null, 111 "timeNextUpdateAvailable": null,
112 "timeUpdated": 12345678, 112 "timeUpdated": 12345678,
113 "type": "all" 113 "type": "all"
114 }, 114 },
115 "imagePairs": [ 115 "imagePairs": [
116 { 116 {
117 "extraColumns": { 117 "extraColumns": {
118 "builder": "Test-Android-GalaxyNexus-SGX540-Arm7-Release", 118 "builder": "Test-Android-GalaxyNexus-SGX540-Arm7-Release",
119 "config": "TODO", 119 "config": "TODO",
120 "resultType": "no-comparison", 120 "resultType": "no-comparison",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "imageB": { 320 "imageB": {
321 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 321 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
322 "description": "gpu" 322 "description": "gpu"
323 }, 323 },
324 "whiteDiffs": { 324 "whiteDiffs": {
325 "baseUrl": "/static/generated-images/whitediffs", 325 "baseUrl": "/static/generated-images/whitediffs",
326 "description": "differing pixels in white" 326 "description": "differing pixels in white"
327 } 327 }
328 } 328 }
329 } 329 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698