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

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

Issue 2302803003: Remove empty {lsan,ubsan}.supp files. (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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "_", 312 "_",
313 "image-cacherator-from-ctable", 313 "image-cacherator-from-ctable",
314 "--match", 314 "--match",
315 "~ReadWriteAlpha" 315 "~ReadWriteAlpha"
316 ], 316 ],
317 "env": { 317 "env": {
318 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1", 318 "ASAN_OPTIONS": "symbolize=1 detect_leaks=1",
319 "BUILDTYPE": "Release", 319 "BUILDTYPE": "Release",
320 "CHROME_HEADLESS": "1", 320 "CHROME_HEADLESS": "1",
321 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" , 321 "LD_LIBRARY_PATH": "[SLAVE_BUILD]/third_party/externals/llvm/msan_out/lib" ,
322 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1 suppressions=[SLAVE_BUIL D]/skia/tools/lsan.supp", 322 "LSAN_OPTIONS": "symbolize=1 print_suppressions=1",
323 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin", 323 "PATH": "%(PATH)s:[SLAVE_BUILD]/llvm-build/Release+Asserts/bin",
324 "SKIA_OUT": "[SLAVE_BUILD]/out", 324 "SKIA_OUT": "[SLAVE_BUILD]/out",
325 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp", 325 "TSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/tsan.supp"
326 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
327 }, 326 },
328 "name": "dm" 327 "name": "dm"
329 }, 328 },
330 { 329 {
331 "name": "$result", 330 "name": "$result",
332 "recipe_result": null, 331 "recipe_result": null,
333 "status_code": 0 332 "status_code": 0
334 } 333 }
335 ] 334 ]
OLDNEW
« no previous file with comments | « infra/bots/recipes/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-MSAN.json ('k') | tools/lsan.supp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698