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-Tag: submit/tizen/20170717.082441~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a5a460917f72fb1c1b6456372e0f373bd912a51b;p=tools%2FlibFuzzer.git [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 --- 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