aboutsummaryrefslogtreecommitdiff
path: root/projects/icu
AgeCommit message (Collapse)Author
2021-08-24[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)jonathanmetzman
These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
2020-12-10Populate a bunch of main_repo values. (#4815)Oliver Chang
Also enforce this for future integrations.
2020-07-22[icu] Add ftang@google.com to the auto_ccs list (fixes #4176). (#4177)Max Moroz
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2019-06-26Add project team member (myself actually) to notification list. (#2541)gnrunge
2019-05-29Modifes build.sh script to work with ICU fuzzer target files that were ↵gnrunge
renamed (#2476) to end with .cpp suffix instead of .cc to align with ICU standards.
2019-05-22Replaces explicit listing of fuzzer target and corpus files with generic (#2455)gnrunge
detection of these files using wildcards.
2019-05-01Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)jonathanmetzman
Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
2019-03-25Add ICU project team member email to notification list in icu/project.yaml. ↵gnrunge
(#2262)
2019-02-13Removes break_iterator_utf32_fuzzer target from build script. The target (#2160)gnrunge
will be removed in ICU.
2019-02-07Add team member email to notification list in icu/project.yaml (#2141)gnrunge
2019-02-06Adds build instructions for recently added ICU fuzzer targets (#2139)gnrunge
* Update Dockerfile * Adds instructions to build recently added ICU fuzzer targets.
2019-01-22Update Dockerfile (#2104)gnrunge
2019-01-18Icu fuzz (#2098)gnrunge
* Update project.yaml * Remove quotes around email. * Updates icu/project.yaml with additional emails ids
2019-01-18Update project.yaml (#2097)gnrunge
* Update project.yaml * Remove quotes around email.
2019-01-16Icu fuzz (#2091)gnrunge
* Updates the ICU fuzzer project directory: - Delete the ICU fuzzer tests. The code was transfered to unicode-org/icu in PR 321 (https://github.com/unicode-org/icu/pull/321). - Adjust the Dockerfile and the build.sh to work with the new ICU repositroy (now GitHub, migrated from svn recently) and the new code arrangement. * Removes logging statements used for debugging statements from the Dockerfile.
2017-05-01Use apt-get update && apt-get install, per best practices: (#561)Devin Jeanpierre
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ I ran into this because I was getting errors locally, like: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.18.4ubuntu1.1_all.deb 404 Not Found [IP: 91.189.88.149 80] It turns out you get these if you don't update, and the official best practices are to `run apt-get update && apt-get install`. In fact, running _any_ apt-get install command without the apt-get update && before it can result in unfortunate caching artifacts -- see "cache busting". (P.S. thanks to Peng on Freenode for helping me, I'm bad at Ubuntu.) So: sed -re \ 's/RUN apt-get ((-y )?(install|build-dep))/RUN apt-get update \&\& apt-get \1/' -i \ projects/**/Dockerfile I also manually fixed the cases that already ran apt-get update in their Dockerfile: dlplibs/Dockerfile grpc/Dockerfile libreoffice/Dockerfile
2017-04-04Remove experimental flag from already tested projects with msan(#473) (#513)Abhishek Arya
2017-03-22oss-fuzz/BASE_IMAGE -> oss-fuzz-base/BASE_IMAGEOliver Chang
2017-03-21Enable Msan experimentally for some projects (#473).Oliver Chang
2017-03-15[infra] ossfuzz/IMAGE -> gcr.io/oss-fuzz/IMAGEOliver Chang
2017-02-20[icu] Fix broken build due to incomplete result type.Max Moroz
Got broken after http://bugs.icu-project.org/trac/changeset/39684/trunk/icu4c/source/common/unicode/locid.h With error like the one below: <...> In file included from /src/break_iterator_fuzzer.cc:8: /src/fuzzer_utils.h:37:20: error: incomplete result type 'icu::UnicodeString' in function definition icu::UnicodeString UnicodeStringFromUtf8(const uint8_t* data, size_t size) { ^ /src/icu/source/common/unicode/locid.h:50:7: note: forward declaration of 'icu_59::UnicodeString' class UnicodeString; ^ <...>
2017-02-08Add icu-team@ to project.yamlAbhishek Arya
2017-02-02[icu] disabling undefined sanitizerMike Aizatsky
Reason: fails to build. /src/icu/source/common/unicode/stringtriebuilder.h:310:46: runtime error: signed integer overflow: 124151392 * 37 cannot be represented in type 'int' Makefile:566: recipe for target 'out/build/icudt59l/brkitr/burmesedict.dict' failed #234
2017-01-20make two icu fuzz targets more useful (#304)Kostya Serebryany
2017-01-03[infra] updating usages of base-libfuzzer (#142)Mike Aizatsky
2016-12-13[icu] disabling leak detection while buildingMike Aizatsky
There seem to be leaks in icu tools: LD_LIBRARY_PATH=../lib:../stubdata:../tools/ctestfw:$LD_LIBRARY_PATH ../bin/genrb --usePoolBundle -k -i ./out/build/icudt58l -s /src/icu/source/data/locales -d ./out/build/icudt58l ar.txt ================================================================= ==7719==ERROR: LeakSanitizer: detected memory leaks  Direct leak of 64 byte(s) in 1 object(s) allocated from:  #0 0x4d3368 in malloc /src/llvm/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:64 #1 0x5154fb in ucbuf_open /src/icu/source/tools/toolutil/ucbuf.cpp:469:36 #2 0x50d4b3 in main /src/icu/source/tools/gendict/gendict.cpp:316:19 #3 0x7ff77f72582f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
2016-12-07[infra] using -lFuzzingEngine instead of -lfuzzerMike Aizatsky
2016-11-29[infra] target.yaml -> project.yamlMike Aizatsky
2016-11-29[infra] renaming targets/ to projects/Mike Aizatsky