[libFuzzer] quick hack to fix the bot
authorKostya Serebryany <kcc@google.com>
Thu, 19 Jul 2018 01:54:28 +0000 (01:54 +0000)
committerKostya Serebryany <kcc@google.com>
Thu, 19 Jul 2018 01:54:28 +0000 (01:54 +0000)
llvm-svn: 337436

compiler-rt/test/fuzzer/only-some-bytes.test

index 9d27912..fbfef14 100644 (file)
@@ -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