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

Side by Side Diff: gm/rebaseline_server/testdata/inputs/skp-summaries/expectations/summary.json

Issue 453433004: rebaseline_server: allow live queries to examine JSONKEY_EXPECTEDRESULTS or JSONKEY_ACTUALRESULTS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: create ALLOWED_SECTION_NAMES 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 "actual-results" : { 2 "expected-results" : {
3 "changed.skp" : { 3 "changed.skp" : {
4 "whole-image" : { 4 "whole-image" : {
5 "checksumAlgorithm" : "bitmap-64bitMD5", 5 "checksumAlgorithm" : "bitmap-64bitMD5",
6 "checksumValue" : 3101044995537104462, 6 "checksumValue" : 3101044995537104462,
7 "comparisonResult" : "no-comparison", 7 "comparisonResult" : "no-comparison",
8 "filepath" : "changed_skp/bitmap-64bitMD5_3101044995537104462.png" 8 "filepath" : "changed_skp/bitmap-64bitMD5_3101044995537104462.png"
9 } 9 }
10 }, 10 },
11 "only-in-before.skp" : { 11 "only-in-before.skp" : {
12 "whole-image" : { 12 "whole-image" : {
(...skipping 10 matching lines...) Expand all
23 "comparisonResult" : "no-comparison", 23 "comparisonResult" : "no-comparison",
24 "filepath" : "unchanged_skp/bitmap-64bitMD5_3322248763049618493.png" 24 "filepath" : "unchanged_skp/bitmap-64bitMD5_3322248763049618493.png"
25 } 25 }
26 } 26 }
27 }, 27 },
28 "header" : { 28 "header" : {
29 "revision" : 1, 29 "revision" : 1,
30 "type" : "ChecksummedImages" 30 "type" : "ChecksummedImages"
31 } 31 }
32 } 32 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698