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

Side by Side Diff: infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.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 "~Once", 311 "~Once",
376 "~Shared" 312 "~Shared"
377 ], 313 ],
378 "env": { 314 "env": {
379 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 315 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
380 "BUILDTYPE": "Debug", 316 "BUILDTYPE": "Debug",
381 "CHROME_HEADLESS": "1", 317 "CHROME_HEADLESS": "1",
382 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" , 318 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
383 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 319 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp",
384 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", 320 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
385 "SKIA_OUT": "[SLAVE_BUILD]/out", 321 "SKIA_OUT": "[SLAVE_BUILD]/out",
386 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", 322 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp",
387 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 323 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
388 }, 324 },
389 "name": "dm" 325 "name": "dm"
390 }, 326 },
391 { 327 {
392 "name": "$result", 328 "name": "$result",
393 "recipe_result": null, 329 "recipe_result": null,
394 "status_code": 0 330 "status_code": 0
395 } 331 }
396 ] 332 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698