summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test
Commit message (Expand)AuthorAgeFilesLines
* [libFuzzer] increase the size of FixedWord from 27 to 64, see PR31950Kostya Serebryany2017-02-143-0/+23
* [libFuzzer] Export external functions on tests.Marcos Pividori2017-02-101-0/+12
* [libFuzzer] Use long long to ensure 64 bits.Marcos Pividori2017-02-081-1/+1
* [libFuzzer] Use custom target instead of list of binaries for tests.Marcos Pividori2017-02-084-16/+8
* [libFuzzer] Change Uninstrumented test name.Marcos Pividori2017-02-083-2/+2
* [libFuzzer] fuzzer-jobs requires posix.Marcos Pividori2017-02-081-0/+2
* [libFuzzer] Update fuzzer.test to properly set environment variables.Marcos Pividori2017-02-081-1/+1
* [libFuzzer] Don't add newline character when using echo in tests.Marcos Pividori2017-02-082-3/+3
* [libFuzzer] Disable ulimit test on windows.Marcos Pividori2017-02-081-0/+2
* [libFuzzer] Remove ? wildcard on tests.Marcos Pividori2017-02-081-7/+10
* [libFuzzer] Update fuzzer-segv to set environment variables.Marcos Pividori2017-02-081-1/+1
* [libFuzzer] Properly configure tests for Windows.Marcos Pividori2017-02-081-0/+17
* [libFuzzer] Simplify dump_coverage test.Marcos Pividori2017-02-081-11/+7
* [libFuzzer] Update Load test to work on 32 bits.Marcos Pividori2017-02-081-1/+1
* [libFuzzer] Update test to consider different exceptions.Marcos Pividori2017-02-082-2/+2
* [libFuzzer] Disable afl tests on non-posix systems.Marcos Pividori2017-02-012-0/+4
* [libFuzzer] Disable equivalence tests on non posix systems.Marcos Pividori2017-02-011-0/+2
* [libFuzzer] Isolate merge tests that require posix.Marcos Pividori2017-02-012-8/+23
* [libFuzzer] Add features `windows` and `posix` for lit tests.Marcos Pividori2017-02-013-0/+11
* [libFuzzer] Accept different extensions.Marcos Pividori2017-02-011-1/+1
* [libFuzzer] Fix test because cmd prompt does not expand wildcard.Marcos Pividori2017-02-011-1/+1
* [libFuzzer] increase the default size for shmemKostya Serebryany2017-02-011-1/+1
* [libFuzzer] make shmem more robust in the presence of signalsKostya Serebryany2017-01-271-0/+10
* [libFuzzer] make sure we use the feedback from std::string operator ==Kostya Serebryany2017-01-233-0/+27
* [libFuzzer] deflake a test Kostya Serebryany2017-01-231-0/+1
* [libFuzzer] Add missing dependency for tests.Marcos Pividori2017-01-221-0/+1
* [libFuzzer] Specify the CRT considered (MT or MD) for tests on Windows.Marcos Pividori2017-01-221-2/+9
* [libFuzzer] Fix test with shared libraries on Windows.Marcos Pividori2017-01-223-6/+20
* [libFuzzer] Leak Sanitizer is not supported for Windows.Marcos Pividori2017-01-221-3/+3
* [libFuzzer] Fix OutOfMemory tests to work on 32 bits.Marcos Pividori2017-01-222-3/+3
* [libFuzzer] Remove lib prefix from library names on tests.Marcos Pividori2017-01-221-2/+2
* [libFuzzer] Consider both possible separators for tests.Marcos Pividori2017-01-221-1/+1
* [libFuzzer] Remove optimization flags for tests.Marcos Pividori2017-01-221-11/+1
* [libFuzzer] Remove dependencies for tests on Windows.Marcos Pividori2017-01-221-1/+6
* [libFuzzer] Disable afl tests for Windows.Marcos Pividori2017-01-221-11/+12
* [libFuzzer] use print+exit(1) instead of assert to report an errorKostya Serebryany2017-01-211-1/+1
* [libFuzzer] re-enable LLVMFuzzer-RepeatedMemcmp test, cleanup the test runner...Kostya Serebryany2017-01-212-20/+15
* [libFuzzer] Use clang as linker on Windows, to properly include sanitizer lib...Marcos Pividori2017-01-201-0/+15
* [libFuzzer] Properly use compiler options supported on Windows.Marcos Pividori2017-01-201-1/+1
* [libFuzzer] add an assert to protect against LLVMFuzzerInitialize changing a...Kostya Serebryany2017-01-203-0/+19
* [libFuzzer] experimental support for 'equivalance fuzzing'Kostya Serebryany2017-01-203-6/+14
* [libFuzzer] improve -minimize_crash: honor -artifact_prefix= and don't specia...Kostya Serebryany2017-01-193-1/+25
* [libFuzzer] add two tests for experimenting with equivalence fuzzingKostya Serebryany2017-01-193-0/+43
* [libFuzzer] exit(1) on failed mergeKostya Serebryany2017-01-181-0/+4
* [libfuzzer] fixing collected pc addresses for coverageMike Aizatsky2017-01-172-2/+3
* [libFuzzer] use table of recent compares for memcmp/strcmp (to unify the code...Kostya Serebryany2017-01-172-12/+16
* [libFuzzer] improve error handling during the merge (handle various IO failures)Kostya Serebryany2017-01-051-0/+8
* [libFuzzer] make __sanitizer_cov_trace_switch more predictableKostya Serebryany2016-12-291-2/+2
* [libfuzzer] dump_coverage command line flagMike Aizatsky2016-12-191-0/+16
* [libFuzzer] use less memory for mergeKostya Serebryany2016-12-171-2/+5
OpenPOWER on IntegriCloud