OSDN Git Service

[libFuzzer] restrict the new test to Linux (fails on Mac currently)
authorKostya Serebryany <kcc@google.com>
Tue, 13 Jun 2017 23:09:11 +0000 (23:09 +0000)
committerKostya Serebryany <kcc@google.com>
Tue, 13 Jun 2017 23:09:11 +0000 (23:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305335 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Fuzzer/test/inline-8bit-counters.test

index f34e1de..4b6ae83 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