This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
7f055dee27
llvm-project
/
llvm
/
lib
/
Fuzzer
/
test
/
fuzzer-threaded.test
8 lines
327 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[libFuzzer] make trace-based fuzzing not crash in presence of threads llvm-svn: 256876
2016-01-06 08:03:35 +08:00
CHECK: Done 1000 runs in
[libFuzzer] use the new chainable malloc hooks instead of the old un-chainable ones, use atomic for malloc/free counters instead of a thread local counter in the main thread. This should make on-the-spot leak detection in libFuzzer more reliable llvm-svn: 272948
2016-06-17 04:17:41 +08:00
RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s
RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s
RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s
RUN: LLVMFuzzer-ThreadedTest -use_traces=1 -runs=1000 2>&1 | FileCheck %s
[libFuzzer] make trace-based fuzzing not crash in presence of threads llvm-svn: 256876
2016-01-06 08:03:35 +08:00