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

Side by Side Diff: scripts/slave/recipes/libyuv/libyuv.expected/client_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 27 matching lines...) Expand all
38 ] 38 ]
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 "env": { 47 "env": {
48 "GYP_DEFINES": "asan=1 clang=1 component=static_library gomadir='[BUILD]/g oma' lsan=1 target_arch=ia32 use_goma=1" 48 "GYP_DEFINES": "asan=1 clang=1 component=static_library fastbuild=0 gomadi r='[BUILD]/goma' lsan=1 target_arch=ia32 use_goma=1"
49 }, 49 },
50 "name": "gclient runhooks" 50 "name": "gclient runhooks"
51 }, 51 },
52 { 52 {
53 "cmd": [ 53 "cmd": [
54 "python", 54 "python",
55 "-u", 55 "-u",
56 "[BUILD]/scripts/slave/compile.py", 56 "[BUILD]/scripts/slave/compile.py",
57 "--target", 57 "--target",
58 "Release", 58 "Release",
(...skipping 26 matching lines...) Expand all
85 "--enable-asan", 85 "--enable-asan",
86 "--enable-lsan", 86 "--enable-lsan",
87 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt", 87 "--lsan-suppressions-file=[SLAVE_BUILD]/src/tools/lsan/suppressions.txt",
88 "libyuv_unittest", 88 "libyuv_unittest",
89 "--test-launcher-print-test-stdio=always", 89 "--test-launcher-print-test-stdio=always",
90 "--test-launcher-batch-limit=1" 90 "--test-launcher-batch-limit=1"
91 ], 91 ],
92 "name": "libyuv_unittest" 92 "name": "libyuv_unittest"
93 } 93 }
94 ] 94 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698