[libFuzzer] restrict the new test to Linux (fails on Mac currently) 35/139035/1
authorKostya Serebryany <kcc@google.com>
Tue, 13 Jun 2017 23:09:11 +0000 (23:09 +0000)
committerDmitriy Nikiforov <d.nikiforov@partner.samsung.com>
Mon, 17 Jul 2017 04:46:30 +0000 (13:46 +0900)
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

index f34e1dea08a06f38d6f9bb6b095fc8717d6982ed..4b6ae83744499c34275d7f09c40871a009a87336 100644 (file)
@@ -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