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

Side by Side Diff: tools/dm_flags.json

Issue 1017283002: temporarily stifle Math test on TSAN bot (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: wrong bot 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 ".webp", 201 ".webp",
202 "pdf", 202 "pdf",
203 "gm", 203 "gm",
204 "fontmgr_iter", 204 "fontmgr_iter",
205 "pdf", 205 "pdf",
206 "_", 206 "_",
207 "PANO_20121023_214540.jpg", 207 "PANO_20121023_214540.jpg",
208 "--match", 208 "--match",
209 "~Threaded" 209 "~Threaded"
210 ], 210 ],
211 "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 ],
211 "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [ 233 "Test-Ubuntu14-GCE-NoGPU-x86_64-Release-Valgrind_CPU": [
212 "--config", 234 "--config",
213 "565", 235 "565",
214 "8888", 236 "8888",
215 "gpu", 237 "gpu",
216 "msaa16", 238 "msaa16",
217 "nvprmsaa16", 239 "nvprmsaa16",
218 "pdf", 240 "pdf",
219 "serialize-8888", 241 "serialize-8888",
220 "tiles_rt-8888", 242 "tiles_rt-8888",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 "_", 283 "_",
262 "PANO_20121023_214540.jpg", 284 "PANO_20121023_214540.jpg",
263 "_", 285 "_",
264 "image", 286 "image",
265 "_", 287 "_",
266 "_", 288 "_",
267 "subset", 289 "subset",
268 "_" 290 "_"
269 ] 291 ]
270 } 292 }
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