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

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

Issue 196343009: add schema version to rebaseline_server intermediate JSON (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rename 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 unified diff | Download patch
« no previous file with comments | « gm/rebaseline_server/static/constants.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 "valuesAndCounts": { 7 "valuesAndCounts": {
8 "Test-Android-GalaxyNexus-SGX540-Arm7-Release": 13, 8 "Test-Android-GalaxyNexus-SGX540-Arm7-Release": 13,
9 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 15 9 "Test-Mac10.7-MacMini4.1-GeForce320M-x86_64-Debug": 15
10 } 10 }
(...skipping 30 matching lines...) Expand all
41 "aaclip": 2, 41 "aaclip": 2,
42 "bigblurs": 7, 42 "bigblurs": 7,
43 "bitmapsource": 2, 43 "bitmapsource": 2,
44 "displacement": 5, 44 "displacement": 5,
45 "filterbitmap_checkerboard_192_192": 2, 45 "filterbitmap_checkerboard_192_192": 2,
46 "filterbitmap_checkerboard_32_2": 2, 46 "filterbitmap_checkerboard_32_2": 2,
47 "texdata": 1 47 "texdata": 1
48 } 48 }
49 } 49 }
50 }, 50 },
51 "header": {
52 "dataHash": "2099241024256114776",
53 "isEditable": false,
54 "isExported": true,
55 "schemaVersion": 1,
56 "timeNextUpdateAvailable": null,
57 "timeUpdated": 12345678,
58 "type": "all"
59 },
51 "imagePairs": [ 60 "imagePairs": [
52 { 61 {
53 "differenceData": { 62 "differenceData": {
54 "maxDiffPerChannel": [ 63 "maxDiffPerChannel": [
55 128, 64 128,
56 128, 65 128,
57 128 66 128
58 ], 67 ],
59 "numDifferingPixels": 120000, 68 "numDifferingPixels": 120000,
60 "percentDifferingPixels": 75.0, 69 "percentDifferingPixels": 75.0,
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 { 545 {
537 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 546 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
538 "description": "expected image" 547 "description": "expected image"
539 }, 548 },
540 { 549 {
541 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm", 550 "baseUrl": "http://chromium-skia-gm.commondatastorage.googleapis.com/gm",
542 "description": "actual image" 551 "description": "actual image"
543 } 552 }
544 ] 553 ]
545 } 554 }
OLDNEW
« no previous file with comments | « gm/rebaseline_server/static/constants.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698