From: Kostya Serebryany Date: Tue, 13 Jun 2017 23:09:11 +0000 (+0000) Subject: [libFuzzer] restrict the new test to Linux (fails on Mac currently) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41342f536dabb3fddd89c07bd15ea200b4ba50e9;p=llvm [libFuzzer] restrict the new test to Linux (fails on Mac currently) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305335 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Fuzzer/test/inline-8bit-counters.test b/lib/Fuzzer/test/inline-8bit-counters.test index f34e1dea08a..4b6ae837444 100644 --- a/lib/Fuzzer/test/inline-8bit-counters.test +++ b/lib/Fuzzer/test/inline-8bit-counters.test @@ -1,3 +1,4 @@ +REQUIRES: linux CHECK: INFO: Loaded 1 modules with {{.*}} inline 8-bit counters CHECK: BINGO RUN: LLVMFuzzer-SimpleTest-Inline8bitCounters -runs=100000 -seed=1 2>&1 | FileCheck %s