[PATCH] D21319: [LibFuzzer] Disable the `fuzzer-trace-pc.test` test on non-linux platforms.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 14 12:22:06 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL272696: [LibFuzzer] Disable the ``fuzzer-trace-pc.test`` test on non-linux platforms. (authored by delcypher).

Changed prior to commit:
  http://reviews.llvm.org/D21319?vs=60648&id=60720#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D21319

Files:
  llvm/trunk/lib/Fuzzer/test/fuzzer-trace-pc.test

Index: llvm/trunk/lib/Fuzzer/test/fuzzer-trace-pc.test
===================================================================
--- llvm/trunk/lib/Fuzzer/test/fuzzer-trace-pc.test
+++ llvm/trunk/lib/Fuzzer/test/fuzzer-trace-pc.test
@@ -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


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21319.60720.patch
Type: text/x-patch
Size: 669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160614/fec3fccc/attachment.bin>


More information about the llvm-commits mailing list