Skip to content

Commit

Permalink
[LibFuzzer] Disable the fuzzer-trace-pc.test test on non-linux pl…
Browse files Browse the repository at this point in the history
…atforms.

On OSX this test sometimes fails due to the
``LLVMFuzzer-FullCoverageSetTest-TracePC`` program going over the
default 2GiB memory limit. This shouldn't be happening and needs
investigating. For now just disable the test so we can set up an
OSX buildbot.

Differential Revision: http://reviews.llvm.org/D21319

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@272696 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
delcypher committed Jun 14, 2016
1 parent b7b4ba3 commit eac51a2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Fuzzer/test/fuzzer-trace-pc.test
Original file line number Diff line number Diff line change
@@ -1,3 +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

0 comments on commit eac51a2

Please sign in to comment.