aboutsummaryrefslogtreecommitdiff
path: root/lib/Fuzzer/test/fuzzer-trace-pc.test
blob: 673249d047865e6b9a36425c18bc546dc3693bb7 (plain) (blame)
1
2
3
4
5
6
7
CHECK: BINGO
REQUIRES: linux
RUN: not LLVMFuzzer-FourIndependentBranchesTest-TracePC      -seed=1 -runs=1000000 2>&1 | FileCheck %s
// FIXME: The test below uses a significant amount of memory on OSX and
// sometimes hits the 2GiB memory limit. This needs to be investigated. For now
// only run the test on Linux.
RUN: not LLVMFuzzer-FullCoverageSetTest-TracePC              -seed=1 -runs=10000000 2>&1 | FileCheck %s