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

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

Issue 216103004: teach rebaseline_server how to compare results of multiple render_pictures runs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: ravi comments Created 6 years, 8 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
(Empty)
1 {
2 "extraColumnHeaders": {
3 "builder": {
4 "headerText": "builder",
5 "isFilterable": true,
6 "isSortable": true,
7 "valuesAndCounts": {
8 "builder1": 2
9 }
10 },
11 "config": {
12 "headerText": "config",
13 "isFilterable": true,
14 "isSortable": true,
15 "valuesAndCounts": {
16 "TODO": 2
17 }
18 },
19 "resultType": {
20 "headerText": "resultType",
21 "isFilterable": true,
22 "isSortable": true,
23 "valuesAndCounts": {
24 "failed": 1,
25 "no-comparison": 0,
26 "succeeded": 1
27 }
28 },
29 "test": {
30 "headerText": "test",
31 "isFilterable": true,
32 "isSortable": true,
33 "valuesAndCounts": {
34 "changed.png": 1,
35 "unchanged.png": 1
36 }
37 }
38 },
39 "header": {
40 "dataHash": "3972200251153667246",
41 "isEditable": false,
42 "isExported": true,
43 "schemaVersion": 2,
44 "timeNextUpdateAvailable": null,
45 "timeUpdated": 12345678,
46 "type": "all"
47 },
48 "imagePairs": [
49 {
50 "extraColumns": {
51 "builder": "builder1",
52 "config": "TODO",
53 "resultType": "failed",
54 "test": "changed.png"
55 },
56 "imageAUrl": "bitmap-64bitMD5/changed_png/8891695120562235492.png",
57 "imageBUrl": "bitmap-64bitMD5/changed_png/2520753504544298264.png",
58 "isDifferent": true
59 },
60 {
61 "extraColumns": {
62 "builder": "builder1",
63 "config": "TODO",
64 "resultType": "succeeded",
65 "test": "unchanged.png"
66 },
67 "imageAUrl": "bitmap-64bitMD5/unchanged_png/11092453015575919668.png",
68 "imageBUrl": "bitmap-64bitMD5/unchanged_png/11092453015575919668.png",
69 "isDifferent": false
70 }
71 ],
72 "imageSets": {
73 "diffs": {
74 "baseUrl": "/static/generated-images/diffs",
75 "description": "color difference per channel"
76 },
77 "imageA": {
78 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/rende r_pictures/images",
79 "description": "before_patch"
80 },
81 "imageB": {
82 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/rende r_pictures/images",
83 "description": "after_patch"
84 },
85 "whiteDiffs": {
86 "baseUrl": "/static/generated-images/whitediffs",
87 "description": "differing pixels in white"
88 }
89 }
90 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698