From a5a460917f72fb1c1b6456372e0f373bd912a51b Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Tue, 13 Jun 2017 23:09:11 +0000 Subject: [PATCH] [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 Change-Id: I09edcc67874aa185209875f0de9f0ce44501c458 --- lib/Fuzzer/test/inline-8bit-counters.test | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Fuzzer/test/inline-8bit-counters.test b/lib/Fuzzer/test/inline-8bit-counters.test index f34e1de..4b6ae83 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 -- 2.34.1