summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Fuzzer/test/value-profile-cmp.test
blob: ae064950edf5fef9d43a5e1406d66f850fc8f6d5 (plain)
1
2
3
4
5
6
CHECK: BINGO
RUN: not LLVMFuzzer-SimpleCmpTest -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
RUN: not LLVMFuzzer-SimpleHashTest -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s
RUN: not LLVMFuzzer-AbsNegAndConstantTest -use_value_profile=1 -runs=100000000 2>&1 | FileCheck %s


OpenPOWER on IntegriCloud