summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/fuzzer/dataflow.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
commit79d55d30c3ea53bc22889a11113646b298b86063 (patch)
treeb5b55e4b8ca9a926d141c30d8eb1f64f3ea760b3 /compiler-rt/test/fuzzer/dataflow.test
parent87951b6693bf061108fed2f2f95374905e4e60c7 (diff)
downloadbcm5719-llvm-79d55d30c3ea53bc22889a11113646b298b86063.tar.gz
bcm5719-llvm-79d55d30c3ea53bc22889a11113646b298b86063.zip
[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 llvm-svn: 336725
Diffstat (limited to 'compiler-rt/test/fuzzer/dataflow.test')
-rw-r--r--compiler-rt/test/fuzzer/dataflow.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/fuzzer/dataflow.test b/compiler-rt/test/fuzzer/dataflow.test
index 7b85c6f9e45..64f083735cb 100644
--- a/compiler-rt/test/fuzzer/dataflow.test
+++ b/compiler-rt/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
OpenPOWER on IntegriCloud