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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/client_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 "client.webrtc", 8 "client.webrtc",
9 "--builder", 9 "--builder",
10 "Mac Asan", 10 "Mac Asan",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 }, 62 },
63 { 63 {
64 "cmd": [ 64 "cmd": [
65 "python", 65 "python",
66 "-u", 66 "-u",
67 "[DEPOT_TOOLS]/gclient.py", 67 "[DEPOT_TOOLS]/gclient.py",
68 "runhooks" 68 "runhooks"
69 ], 69 ],
70 "cwd": "[SLAVE_BUILD]", 70 "cwd": "[SLAVE_BUILD]",
71 "env": { 71 "env": {
72 "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" 72 "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"
73 }, 73 },
74 "name": "gclient runhooks" 74 "name": "gclient runhooks"
75 }, 75 },
76 { 76 {
77 "allow_subannotations": true, 77 "allow_subannotations": true,
78 "cmd": [ 78 "cmd": [
79 "python", 79 "python",
80 "-u", 80 "-u",
81 "[BUILD]/scripts/slave/clang_revision.py", 81 "[BUILD]/scripts/slave/clang_revision.py",
82 "--src-dir", 82 "--src-dir",
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
513 "--builder-name=Mac Asan", 513 "--builder-name=Mac Asan",
514 "--slave-name=slavename", 514 "--slave-name=slavename",
515 "--build-number=1337", 515 "--build-number=1337",
516 "--enable-asan", 516 "--enable-asan",
517 "voice_engine_unittests" 517 "voice_engine_unittests"
518 ], 518 ],
519 "cwd": "[SLAVE_BUILD]", 519 "cwd": "[SLAVE_BUILD]",
520 "name": "voice_engine_unittests" 520 "name": "voice_engine_unittests"
521 } 521 }
522 ] 522 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698