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

Side by Side Diff: trunk/tools/tests/rebaseline/input/json1/base-macmini/Test-Mac10.6-MacMini4.1-GeForce320M-x86-Release/base-macmini/actual-results.json

Issue 23120002: Remove base-* directories from gm expected/actual paths; just use platform names (Closed) Base URL: http://skia.googlecode.com/svn/
Patch Set: rebase_to_r10814 Created 7 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 {
2 "actual-results" : {
3 "failed" : {
4 "aaclip_565.png" : [ "bitmap-64bitMD5", 6190901827590820995 ],
5 "aaclip_8888.png" : [ "bitmap-64bitMD5", 14456211900777561488 ]
6 },
7 "failure-ignored" : null,
8 "no-comparison" : {
9 "aaclip_pdf.png" : [ "bitmap-64bitMD5", 13515207506164874564 ]
10 },
11 "succeeded" : {
12 "aaclip_gpu.png" : [ "bitmap-64bitMD5", 11899819492385205974 ]
13 }
14 },
15 "expected-results" : {
16 "aaclip_565.png" : {
17 "allowed-digests" : [
18 [ "bitmap-64bitMD5", 12345 ]
19 ],
20 "ignore-failure" : false
21 },
22 "aaclip_8888.png" : {
23 "allowed-digests" : [
24 [ "bitmap-64bitMD5", 67890 ]
25 ],
26 "ignore-failure" : false
27 },
28 "aaclip_gpu.png" : {
29 "allowed-digests" : [
30 [ "bitmap-64bitMD5", 11899819492385205974 ]
31 ],
32 "ignore-failure" : false
33 },
34 "aaclip_pdf.png" : {
35 "allowed-digests" : null,
36 "ignore-failure" : false
37 }
38 }
39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698