blob: a571b74d662c7fd5068fa02f012e067440a746d4 [file] [log] [blame]
mtklein11a2c502015-02-24 09:25:16 -08001{
mtkleincc99dbc2015-03-11 08:43:43 -07002 "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 ],
mtklein11a2c502015-02-24 09:25:16 -080044 "Test-Android-Nexus7-Tegra3-Arm7-Release": [
45 "--config",
46 "565",
47 "8888",
48 "gpu",
bsalomon5abf5842015-02-27 10:13:36 -080049 "msaa4",
Mike Klein1a2979a2015-02-24 13:16:43 -050050 "nvprmsaa4",
mtklein11a2c502015-02-24 09:25:16 -080051 "serialize-8888",
52 "tiles_rt-8888",
53 "pipe-8888",
54 "tiles_rt-gpu",
55 "--blacklist",
56 "gpu",
57 "_",
58 "PANO_20121023_214540.jpg",
59 "msaa",
60 "_",
61 "PANO_20121023_214540.jpg",
62 "gpu",
63 "skp",
64 "_",
65 "gpu",
66 "image",
67 "_",
68 "gpu",
69 "subset",
70 "_",
71 "msaa",
72 "skp",
73 "_",
74 "msaa",
75 "image",
76 "_",
77 "gpu",
78 "subset",
79 "_",
80 "--match",
81 "~tabl_mozilla_0",
82 "~desk_yahoonews_0",
83 "--nocpu"
84 ],
mtklein4e2d3be2015-03-10 11:55:18 -070085 "Test-Android-NexusPlayer-PowerVR-x86-Release": [
86 "--config",
87 "565",
88 "8888",
89 "gpu",
90 "--blacklist",
91 "gpu",
92 "_",
93 "PANO_20121023_214540.jpg",
94 "msaa",
95 "_",
96 "PANO_20121023_214540.jpg",
97 "gpu",
98 "skp",
99 "_",
100 "gpu",
101 "image",
102 "_",
103 "gpu",
104 "subset",
105 "_",
106 "msaa",
107 "skp",
108 "_",
109 "msaa",
110 "image",
111 "_",
112 "gpu",
113 "subset",
114 "_",
115 "--match",
116 "~tabl_mozilla_0",
117 "~desk_yahoonews_0",
118 "~ResourceCache"
119 ],
mtklein11a2c502015-02-24 09:25:16 -0800120 "Test-Android-Xoom-Tegra2-Arm7-Release": [
121 "--config",
122 "565",
123 "8888",
124 "gpu",
bsalomon5abf5842015-02-27 10:13:36 -0800125 "msaa4",
Mike Klein1a2979a2015-02-24 13:16:43 -0500126 "nvprmsaa4",
mtklein11a2c502015-02-24 09:25:16 -0800127 "--blacklist",
128 "gpu",
129 "_",
130 "PANO_20121023_214540.jpg",
131 "msaa",
132 "_",
133 "PANO_20121023_214540.jpg",
134 "gpu",
135 "skp",
136 "_",
137 "gpu",
138 "image",
139 "_",
140 "gpu",
141 "subset",
142 "_",
143 "msaa",
144 "skp",
145 "_",
146 "msaa",
147 "image",
148 "_",
149 "gpu",
150 "subset",
151 "_",
152 "--match",
153 "~WritePixels",
154 "~tabl_mozilla_0",
155 "~desk_yahoonews_0"
156 ],
157 "Test-ChromeOS-Alex-GMA3150-x86-Debug": [
158 "--config",
159 "565",
160 "8888",
161 "gpu",
bsalomon5abf5842015-02-27 10:13:36 -0800162 "msaa16",
163 "nvprmsaa16",
mtklein84aada82015-03-04 11:47:11 -0800164 "pdf",
mtklein11a2c502015-02-24 09:25:16 -0800165 "serialize-8888",
166 "tiles_rt-8888",
167 "pipe-8888",
168 "tiles_rt-gpu",
169 "--blacklist",
170 "gpu",
171 "_",
172 "PANO_20121023_214540.jpg",
173 "msaa",
174 "_",
175 "PANO_20121023_214540.jpg",
176 "--threads",
177 "1"
178 ],
borenet13e51f92015-03-09 06:59:16 -0700179 "Test-Ubuntu12-ShuttleA-GTX550Ti-x86_64-Release-Valgrind_GPU": [
180 "--config",
181 "565",
182 "8888",
183 "gpu",
184 "msaa16",
185 "nvprmsaa16",
186 "pdf",
187 "serialize-8888",
188 "tiles_rt-8888",
189 "pipe-8888",
190 "tiles_rt-gpu",
191 "--nocpu",
mtklein11a2c502015-02-24 09:25:16 -0800192 "--blacklist",
193 "gpu",
194 "_",
195 "PANO_20121023_214540.jpg",
196 "msaa",
197 "_",
198 "PANO_20121023_214540.jpg",
mtklein150d3502015-03-05 13:38:17 -0800199 "pdf",
200 "_",
201 ".webp",
mtkleinde7665a2015-03-14 07:24:29 -0700202 "pdf",
203 "gm",
204 "fontmgr_iter",
205 "pdf",
206 "_",
207 "PANO_20121023_214540.jpg",
mtklein11a2c502015-02-24 09:25:16 -0800208 "--match",
209 "~Threaded"
mtkleinee2a3ea2015-02-25 08:16:19 -0800210 ],
mtklein905d01b2015-03-18 14:06:55 -0700211 "Test-Ubuntu13.10-GCE-NoGPU-x86_64-Release-TSAN": [
212 "--config",
213 "565",
214 "8888",
215 "gpu",
216 "msaa16",
217 "nvprmsaa16",
218 "pdf",
219 "serialize-8888",
220 "tiles_rt-8888",
221 "pipe-8888",
222 "tiles_rt-gpu",
223 "--blacklist",
224 "gpu",
225 "_",
226 "PANO_20121023_214540.jpg",
227 "msaa",
228 "_",
229 "PANO_20121023_214540.jpg",
230 "--match",
231 "~Math"
232 ],
mtklein7e78f3d2015-03-10 08:03:26 -0700233 "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [
234 "--config",
235 "565",
236 "8888",
237 "gpu",
238 "msaa16",
239 "nvprmsaa16",
240 "pdf",
241 "serialize-8888",
242 "tiles_rt-8888",
243 "pipe-8888",
244 "tiles_rt-gpu",
245 "--nogpu",
246 "--blacklist",
247 "gpu",
248 "_",
249 "PANO_20121023_214540.jpg",
250 "msaa",
251 "_",
252 "PANO_20121023_214540.jpg",
253 "pdf",
254 "_",
255 ".webp",
mtkleinde7665a2015-03-14 07:24:29 -0700256 "pdf",
257 "gm",
258 "fontmgr_iter",
259 "pdf",
260 "_",
261 "PANO_20121023_214540.jpg",
mtklein7e78f3d2015-03-10 08:03:26 -0700262 "--match",
263 "~Threaded"
264 ],
mtkleinee2a3ea2015-02-25 08:16:19 -0800265 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
266 "--config",
267 "565",
268 "8888",
269 "gpu",
bsalomon5abf5842015-02-27 10:13:36 -0800270 "msaa16",
271 "nvprmsaa16",
mtklein84aada82015-03-04 11:47:11 -0800272 "pdf",
mtkleinee2a3ea2015-02-25 08:16:19 -0800273 "serialize-8888",
274 "tiles_rt-8888",
275 "pipe-8888",
276 "tiles_rt-gpu",
277 "angle",
278 "--blacklist",
279 "gpu",
280 "_",
281 "PANO_20121023_214540.jpg",
282 "msaa",
283 "_",
mtkleine2aab902015-03-17 12:52:16 -0700284 "PANO_20121023_214540.jpg",
285 "_",
286 "image",
287 "_",
288 "_",
289 "subset",
egdaniel89c2a542015-03-19 13:09:17 -0700290 "_",
291 "msaa16",
292 "gm",
293 "colorwheelnative",
294 "pdf",
295 "gm",
296 "fontmgr_iter_factory"
mtklein11a2c502015-02-24 09:25:16 -0800297 ]
298}