summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/minimize_two_crashes.test
Commit message (Collapse)AuthorAgeFilesLines
* [libFuzzer][Windows] Reenable passing testsJonathan Metzman2019-02-031-1/+1
| | | | | | | | | | | | | | | | Summary: Enable tests that were previously disabled because they didn't work on Windows. Reviewers: morehouse Reviewed By: morehouse Subscribers: morehouse Differential Revision: https://reviews.llvm.org/D57563 llvm-svn: 353000
* [libFuzzer] Set default sanitizer options in fuzzer testsJulian Lettner2019-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | Summary: Set default `ASAN_OPTIONS` when running libFuzzer tests. This allows us to remove special casing in code for Darwin where we usually pass `abort_on_error=0` to override platform defaults for tests. A previous commit changed the code to make the tests pass: https://github.com/llvm/llvm-project/commit/7764a04af007eca68eafcf5caaea560ed05e35a9 Adapted a few tests to use `%env_asan_opts=` instead of directly setting the environment variable. rdar://problem/47515276 Reviewers: kcc, george.karpenkov Differential Revision: https://reviews.llvm.org/D57465 llvm-svn: 352711
* [libfuzzer] Correct typo in comment (test commit).Jonathan Metzman2018-09-061-1/+1
| | | | | | Differential Revision: https://reviews.llvm.org/D51739 llvm-svn: 341569
* [libfuzzer] Temporarily disable unittests failing on Windows.Max Moroz2018-09-061-1/+1
| | | | | | | | | | | | | | | | Summary: Patch by Jonathan Metzman (@metzman). Reviewers: morehouse, Dor1s Reviewed By: Dor1s Subscribers: kcc, delcypher, llvm-commits, #sanitizers Differential Revision: https://reviews.llvm.org/D51712 llvm-svn: 341514
* [libFuzzer] [NFC] Prefix all run lines with %runGeorge Karpenkov2018-05-111-2/+2
| | | | | | | | | | This patch does not do anything, but paves the way for future changes, where %run command will be expanded into a script performing the testing on device. Differential Revision: https://reviews.llvm.org/D46553 llvm-svn: 332144
* [libFuzzer] Disable optimization for exit_on_src_pos.test.Matt Morehouse2018-03-271-0/+1
| | | | | | Test fails on Darwin with -O2. llvm-svn: 328634
* [libFuzzer] Do not optimize minimize_two_crashes.test.Matt Morehouse2018-03-261-1/+1
| | | | | | Speculative fix for build bot breakage on Mac. llvm-svn: 328576
* lib Fuzzer FreeBSD supportKamil Rytarowski2018-01-121-0/+1
| | | | | | | | | | | | | | Summary: Patch by David CARLIER Reviewers: vitalybuka, kcc, dim, emaste, davide, morehouse, george.karpenkov Reviewed By: morehouse Subscribers: george.karpenkov, kubamracek, srhines, mgorny, emaste, krytarowski Differential Revision: https://reviews.llvm.org/D41642 llvm-svn: 322380
* Move libFuzzer to compiler_rt.George Karpenkov2017-08-211-0/+18
Resulting library binaries will be named libclang_rt.fuzzer*, and will be placed in Clang toolchain, allowing redistribution. Differential Revision: https://reviews.llvm.org/D36908 llvm-svn: 311407
OpenPOWER on IntegriCloud