[compiler-rt] r337436 - [libFuzzer] quick hack to fix the bot
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 18 18:54:28 PDT 2018
Author: kcc
Date: Wed Jul 18 18:54:28 2018
New Revision: 337436
URL: http://llvm.org/viewvc/llvm-project?rev=337436&view=rev
Log:
[libFuzzer] quick hack to fix the bot
Modified:
compiler-rt/trunk/test/fuzzer/only-some-bytes.test
Modified: compiler-rt/trunk/test/fuzzer/only-some-bytes.test
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/fuzzer/only-some-bytes.test?rev=337436&r1=337435&r2=337436&view=diff
==============================================================================
--- compiler-rt/trunk/test/fuzzer/only-some-bytes.test (original)
+++ compiler-rt/trunk/test/fuzzer/only-some-bytes.test Wed Jul 18 18:54:28 2018
@@ -1,5 +1,6 @@
# Tests the data flow tracer.
REQUIRES: linux
+UNSUPPORTED: aarch64
# Build the tracer and the test.
RUN: %no_fuzzer_cpp_compiler -c -fno-sanitize=all -fsanitize=dataflow %S/../../lib/fuzzer/dataflow/DataFlow.cpp -o %t-DataFlow.o
More information about the llvm-commits
mailing list