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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_asan.json

Issue 878923002: Don't set fastbuild=1 for Mac ASan trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Move fastbuild=0 to asan() config and retrain Created 5 years, 10 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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch romium.org/libyuv/trunk'}]" 9 "cache_dir = None\nsolutions = [{'custom_vars': {'root_dir': 'src'}, 'deps _file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-mirror.golo.ch romium.org/libyuv/trunk'}]"
10 ], 10 ],
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "stdin": "fake patch.diff content (line 1)\nfake patch.diff content (line 2) \n" 78 "stdin": "fake patch.diff content (line 1)\nfake patch.diff content (line 2) \n"
79 }, 79 },
80 { 80 {
81 "cmd": [ 81 "cmd": [
82 "python", 82 "python",
83 "-u", 83 "-u",
84 "[DEPOT_TOOLS]/gclient.py", 84 "[DEPOT_TOOLS]/gclient.py",
85 "runhooks" 85 "runhooks"
86 ], 86 ],
87 "env": { 87 "env": {
88 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=1 gomadir='[BUILD]/goma' lsan=1 target_arch=ia32 use_goma=1" 88 "GYP_DEFINES": "asan=1 clang=1 component=static_library dcheck_always_on=1 fastbuild=0 gomadir='[BUILD]/goma' lsan=1 target_arch=ia32 use_goma=1"
89 }, 89 },
90 "name": "gclient runhooks" 90 "name": "gclient runhooks"
91 }, 91 },
92 { 92 {
93 "cmd": [ 93 "cmd": [
94 "python", 94 "python",
95 "-u", 95 "-u",
96 "[BUILD]/scripts/slave/compile.py", 96 "[BUILD]/scripts/slave/compile.py",
97 "--target", 97 "--target",
98 "Release", 98 "Release",
(...skipping 26 matching lines...) Expand all
125 "--enable-asan", 125 "--enable-asan",
126 "--enable-lsan", 126 "--enable-lsan",
127 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt", 127 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt",
128 "libyuv_unittest", 128 "libyuv_unittest",
129 "--test-launcher-print-test-stdio=always", 129 "--test-launcher-print-test-stdio=always",
130 "--test-launcher-batch-limit=1" 130 "--test-launcher-batch-limit=1"
131 ], 131 ],
132 "name": "libyuv_unittest" 132 "name": "libyuv_unittest"
133 } 133 }
134 ] 134 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698