summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKostya Serebryany <kcc@google.com>2018-07-19 01:54:28 +0000
committerKostya Serebryany <kcc@google.com>2018-07-19 01:54:28 +0000
commit3a6f658e8ae350849383904ac6d0166bda40873f (patch)
treeb840045ae4d8d9311831bad7c1b6cf9d9257bc7b /test
parentb245ab336ef0cef374b36d0fa4be432b3e6afcd2 (diff)
[libFuzzer] quick hack to fix the bot
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@337436 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/fuzzer/only-some-bytes.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzzer/only-some-bytes.test b/test/fuzzer/only-some-bytes.test
index 9d2791248..fbfef14c7 100644
--- a/test/fuzzer/only-some-bytes.test
+++ b/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