diff options
author | Kostya Serebryany <kcc@google.com> | 2017-06-13 23:09:11 +0000 |
---|---|---|
committer | Kostya Serebryany <kcc@google.com> | 2017-06-13 23:09:11 +0000 |
commit | d0fb427862bbf00bc5fb2f68a54f77a63bf4b1a7 (patch) | |
tree | 03a10166ced175797b869e821e206dd127c0df12 /llvm/lib/Fuzzer/test/inline-8bit-counters.test | |
parent | 0fea84e5b9995883d1588d4b648a72f17896893c (diff) | |
download | bcm5719-llvm-d0fb427862bbf00bc5fb2f68a54f77a63bf4b1a7.tar.gz bcm5719-llvm-d0fb427862bbf00bc5fb2f68a54f77a63bf4b1a7.zip |
[libFuzzer] restrict the new test to Linux (fails on Mac currently)
llvm-svn: 305335
Diffstat (limited to 'llvm/lib/Fuzzer/test/inline-8bit-counters.test')
-rw-r--r-- | llvm/lib/Fuzzer/test/inline-8bit-counters.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Fuzzer/test/inline-8bit-counters.test b/llvm/lib/Fuzzer/test/inline-8bit-counters.test index f34e1dea08a..4b6ae837444 100644 --- a/llvm/lib/Fuzzer/test/inline-8bit-counters.test +++ b/llvm/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 |