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

Issue 2654623002: Enable use-after-scope check in ASAN configs. (Closed)

Created:
3 years, 11 months ago by krasin1
Modified:
3 years, 11 months ago
Reviewers:
Nico
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Enable use-after-scope check in ASAN configs. This is a second attempt to land this change. Previous attempts failed on some ChromeOS bots using old version of Clang, on Clang-CL Win bots and also there were a couple of webkit_tests failed due to a real use-after-scope issue. The use-after-scope issue is now fixed by https://codereview.chromium.org/2649903005/, Windows and ChromeOS are temporarily blacklisted. BUG=681136, 683459, 683966, 683445 Review-Url: https://codereview.chromium.org/2654623002 Cr-Commit-Position: refs/heads/master@{#445747} Committed: https://chromium.googlesource.com/chromium/src/+/a9461af221d3d56769f21b6755a8afbef00d6d7d

Patch Set 1 #

Total comments: 4

Patch Set 2 : fix is_clang and is_win #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -0 lines) Patch
M build/config/sanitizers/BUILD.gn View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 28 (16 generated)
krasin1
3 years, 11 months ago (2017-01-23 22:23:15 UTC) #6
Nico
https://codereview.chromium.org/2654623002/diff/1/build/config/sanitizers/BUILD.gn File build/config/sanitizers/BUILD.gn (right): https://codereview.chromium.org/2654623002/diff/1/build/config/sanitizers/BUILD.gn#newcode203 build/config/sanitizers/BUILD.gn:203: if (is_clang && !is_mac && !is_chromeos && !is_win) { ...
3 years, 11 months ago (2017-01-23 22:25:21 UTC) #9
krasin1
https://codereview.chromium.org/2654623002/diff/1/build/config/sanitizers/BUILD.gn File build/config/sanitizers/BUILD.gn (right): https://codereview.chromium.org/2654623002/diff/1/build/config/sanitizers/BUILD.gn#newcode203 build/config/sanitizers/BUILD.gn:203: if (is_clang && !is_mac && !is_chromeos && !is_win) { ...
3 years, 11 months ago (2017-01-23 22:31:51 UTC) #10
Nico
https://codereview.chromium.org/2654623002/diff/1/build/config/sanitizers/BUILD.gn File build/config/sanitizers/BUILD.gn (right): https://codereview.chromium.org/2654623002/diff/1/build/config/sanitizers/BUILD.gn#newcode203 build/config/sanitizers/BUILD.gn:203: if (is_clang && !is_mac && !is_chromeos && !is_win) { ...
3 years, 11 months ago (2017-01-23 22:35:02 UTC) #11
krasin1
https://codereview.chromium.org/2654623002/diff/1/build/config/sanitizers/BUILD.gn File build/config/sanitizers/BUILD.gn (right): https://codereview.chromium.org/2654623002/diff/1/build/config/sanitizers/BUILD.gn#newcode203 build/config/sanitizers/BUILD.gn:203: if (is_clang && !is_mac && !is_chromeos && !is_win) { ...
3 years, 11 months ago (2017-01-23 22:49:54 UTC) #12
Nico
lgt
3 years, 11 months ago (2017-01-23 22:58:35 UTC) #15
Nico
lgtm
3 years, 11 months ago (2017-01-23 22:58:40 UTC) #16
krasin1
On 2017/01/23 22:58:40, Nico wrote: > lgtm Thank you, Nico. I will land this one ...
3 years, 11 months ago (2017-01-23 23:00:20 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2654623002/20001
3 years, 11 months ago (2017-01-24 17:13:40 UTC) #23
commit-bot: I haz the power
Committed patchset #2 (id:20001) as https://chromium.googlesource.com/chromium/src/+/a9461af221d3d56769f21b6755a8afbef00d6d7d
3 years, 11 months ago (2017-01-24 17:18:42 UTC) #26
llozano
On 2017/01/24 17:18:42, commit-bot: I haz the power wrote: > Committed patchset #2 (id:20001) as ...
3 years, 11 months ago (2017-01-24 21:43:29 UTC) #27
krasin1
3 years, 11 months ago (2017-01-24 21:52:24 UTC) #28
Message was sent while issue was closed.
On 2017/01/24 21:43:29, llozano wrote:
> On 2017/01/24 17:18:42, commit-bot: I haz the power wrote:
> > Committed patchset #2 (id:20001) as
> >
>
https://chromium.googlesource.com/chromium/src/+/a9461af221d3d56769f21b6755a8...
> 
> on ChromeOS compiler rolled today but there is an issue with Goma. We probably
> need to way for the Goma issue to clear up before we can enable on ChromeOS.

Thank you for the update! For the record, this CL does not enable it on
ChromeOS, so everything should be fine.

Powered by Google App Engine
This is Rietveld 408576698