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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_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.libyuv", 8 "client.libyuv",
9 "--builder", 9 "--builder",
10 "Mac Asan", 10 "Mac Asan",
(...skipping 28 matching lines...) Expand all
39 }, 39 },
40 { 40 {
41 "cmd": [ 41 "cmd": [
42 "python", 42 "python",
43 "-u", 43 "-u",
44 "[DEPOT_TOOLS]/gclient.py", 44 "[DEPOT_TOOLS]/gclient.py",
45 "runhooks" 45 "runhooks"
46 ], 46 ],
47 "cwd": "[SLAVE_BUILD]", 47 "cwd": "[SLAVE_BUILD]",
48 "env": { 48 "env": {
49 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[BUILD]/goma' lsan=1 target_arch=ia32 use_goma=1" 49 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[BUILD]/goma' target_arch=ia32 use_goma=1"
50 }, 50 },
51 "name": "gclient runhooks" 51 "name": "gclient runhooks"
52 }, 52 },
53 { 53 {
54 "allow_subannotations": true, 54 "allow_subannotations": true,
55 "cmd": [ 55 "cmd": [
56 "python", 56 "python",
57 "-u", 57 "-u",
58 "[BUILD]/scripts/slave/clang_revision.py", 58 "[BUILD]/scripts/slave/clang_revision.py",
59 "--src-dir", 59 "--src-dir",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "--enable-asan", 108 "--enable-asan",
109 "--enable-lsan", 109 "--enable-lsan",
110 "libyuv_unittest", 110 "libyuv_unittest",
111 "--test-launcher-print-test-stdio=always", 111 "--test-launcher-print-test-stdio=always",
112 "--test-launcher-batch-limit=1" 112 "--test-launcher-batch-limit=1"
113 ], 113 ],
114 "cwd": "[SLAVE_BUILD]", 114 "cwd": "[SLAVE_BUILD]",
115 "name": "libyuv_unittest" 115 "name": "libyuv_unittest"
116 } 116 }
117 ] 117 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698