aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2018-05-30 22:26:00 +0200
committerYvan Roux <yvan.roux@linaro.org>2018-05-30 22:26:00 +0200
commite7ed5ad4dc32eaa4582360f3de4a14c142d665d3 (patch)
tree7bf52d8a978abf7b41ff05062c6f80bd5fc54f98
parentbff1b3241bce2aa6e65231ecef72e6e319bb3bde (diff)
[ASAN] Sanitize ARM tests #2.linaro-local/sanitizer
-rw-r--r--test/asan/TestCases/Posix/stack-use-after-return.cc3
-rw-r--r--test/asan/TestCases/heavy_uar_test.cc3
2 files changed, 6 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/stack-use-after-return.cc b/test/asan/TestCases/Posix/stack-use-after-return.cc
index 822d5be94..2b9f1d474 100644
--- a/test/asan/TestCases/Posix/stack-use-after-return.cc
+++ b/test/asan/TestCases/Posix/stack-use-after-return.cc
@@ -17,6 +17,9 @@
// This test runs out of stack on AArch64.
// UNSUPPORTED: aarch64
+// FIXME: Fix this test for dynamic runtime on arm linux.
+// UNSUPPORTED: (arm-linux || armhf-linux) && asan-dynamic-runtime
+
#include <limits.h>
#include <pthread.h>
#include <stdio.h>
diff --git a/test/asan/TestCases/heavy_uar_test.cc b/test/asan/TestCases/heavy_uar_test.cc
index 86c18fc9c..94df0cefc 100644
--- a/test/asan/TestCases/heavy_uar_test.cc
+++ b/test/asan/TestCases/heavy_uar_test.cc
@@ -5,6 +5,9 @@
// FIXME: Fix this test under GCC.
// REQUIRES: Clang
+// FIXME: Fix this test for dynamic runtime on arm linux.
+// UNSUPPORTED: (arm-linux || armhf-linux) && asan-dynamic-runtime
+
// UNSUPPORTED: ios
#include <stdio.h>