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

Side by Side Diff: tools/dm_flags.json

Issue 950903003: add tools/dm_flags.py (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: borenet Created 5 years, 10 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
(Empty)
1 {
2 "Test-Android-Nexus7-Tegra3-Arm7-Release": [
3 "--config",
4 "565",
5 "8888",
6 "gpu",
7 "nvprmsaa",
8 "serialize-8888",
9 "tiles_rt-8888",
10 "pipe-8888",
11 "tiles_rt-gpu",
12 "--blacklist",
13 "gpu",
14 "_",
15 "PANO_20121023_214540.jpg",
16 "msaa",
17 "_",
18 "PANO_20121023_214540.jpg",
19 "gpu",
20 "skp",
21 "_",
22 "gpu",
23 "image",
24 "_",
25 "gpu",
26 "subset",
27 "_",
28 "msaa",
29 "skp",
30 "_",
31 "msaa",
32 "image",
33 "_",
34 "gpu",
35 "subset",
36 "_",
37 "--match",
38 "~tabl_mozilla_0",
39 "~desk_yahoonews_0",
40 "--nocpu"
41 ],
42 "Test-Android-Xoom-Tegra2-Arm7-Release": [
43 "--config",
44 "565",
45 "8888",
46 "gpu",
47 "nvprmsaa",
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 "~WritePixels",
75 "~tabl_mozilla_0",
76 "~desk_yahoonews_0"
77 ],
78 "Test-ChromeOS-Alex-GMA3150-x86-Debug": [
79 "--config",
80 "565",
81 "8888",
82 "gpu",
83 "nvprmsaa",
84 "serialize-8888",
85 "tiles_rt-8888",
86 "pipe-8888",
87 "tiles_rt-gpu",
88 "--blacklist",
89 "gpu",
90 "_",
91 "PANO_20121023_214540.jpg",
92 "msaa",
93 "_",
94 "PANO_20121023_214540.jpg",
95 "--threads",
96 "1"
97 ],
98 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind": [
99 "--config",
100 "565",
101 "8888",
102 "gpu",
103 "nvprmsaa",
104 "serialize-8888",
105 "tiles_rt-8888",
106 "pipe-8888",
107 "tiles_rt-gpu",
108 "--blacklist",
109 "gpu",
110 "_",
111 "PANO_20121023_214540.jpg",
112 "msaa",
113 "_",
114 "PANO_20121023_214540.jpg",
115 "--match",
116 "~Threaded"
117 ],
118 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
119 "--config",
120 "565",
121 "8888",
122 "gpu",
123 "nvprmsaa",
124 "serialize-8888",
125 "tiles_rt-8888",
126 "pipe-8888",
127 "tiles_rt-gpu",
128 "angle",
129 "--blacklist",
130 "gpu",
131 "_",
132 "PANO_20121023_214540.jpg",
133 "msaa",
134 "_",
135 "PANO_20121023_214540.jpg"
136 ]
137 }
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