1CHECK: BINGO 2REQUIRES: linux 3RUN: not LLVMFuzzer-FourIndependentBranchesTest-TracePC -seed=1 -runs=1000000 2>&1 | FileCheck %s 4// FIXME: The test below uses a significant amount of memory on OSX and 5// sometimes hits the 2GiB memory limit. This needs to be investigated. For now 6// only run the test on Linux. 7RUN: not LLVMFuzzer-FullCoverageSetTest-TracePC -seed=1 -runs=10000000 2>&1 | FileCheck %s 8