mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 13:35:32 +00:00
ICU-22716 Temp turn off message_formatter_fuzzer
The running of message_formatter_fuzzer cause out of memory problem. We will address that in later PR.
This commit is contained in:
parent
6b00ed56d8
commit
36555b7800
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,6 @@ FUZZER_TARGETS = \
|
|||
dtfmtsym_fuzzer \
|
||||
list_format_fuzzer locale_fuzzer \
|
||||
locale_morph_fuzzer \
|
||||
message_formatter_fuzzer \
|
||||
normalizer2_fuzzer \
|
||||
number_format_fuzzer \
|
||||
number_formatter_fuzzer \
|
||||
|
@ -63,6 +62,8 @@ FUZZER_TARGETS = \
|
|||
uprop_fuzzer \
|
||||
uregex_open_fuzzer \
|
||||
uregex_match_fuzzer \
|
||||
# Temporary comment out the following until we fix the out-of-memory problem.
|
||||
# message_formatter_fuzzer \
|
||||
|
||||
|
||||
OBJECTS = $(FUZZER_TARGETS:%=%.o)
|
||||
|
|
Loading…
Add table
Reference in a new issue