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 1995823002: [libfuzzer] moving icu fuzzers to //third_party/icu, additional fuzzers. (Closed)

Created:
4 years, 7 months ago by aizatsky
Modified:
4 years, 7 months ago
CC:
chromium-reviews, kcc2, Vitaly Buka (NO REVIEWS)
Base URL:
https://chromium.googlesource.com/chromium/deps/icu.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[libfuzzer] moving icu fuzzers to //third_party/icu, additional fuzzers. Adding fuzzers for: - NumberFormat::parse - BreakIterator - ucasemap BUG=539572

Patch Set 1 #

Patch Set 2 : nits #

Total comments: 3

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+420 lines, -0 lines) Patch
A fuzzers/BUILD.gn View 1 chunk +63 lines, -0 lines 0 comments Download
A fuzzers/fuzzer_utils.h View 1 chunk +34 lines, -0 lines 0 comments Download
A fuzzers/icu_break_iterator_fuzzer.cc View 1 chunk +45 lines, -0 lines 0 comments Download
A fuzzers/icu_number_format_fuzzer.cc View 1 chunk +29 lines, -0 lines 0 comments Download
A fuzzers/icu_regex.dict View 1 chunk +103 lines, -0 lines 0 comments Download
A fuzzers/icu_ucasemap_fuzzer.cc View 1 chunk +53 lines, -0 lines 0 comments Download
A fuzzers/icu_unicode_string_codepage_create_fuzzer.cc View 1 chunk +72 lines, -0 lines 0 comments Download
A fuzzers/icu_uregex_open_fuzzer.cc View 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
aizatsky
4 years, 7 months ago (2016-05-18 22:05:48 UTC) #2
jungshik at Google
Dependency on base::i18n is unfortunate, but for our internal use (as opposed to upstreaming it), ...
4 years, 7 months ago (2016-05-19 07:21:54 UTC) #3
aizatsky
Submitted as https://chromium.googlesource.com/chromium/deps/icu.git/+/06c914d938e16bb4779c78209f9843954ba448de
4 years, 7 months ago (2016-05-19 20:57:42 UTC) #4
mmoroz
4 years, 7 months ago (2016-05-20 10:35:37 UTC) #5
Message was sent while issue was closed.
w00t, new fuzzers! Thanks Mike! LGTM

Powered by Google App Engine
This is Rietveld 408576698