From 79bd14772f0be06e78b1107e96c8b34e3085e42d Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Thu, 19 Jul 2018 01:54:28 +0000 Subject: [PATCH] [libFuzzer] quick hack to fix the bot llvm-svn: 337436 --- compiler-rt/test/fuzzer/only-some-bytes.test | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/test/fuzzer/only-some-bytes.test b/compiler-rt/test/fuzzer/only-some-bytes.test index 9d27912..fbfef14 100644 --- a/compiler-rt/test/fuzzer/only-some-bytes.test +++ b/compiler-rt/test/fuzzer/only-some-bytes.test @@ -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 -- 2.7.4