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

Side by Side Diff: tools/dm_flags.json

Issue 1003423002: Skip absurdly slow PDF tests on Valgrind bot. (Closed) Base URL: https://skia.googlesource.com/skia.git@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": [ 2 "Test-Android-GalaxyS3-Mali400-Arm7-Debug": [
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 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "--blacklist", 192 "--blacklist",
193 "gpu", 193 "gpu",
194 "_", 194 "_",
195 "PANO_20121023_214540.jpg", 195 "PANO_20121023_214540.jpg",
196 "msaa", 196 "msaa",
197 "_", 197 "_",
198 "PANO_20121023_214540.jpg", 198 "PANO_20121023_214540.jpg",
199 "pdf", 199 "pdf",
200 "_", 200 "_",
201 ".webp", 201 ".webp",
202 "pdf",
203 "gm",
204 "fontmgr_iter",
205 "pdf",
206 "_",
207 "PANO_20121023_214540.jpg",
202 "--match", 208 "--match",
203 "~Threaded" 209 "~Threaded"
204 ], 210 ],
205 "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [ 211 "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [
206 "--config", 212 "--config",
207 "565", 213 "565",
208 "8888", 214 "8888",
209 "gpu", 215 "gpu",
210 "msaa16", 216 "msaa16",
211 "nvprmsaa16", 217 "nvprmsaa16",
212 "pdf", 218 "pdf",
213 "serialize-8888", 219 "serialize-8888",
214 "tiles_rt-8888", 220 "tiles_rt-8888",
215 "pipe-8888", 221 "pipe-8888",
216 "tiles_rt-gpu", 222 "tiles_rt-gpu",
217 "--nogpu", 223 "--nogpu",
218 "--blacklist", 224 "--blacklist",
219 "gpu", 225 "gpu",
220 "_", 226 "_",
221 "PANO_20121023_214540.jpg", 227 "PANO_20121023_214540.jpg",
222 "msaa", 228 "msaa",
223 "_", 229 "_",
224 "PANO_20121023_214540.jpg", 230 "PANO_20121023_214540.jpg",
225 "pdf", 231 "pdf",
226 "_", 232 "_",
227 ".webp", 233 ".webp",
234 "pdf",
235 "gm",
236 "fontmgr_iter",
237 "pdf",
238 "_",
239 "PANO_20121023_214540.jpg",
228 "--match", 240 "--match",
229 "~Threaded" 241 "~Threaded"
230 ], 242 ],
231 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [ 243 "Test-Win7-ShuttleA-HD2000-x86-Debug-ANGLE": [
232 "--config", 244 "--config",
233 "565", 245 "565",
234 "8888", 246 "8888",
235 "gpu", 247 "gpu",
236 "msaa16", 248 "msaa16",
237 "nvprmsaa16", 249 "nvprmsaa16",
238 "pdf", 250 "pdf",
239 "serialize-8888", 251 "serialize-8888",
240 "tiles_rt-8888", 252 "tiles_rt-8888",
241 "pipe-8888", 253 "pipe-8888",
242 "tiles_rt-gpu", 254 "tiles_rt-gpu",
243 "angle", 255 "angle",
244 "--blacklist", 256 "--blacklist",
245 "gpu", 257 "gpu",
246 "_", 258 "_",
247 "PANO_20121023_214540.jpg", 259 "PANO_20121023_214540.jpg",
248 "msaa", 260 "msaa",
249 "_", 261 "_",
250 "PANO_20121023_214540.jpg" 262 "PANO_20121023_214540.jpg"
251 ] 263 ]
252 } 264 }
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