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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-TSAN.json

Issue 2282883002: Remove SVG DM serialization suppressions (Closed)
Patch Set: Created 4 years, 3 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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 6 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", 7 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION",
8 "/path/to/tmp/" 8 "/path/to/tmp/"
9 ], 9 ],
10 "name": "Get downloaded SKP VERSION" 10 "name": "Get downloaded SKP VERSION"
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "_", 300 "_",
301 "image-cacherator-from-ctable", 301 "image-cacherator-from-ctable",
302 "2ndpic-8888", 302 "2ndpic-8888",
303 "gm", 303 "gm",
304 "_", 304 "_",
305 "image-cacherator-from-ctable", 305 "image-cacherator-from-ctable",
306 "serialize-8888", 306 "serialize-8888",
307 "gm", 307 "gm",
308 "_", 308 "_",
309 "image-cacherator-from-ctable", 309 "image-cacherator-from-ctable",
310 "sp-8888",
311 "svg",
312 "_",
313 "car.svg",
314 "pic-8888",
315 "svg",
316 "_",
317 "car.svg",
318 "2ndpic-8888",
319 "svg",
320 "_",
321 "car.svg",
322 "serialize-8888",
323 "svg",
324 "_",
325 "car.svg",
326 "sp-8888",
327 "svg",
328 "_",
329 "gallardo.svg",
330 "pic-8888",
331 "svg",
332 "_",
333 "gallardo.svg",
334 "2ndpic-8888",
335 "svg",
336 "_",
337 "gallardo.svg",
338 "serialize-8888",
339 "svg",
340 "_",
341 "gallardo.svg",
342 "sp-8888",
343 "svg",
344 "_",
345 "rg1024_green_grapes.svg",
346 "pic-8888",
347 "svg",
348 "_",
349 "rg1024_green_grapes.svg",
350 "2ndpic-8888",
351 "svg",
352 "_",
353 "rg1024_green_grapes.svg",
354 "serialize-8888",
355 "svg",
356 "_",
357 "rg1024_green_grapes.svg",
358 "sp-8888",
359 "svg",
360 "_",
361 "Seal_of_Kansas.svg",
362 "pic-8888",
363 "svg",
364 "_",
365 "Seal_of_Kansas.svg",
366 "2ndpic-8888",
367 "svg",
368 "_",
369 "Seal_of_Kansas.svg",
370 "serialize-8888",
371 "svg",
372 "_",
373 "Seal_of_Kansas.svg",
374 "--match", 310 "--match",
375 "~ReadWriteAlpha" 311 "~ReadWriteAlpha"
376 ], 312 ],
377 "env": { 313 "env": {
378 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 314 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
379 "BUILDTYPE": "Release", 315 "BUILDTYPE": "Release",
380 "CHROME_HEADLESS": "1", 316 "CHROME_HEADLESS": "1",
381 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" , 317 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
382 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 318 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp",
383 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", 319 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
384 "SKIA_OUT": "[SLAVE_BUILD]/out", 320 "SKIA_OUT": "[SLAVE_BUILD]/out",
385 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", 321 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp",
386 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 322 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
387 }, 323 },
388 "name": "dm" 324 "name": "dm"
389 }, 325 },
390 { 326 {
391 "name": "$result", 327 "name": "$result",
392 "recipe_result": null, 328 "recipe_result": null,
393 "status_code": 0 329 "status_code": 0
394 } 330 }
395 ] 331 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698