| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
This change only removes libFuzzer tests and CMake machinery,
the source copy temporarily remains at the old location.
Differential Revision: https://reviews.llvm.org/D36980
llvm-svn: 311405
|
|
|
|
| |
llvm-svn: 310110
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This revision ports all libFuzzer tests apart from the unittest to LIT.
The advantages of doing so include:
- Tests being self-contained
- Much easier debugging of a single test
- No need for using a two-stage compilation
The unit-test is still compiled using CMake, but it does not need a
freshly built compiler.
NOTE: The previous two-stage bot configuration will NOT work, as in the
second stage build LLVM_USE_SANITIZER is set, which disables ASAN from
being built.
Thus bots will be reconfigured in the next few commits.
Differential Revision: https://reviews.llvm.org/D36295
llvm-svn: 310075
|
|
|
|
| |
llvm-svn: 298673
|
|
|
|
| |
llvm-svn: 285958
|
|
|
|
|
|
| |
(./fuzzer -runs=1000000 my-file)
llvm-svn: 284514
|
|
|
|
| |
llvm-svn: 275582
|
|
|
|
|
|
|
|
| |
because LSan is not currently supported.
Differential Revision: http://reviews.llvm.org/D20947
llvm-svn: 271979
|
|
|
|
|
|
| |
pointer to read from
llvm-svn: 270942
|
|
|
|
|
|
| |
on which we currently have a race (when reporting bugs from multiple threads)
llvm-svn: 270929
|
|
|
|
|
|
| |
reproducer properly
llvm-svn: 270905
|
|
|
|
| |
llvm-svn: 268088
|
|
|
|
|
|
| |
finding a leak [part 2]
llvm-svn: 267771
|
|
|
|
|
|
| |
it will help finding leaks while fuzzing
llvm-svn: 266838
|
|
use _Exit instead of exit in the timeout callback)
llvm-svn: 264237
|