summaryrefslogtreecommitdiff
path: root/test/fuzzer
Commit message (Expand)AuthorAgeFilesLines
...
* [libFuzzer] Fix failing test: sigint.testJonathan Metzman2019-04-301-3/+1
* [libFuzzer] temporarily disable a test on windows, where there is no memmem i...Kostya Serebryany2019-04-301-0/+2
* [libFuzzer] add MagicSeparatorTestKostya Serebryany2019-04-302-0/+51
* [libFuzzer] Replace -seed_corpus to better support fork mode on WinJonathan Metzman2019-04-301-0/+24
* fix broken testJonathan Metzman2019-04-301-7/+7
* remove extra zerosJonathan Metzman2019-04-301-1/+1
* remove stale commentJonathan Metzman2019-04-301-1/+1
* fix commentJonathan Metzman2019-04-301-1/+1
* [libFuzzer] Enable for i386Jonathan Metzman2019-04-301-0/+2
* Fix issues with testing for i386Jonathan Metzman2019-04-305-3/+8
* Enable x86 buildsJonathan Metzman2019-04-303-6/+4
* [CMake] Don't modify `FUZZER_SUPPORTED_ARCH` is place.Dan Liew2019-04-281-2/+3
* Revert "[CMake] Fix the value of `config.target_cflags` for non-macOS Apple"Dan Liew2019-04-261-5/+1
* [CMake] Fix the value of `config.target_cflags` for non-macOS AppleDan Liew2019-04-261-1/+5
* [libFuzzer] Disable MSan interceptors in SIGINT handler.Matt Morehouse2019-04-261-0/+17
* [libFuzzer] Require linux for libcxx.testMatt Morehouse2019-04-251-0/+1
* [compiler-rt] Build custom libc++abi without exceptions.Matt Morehouse2019-04-251-0/+15
* [fuzzer] Fix reload.test on Linux/aarch64Adhemerval Zanella2019-04-241-2/+2
* Summary:Jonathan Metzman2019-04-183-18/+50
* [libFuzzer] add -features_dir= flag to dump unique input features on diskKostya Serebryany2019-04-131-0/+7
* [libFuzzer] Fix DataFlow.cpp logic when tracing long inputs.Max Moroz2019-04-121-0/+11
* [libFuzzer] support -runs=N in the fork mode. Make sure we see one-line repor...Kostya Serebryany2019-04-122-0/+23
* Use binary write mode in WriteToFile function to avoid appended \r characters...Vitaly Buka2019-04-052-0/+37
* [Sanitizer] lit test config: Respect existing parallelism_groupJulian Lettner2019-02-281-1/+2
* [libFuzzer][Windows] Port fork mode to WindowsJonathan Metzman2019-02-272-4/+4
* [Darwin][NFC] Refactor throttling of 64bit sanitizer tests on DarwinJulian Lettner2019-02-271-3/+1
* Fix license headersVitaly Buka2019-02-201-2/+3
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-12/+0
* [libFuzzer] make len_control less agressive: set the initial max len to the l...Kostya Serebryany2019-02-161-0/+11
* [libFuzzer] fork mode: try harder to cleanup after itselfKostya Serebryany2019-02-161-0/+15
* [Sanitizer] iOS: Pull up parallelism_group handling into common.lit.configJulian Lettner2019-02-151-2/+0
* [libFuzzer] form mode: add -ignore_crashes flag, honor the max_total_time fla...Kostya Serebryany2019-02-151-0/+4
* [libFuzzer] when doing the merge, keep track of the coveraged edges, not just...Kostya Serebryany2019-02-143-7/+8
* [libFuzzer] a bit of refactoring of the fork modeKostya Serebryany2019-02-131-2/+3
* [libFuzzer] teach the fork mode to ignore OOMs and timeoutsKostya Serebryany2019-02-123-5/+35
* [libFuzzer] Make coverage.test work on ARM64Julian Lettner2019-02-121-6/+6
* [libFuzzer] run the -fork=1 tests only on linuxKostya Serebryany2019-02-122-1/+5
* [libFuzzer] extend the -fork=1 functionality. Still not fully usable, but goo...Kostya Serebryany2019-02-121-1/+2
* [NFC] Re-enable XFAILed fuzzer test on iOSJulian Lettner2019-02-111-1/+0
* [libFuzzer] remove two unused experimental flagsKostya Serebryany2019-02-082-27/+0
* [libFuzzer] refactor the way we choose the element to cross-over with, NFC (e...Kostya Serebryany2019-02-081-0/+4
* [libFuzzer] add a test for built-in CrossOver (there are unit tests for this,...Kostya Serebryany2019-02-082-0/+68
* [libFuzzer][Windows] Reenable passing testsJonathan Metzman2019-02-038-11/+3
* [libFuzzer] make a test for exploding dfsan labels more agressiveKostya Serebryany2019-01-311-0/+2
* [libFuzzer][Windows] Temporarily disable value-profile-cmp2.test on WinJonathan Metzman2019-01-311-0/+2
* [fuzzer] Use RawPrint instead of Printf for instrumentation warningJonathan Metzman2019-01-311-1/+1
* [libFuzzer] relax a flaky testKostya Serebryany2019-01-311-1/+0
* [libFuzzer] Update Darwin testJulian Lettner2019-01-311-13/+3
* [libFuzzer] set libFuzzer's own SEGV handler even one is already present, but...Kostya Serebryany2019-01-311-0/+1
* [libFuzzer] Set default sanitizer options in fuzzer testsJulian Lettner2019-01-315-5/+12