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

Side by Side Diff: tools/dm_flags.json

Issue 994343003: Skip WritePixels on GalaxyS3 (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-GalaxyS3-Mali400-Arm7-Debug": [
3 "--config",
4 "565",
5 "8888",
6 "gpu",
7 "msaa4",
8 "nvprmsaa4",
9 "serialize-8888",
10 "tiles_rt-8888",
11 "pipe-8888",
12 "tiles_rt-gpu",
13 "--blacklist",
14 "gpu",
15 "_",
16 "PANO_20121023_214540.jpg",
17 "msaa",
18 "_",
19 "PANO_20121023_214540.jpg",
20 "gpu",
21 "skp",
22 "_",
23 "gpu",
24 "image",
25 "_",
26 "gpu",
27 "subset",
28 "_",
29 "msaa",
30 "skp",
31 "_",
32 "msaa",
33 "image",
34 "_",
35 "gpu",
36 "subset",
37 "_",
38 "--match",
39 "~WritePixels",
40 "~tabl_mozilla_0",
41 "~desk_yahoonews_0",
42 "--nocpu"
43 ],
2 "Test-Android-Nexus7-Tegra3-Arm7-Release": [ 44 "Test-Android-Nexus7-Tegra3-Arm7-Release": [
3 "--config", 45 "--config",
4 "565", 46 "565",
5 "8888", 47 "8888",
6 "gpu", 48 "gpu",
7 "msaa4", 49 "msaa4",
8 "nvprmsaa4", 50 "nvprmsaa4",
9 "serialize-8888", 51 "serialize-8888",
10 "tiles_rt-8888", 52 "tiles_rt-8888",
11 "pipe-8888", 53 "pipe-8888",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 "angle", 243 "angle",
202 "--blacklist", 244 "--blacklist",
203 "gpu", 245 "gpu",
204 "_", 246 "_",
205 "PANO_20121023_214540.jpg", 247 "PANO_20121023_214540.jpg",
206 "msaa", 248 "msaa",
207 "_", 249 "_",
208 "PANO_20121023_214540.jpg" 250 "PANO_20121023_214540.jpg"
209 ] 251 ]
210 } 252 }
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