diff options
Diffstat (limited to 'lib/Fuzzer/test/fuzzer-trace-pc.test')
-rw-r--r-- | lib/Fuzzer/test/fuzzer-trace-pc.test | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Fuzzer/test/fuzzer-trace-pc.test b/lib/Fuzzer/test/fuzzer-trace-pc.test new file mode 100644 index 000000000000..673249d04786 --- /dev/null +++ b/lib/Fuzzer/test/fuzzer-trace-pc.test @@ -0,0 +1,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 |