summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Morehouse <mascasa@google.com>2018-07-10 20:45:36 +0000
committerMatt Morehouse <mascasa@google.com>2018-07-10 20:45:36 +0000
commita996ac965d6a1f03dd37109ee54a37894be24365 (patch)
tree823915cacc364c76f6def4725773a3c91d4618d7 /test
parent06ddabbe180fc4f02d1ab16c207e808577a3c1dc (diff)
[libFuzzer] Disable dataflow.test on AArch64.
Summary: After my recent change to allow MSan + libFuzzer, the ExplodeDFSanLabelsTest.cpp test started to overflow the stack with recursive function SetBytesForLabel() on an AArch64 bot. Perhaps that bot has a smaller stack size, or maybe AArch64 has larger stack frames for this particular function. Reviewers: kcc, javed.absar Reviewed By: kcc Subscribers: kristof.beyls, llvm-commits Differential Revision: https://reviews.llvm.org/D49150 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@336725 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/fuzzer/dataflow.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fuzzer/dataflow.test b/test/fuzzer/dataflow.test
index 7b85c6f9e..64f083735 100644
--- a/test/fuzzer/dataflow.test
+++ b/test/fuzzer/dataflow.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