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

Side by Side Diff: tools/dm_flags.json

Issue 992203005: Don't run ResourceCache unit test on NexusPlayer. (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 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 | « no previous file | tools/dm_flags.py » ('j') | 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 "Test-Android-Nexus7-Tegra3-Arm7-Release": [ 2 "Test-Android-Nexus7-Tegra3-Arm7-Release": [
3 "--config", 3 "--config",
4 "565", 4 "565",
5 "8888", 5 "8888",
6 "gpu", 6 "gpu",
7 "msaa4", 7 "msaa4",
8 "nvprmsaa4", 8 "nvprmsaa4",
9 "serialize-8888", 9 "serialize-8888",
10 "tiles_rt-8888", 10 "tiles_rt-8888",
(...skipping 22 matching lines...) Expand all
33 "image", 33 "image",
34 "_", 34 "_",
35 "gpu", 35 "gpu",
36 "subset", 36 "subset",
37 "_", 37 "_",
38 "--match", 38 "--match",
39 "~tabl_mozilla_0", 39 "~tabl_mozilla_0",
40 "~desk_yahoonews_0", 40 "~desk_yahoonews_0",
41 "--nocpu" 41 "--nocpu"
42 ], 42 ],
43 "Test-Android-NexusPlayer-PowerVR-x86-Release": [
44 "--config",
45 "565",
46 "8888",
47 "gpu",
48 "--blacklist",
49 "gpu",
50 "_",
51 "PANO_20121023_214540.jpg",
52 "msaa",
53 "_",
54 "PANO_20121023_214540.jpg",
55 "gpu",
56 "skp",
57 "_",
58 "gpu",
59 "image",
60 "_",
61 "gpu",
62 "subset",
63 "_",
64 "msaa",
65 "skp",
66 "_",
67 "msaa",
68 "image",
69 "_",
70 "gpu",
71 "subset",
72 "_",
73 "--match",
74 "~tabl_mozilla_0",
75 "~desk_yahoonews_0",
76 "~ResourceCache"
77 ],
43 "Test-Android-Xoom-Tegra2-Arm7-Release": [ 78 "Test-Android-Xoom-Tegra2-Arm7-Release": [
44 "--config", 79 "--config",
45 "565", 80 "565",
46 "8888", 81 "8888",
47 "gpu", 82 "gpu",
48 "msaa4", 83 "msaa4",
49 "nvprmsaa4", 84 "nvprmsaa4",
50 "--blacklist", 85 "--blacklist",
51 "gpu", 86 "gpu",
52 "_", 87 "_",
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "angle", 201 "angle",
167 "--blacklist", 202 "--blacklist",
168 "gpu", 203 "gpu",
169 "_", 204 "_",
170 "PANO_20121023_214540.jpg", 205 "PANO_20121023_214540.jpg",
171 "msaa", 206 "msaa",
172 "_", 207 "_",
173 "PANO_20121023_214540.jpg" 208 "PANO_20121023_214540.jpg"
174 ] 209 ]
175 } 210 }
OLDNEW
« no previous file with comments | « no previous file | tools/dm_flags.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698