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

Issue 878923002: Don't set fastbuild=1 for Mac ASan trybots. (Closed)

Created:
5 years, 11 months ago by Alexander Potapenko
Modified:
5 years, 10 months ago
CC:
chromium-reviews, cmp-cc_chromium.org, kjellander-cc_chromium.org, pgervais+watch_chromium.org, stip+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/tools/build.git@master
Target Ref:
refs/heads/master
Project:
tools
Visibility:
Public.

Description

Don't set fastbuild=1 for Mac ASan trybots. ASan bots require debug info in order to print meaningful reports. BUG=444835 R=phajdan@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=293900

Patch Set 1 #

Total comments: 3

Patch Set 2 : Set fastbuild=0 in chromium_mac_asan config #

Patch Set 3 : Move fastbuild=0 to asan() config and retrain #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -13 lines) Patch
M scripts/slave/recipe_modules/chromium/config.py View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M scripts/slave/recipes/chromium.expected/dynamic_gtest_memory_mac64.json View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_64_Builder.json View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.expected/full_chromium_memory_Mac_ASan_64_Tests__1_.json View 1 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_mac_mac_chromium_asan_rel_ng.json View 1 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac_asan.json View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/libyuv/libyuv.expected/client_libyuv_mac_asan__xcode_6_1_.json View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_asan.json View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_mac_asan_xcode61.json View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8.expected/full_client_v8_V8_Mac64_ASAN.json View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_fyi_mac_asan__parallel_.json View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/standalone.expected/client_webrtc_mac_asan.json View 1 2 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_asan.json View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17 (3 generated)
Alexander Potapenko
Please take a look.
5 years, 11 months ago (2015-01-27 13:42:50 UTC) #1
Paweł Hajdan Jr.
https://codereview.chromium.org/878923002/diff/1/scripts/slave/recipe_modules/chromium/config.py File scripts/slave/recipe_modules/chromium/config.py (right): https://codereview.chromium.org/878923002/diff/1/scripts/slave/recipe_modules/chromium/config.py#newcode457 scripts/slave/recipe_modules/chromium/config.py:457: c.gyp_env.GYP_DEFINES.get('asan', 0)): This is potentially fragile. Expectations show us ...
5 years, 11 months ago (2015-01-27 13:57:19 UTC) #3
Paweł Hajdan Jr.
Actually adding Robbie and Aaron.
5 years, 11 months ago (2015-01-27 13:57:41 UTC) #5
Alexander Potapenko
Agreed. Initially I've tried setting fastbuild=0 in the ASan Mac buildbot config that mac_chromium_asan_rel_ng builds ...
5 years, 11 months ago (2015-01-27 14:07:59 UTC) #6
Alexander Potapenko
On 2015/01/27 14:07:59, Alexander Potapenko wrote: > Agreed. > Initially I've tried setting fastbuild=0 in ...
5 years, 10 months ago (2015-01-29 16:41:57 UTC) #7
agable
On 2015/01/29 16:41:57, Alexander Potapenko wrote: > On 2015/01/27 14:07:59, Alexander Potapenko wrote: > > ...
5 years, 10 months ago (2015-01-29 23:54:42 UTC) #8
iannucci
https://chromiumcodereview.appspot.com/878923002/diff/1/scripts/slave/recipe_modules/chromium/config.py File scripts/slave/recipe_modules/chromium/config.py (right): https://chromiumcodereview.appspot.com/878923002/diff/1/scripts/slave/recipe_modules/chromium/config.py#newcode457 scripts/slave/recipe_modules/chromium/config.py:457: c.gyp_env.GYP_DEFINES.get('asan', 0)): On 2015/01/27 at 13:57:19, Paweł Hajdan Jr. ...
5 years, 10 months ago (2015-01-30 01:21:00 UTC) #9
Alexander Potapenko
https://chromiumcodereview.appspot.com/878923002/diff/1/scripts/slave/recipe_modules/chromium/config.py File scripts/slave/recipe_modules/chromium/config.py (right): https://chromiumcodereview.appspot.com/878923002/diff/1/scripts/slave/recipe_modules/chromium/config.py#newcode457 scripts/slave/recipe_modules/chromium/config.py:457: c.gyp_env.GYP_DEFINES.get('asan', 0)): On 2015/01/30 01:21:00, iannucci wrote: > On ...
5 years, 10 months ago (2015-01-30 10:29:00 UTC) #10
Alexander Potapenko
On 2015/01/30 10:29:00, Alexander Potapenko wrote: > https://chromiumcodereview.appspot.com/878923002/diff/1/scripts/slave/recipe_modules/chromium/config.py > File scripts/slave/recipe_modules/chromium/config.py (right): > > https://chromiumcodereview.appspot.com/878923002/diff/1/scripts/slave/recipe_modules/chromium/config.py#newcode457 ...
5 years, 10 months ago (2015-01-30 14:18:38 UTC) #11
Alexander Potapenko
That's not dcheck(), but the second fastbuild() call. Looks like this happens because the trybot_flavor() ...
5 years, 10 months ago (2015-01-30 14:59:04 UTC) #12
Alexander Potapenko
On 2015/01/30 14:59:04, Alexander Potapenko wrote: > That's not dcheck(), but the second fastbuild() call. ...
5 years, 10 months ago (2015-01-30 15:21:33 UTC) #13
Paweł Hajdan Jr.
LGTM
5 years, 10 months ago (2015-01-30 21:23:33 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/878923002/40001
5 years, 10 months ago (2015-02-02 10:49:43 UTC) #16
commit-bot: I haz the power
5 years, 10 months ago (2015-02-02 10:51:02 UTC) #17
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
http://src.chromium.org/viewvc/chrome?view=rev&revision=293900

Powered by Google App Engine
This is Rietveld 408576698