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

Side by Side Diff: tools/tests/jsondiff/input/old.json

Issue 796813004: Remove tools/tests. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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 | « tools/tests/jsondiff/input/new.json ('k') | tools/tests/jsondiff/output/.gitignore » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "expected-results" : {
3 "identical.png" : {
4 "allowed-digests" : [
5 [ "bitmap-64bitMD5", 1111111 ]
6 ],
7 "ignore-failure" : false
8 },
9 "differing.png" : {
10 "allowed-digests" : [
11 [ "bitmap-64bitMD5", 888888888 ]
12 ],
13 "ignore-failure" : false
14 },
15 "missing-from-new.png" : {
16 "allowed-digests" : [
17 [ "bitmap-64bitMD5", 44444444 ]
18 ],
19 "ignore-failure" : false
20 }
21 }
22 }
OLDNEW
« no previous file with comments | « tools/tests/jsondiff/input/new.json ('k') | tools/tests/jsondiff/output/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698