diff options
author | Kostya Serebryany <kcc@google.com> | 2016-09-01 01:22:27 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2016-09-01 01:22:27 +0000 |
commit | e2d0f636543f9fc62296b0b2029c78b4c97a81ed (patch) | |
tree | e53e83ea2d85288c95293f9857d33cfda2b3af8d /llvm/lib/Fuzzer/test/value-profile-div.test | |
parent | 40e6ba16a1446acc46f490e5e4ccbbcd2fd35db8 (diff) | |
download | bcm5719-llvm-e2d0f636543f9fc62296b0b2029c78b4c97a81ed.tar.gz bcm5719-llvm-e2d0f636543f9fc62296b0b2029c78b4c97a81ed.zip |
[libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tests that I failed to commit last time
llvm-svn: 280332
Diffstat (limited to 'llvm/lib/Fuzzer/test/value-profile-div.test')
-rw-r--r-- | llvm/lib/Fuzzer/test/value-profile-div.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/value-profile-div.test b/llvm/lib/Fuzzer/test/value-profile-div.test new file mode 100644 index 00000000000..ba45e4129d3 --- /dev/null +++ b/llvm/lib/Fuzzer/test/value-profile-div.test @@ -0,0 +1,3 @@ +CHECK: AddressSanitizer: FPE +RUN: not LLVMFuzzer-DivTest -seed=1 -use_value_profile=1 -runs=10000000 2>&1 | FileCheck %s + |