[llvm] r305335 - [libFuzzer] restrict the new test to Linux (fails on Mac currently)
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 13 16:09:12 PDT 2017
Author: kcc
Date: Tue Jun 13 18:09:11 2017
New Revision: 305335
URL: http://llvm.org/viewvc/llvm-project?rev=305335&view=rev
Log:
[libFuzzer] restrict the new test to Linux (fails on Mac currently)
Modified:
llvm/trunk/lib/Fuzzer/test/inline-8bit-counters.test
Modified: llvm/trunk/lib/Fuzzer/test/inline-8bit-counters.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Fuzzer/test/inline-8bit-counters.test?rev=305335&r1=305334&r2=305335&view=diff
==============================================================================
--- llvm/trunk/lib/Fuzzer/test/inline-8bit-counters.test (original)
+++ llvm/trunk/lib/Fuzzer/test/inline-8bit-counters.test Tue Jun 13 18:09:11 2017
@@ -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
More information about the llvm-commits
mailing list