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

Issue 2247953005: Fix fuzzer build on Mac for ICU (Closed)

Created:
4 years, 4 months ago by jungshik at Google
Modified:
3 years, 6 months ago
Reviewers:
mmoroz, Nico
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/deps/icu.git@master
Target Ref:
refs/heads/master
Project:
icu
Visibility:
Public.

Description

Fix fuzzer build on Mac for ICU Make icu depend on //buildtools/third_party/libc++abi on mac for sanitizer builds. BUG=636127 TEST=Libfuzzer Upload Mac ASan builds R=mmoroz@chromium.org Committed: https://chromium.googlesource.com/chromium/deps/icu/+/2341038bf72869a5683a893a2b319a48ffec7f62

Patch Set 1 #

Total comments: 1

Patch Set 2 : add // to the import path #

Patch Set 3 : use using_sanitizer instead of is_*san #

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

Messages

Total messages: 14 (4 generated)
jungshik at Google
This is just what you talked about in the bug ( + condition). I'm not ...
4 years, 4 months ago (2016-08-16 20:24:43 UTC) #2
jungshik at Google
On 2016/08/16 20:24:43, jungshik at google wrote: > This is just what you talked about ...
4 years, 4 months ago (2016-08-16 21:01:14 UTC) #4
inferno
On 2016/08/16 21:01:14, jungshik at google wrote: > On 2016/08/16 20:24:43, jungshik at google wrote: ...
4 years, 4 months ago (2016-08-16 23:16:41 UTC) #5
jungshik at Google
On 2016/08/16 23:16:41, inferno wrote: > On 2016/08/16 21:01:14, jungshik at google wrote: > > ...
4 years, 4 months ago (2016-08-16 23:34:09 UTC) #6
mmoroz
On 2016/08/16 23:34:09, jungshik at google wrote: > On 2016/08/16 23:16:41, inferno wrote: > > ...
4 years, 4 months ago (2016-08-17 09:10:41 UTC) #7
mmoroz
LGTM
4 years, 4 months ago (2016-08-17 09:11:18 UTC) #8
jungshik at Google
Committed patchset #3 (id:40001) manually as 2341038bf72869a5683a893a2b319a48ffec7f62 (presubmit successful).
4 years, 4 months ago (2016-08-17 16:35:01 UTC) #10
Nico
This doesn't seem right, we use system libc++ instead of the one in third_party on ...
3 years, 6 months ago (2017-06-01 21:48:39 UTC) #12
mmoroz
On 2017/06/01 21:48:39, Nico (vacation Jun 3-11) wrote: > This doesn't seem right, we use ...
3 years, 6 months ago (2017-06-02 15:00:02 UTC) #13
chromium-reviews
3 years, 6 months ago (2017-06-02 15:16:29 UTC) #14
Message was sent while issue was closed.
On Fri, Jun 2, 2017 at 11:00 AM, <mmoroz@chromium.org> wrote:

> On 2017/06/01 21:48:39, Nico (vacation Jun 3-11) wrote:
> > This doesn't seem right, we use system libc++ instead of the one in
> third_party
> > on Mac.
>
> The build on mac is broken:
> https://build.chromium.org/p/chromium.fyi/builders/
> Libfuzzer%20Upload%20Mac%20ASan?numbuilds=200
>
> But I guess that might be caused by something else..
>

I bet that's due to https://codereview.chromium.org/2914653002 , please
file a bug for that. (But this bug is likely _caused_ by the incorrect
dependency added in this cl.)


>
> https://codereview.chromium.org/2247953005/
>

-- 
You received this message because you are subscribed to the Google Groups
"Chromium-reviews" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698