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

Side by Side Diff: gm/rebaseline_server/testdata/outputs/expected/compare_rendered_pictures_test.CompareRenderedPicturesTest.test_repo_url/compare_rendered_pictures.json

Issue 451853002: don't list out all sourceSkpFile names in the rebaseline_server UI (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 "resultType": { 3 "resultType": {
4 "headerText": "resultType", 4 "headerText": "resultType",
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 "failed", 10 "failed",
11 1 11 1
12 ], 12 ],
13 [ 13 [
14 "no-comparison", 14 "no-comparison",
15 2 15 2
16 ], 16 ],
17 [ 17 [
18 "succeeded", 18 "succeeded",
19 1 19 1
20 ] 20 ]
21 ] 21 ]
22 }, 22 },
23 "sourceSkpFile": { 23 "sourceSkpFile": {
24 "headerText": "sourceSkpFile", 24 "headerText": "sourceSkpFile",
25 "isFilterable": true, 25 "isFilterable": true,
26 "isSortable": true, 26 "isSortable": true,
27 "useFreeformFilter": false, 27 "useFreeformFilter": true,
28 "valuesAndCounts": [ 28 "valuesAndCounts": [
29 [ 29 [
30 "changed.skp", 30 "changed.skp",
31 1 31 1
32 ], 32 ],
33 [ 33 [
34 "only-in-after.skp", 34 "only-in-after.skp",
35 1 35 1
36 ], 36 ],
37 [ 37 [
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 "imageB": { 142 "imageB": {
143 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path", 143 "baseUrl": "http://storage.cloud.google.com/fakebucket/fake/path",
144 "description": "setB" 144 "description": "setB"
145 }, 145 },
146 "whiteDiffs": { 146 "whiteDiffs": {
147 "baseUrl": "/static/generated-images/whitediffs", 147 "baseUrl": "/static/generated-images/whitediffs",
148 "description": "differing pixels in white" 148 "description": "differing pixels in white"
149 } 149 }
150 } 150 }
151 } 151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698