aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/debug_stacks.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/debug_stacks.cc')
-rw-r--r--test/asan/TestCases/debug_stacks.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/debug_stacks.cc b/test/asan/TestCases/debug_stacks.cc
index 57bb5465035a..15af76dc438a 100644
--- a/test/asan/TestCases/debug_stacks.cc
+++ b/test/asan/TestCases/debug_stacks.cc
@@ -2,6 +2,9 @@
// malloc and free stacks.
// RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
+// FIXME: Figure out why allocation/free stack traces may be too short on ARM.
+// REQUIRES: stable-runtime
+
#include <sanitizer/asan_interface.h>
#include <stdio.h>
#include <stdlib.h>