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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json

Issue 1241643002: V8 Buildbot: Disable lsan on bots where it's not supported. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Moar expectations Created 5 years, 5 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "mac_asan", 10 "mac_asan",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 }, 68 },
69 { 69 {
70 "cmd": [ 70 "cmd": [
71 "python", 71 "python",
72 "-u", 72 "-u",
73 "[DEPOT_TOOLS]/gclient.py", 73 "[DEPOT_TOOLS]/gclient.py",
74 "runhooks" 74 "runhooks"
75 ], 75 ],
76 "cwd": "[SLAVE_BUILD]", 76 "cwd": "[SLAVE_BUILD]",
77 "env": { 77 "env": {
78 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=0 gomadir='[BUILD]/goma' lsan=1 mac_sdk=10.9 target_arch=ia32 use_gom a=1" 78 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=0 gomadir='[BUILD]/goma' mac_sdk=10.9 target_arch=ia32 use_goma=1"
79 }, 79 },
80 "name": "gclient runhooks" 80 "name": "gclient runhooks"
81 }, 81 },
82 { 82 {
83 "allow_subannotations": true, 83 "allow_subannotations": true,
84 "cmd": [ 84 "cmd": [
85 "python", 85 "python",
86 "-u", 86 "-u",
87 "[BUILD]/scripts/slave/clang_revision.py", 87 "[BUILD]/scripts/slave/clang_revision.py",
88 "--src-dir", 88 "--src-dir",
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "--test-type=voice_engine_unittests", 460 "--test-type=voice_engine_unittests",
461 "--step-name=voice_engine_unittests", 461 "--step-name=voice_engine_unittests",
462 "--builder-name=mac_asan", 462 "--builder-name=mac_asan",
463 "--slave-name=slavename", 463 "--slave-name=slavename",
464 "--enable-asan", 464 "--enable-asan",
465 "voice_engine_unittests" 465 "voice_engine_unittests"
466 ], 466 ],
467 "cwd": "[SLAVE_BUILD]", 467 "cwd": "[SLAVE_BUILD]",
468 "name": "voice_engine_unittests" 468 "name": "voice_engine_unittests"
469 } 469 }
470 ] 470 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698