summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/deep_stack_uaf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/deep_stack_uaf.cc')
-rw-r--r--test/asan/TestCases/deep_stack_uaf.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/asan/TestCases/deep_stack_uaf.cc b/test/asan/TestCases/deep_stack_uaf.cc
index 95032f2bd..bdf0dbdb4 100644
--- a/test/asan/TestCases/deep_stack_uaf.cc
+++ b/test/asan/TestCases/deep_stack_uaf.cc
@@ -2,8 +2,7 @@
// RUN: %clangxx_asan -O0 %s -o %t 2>&1
// RUN: %env_asan_opts=malloc_context_size=120:redzone=512 not %run %t 2>&1 | FileCheck %s
-// XFAIL: arm-linux-gnueabi
-// XFAIL: armv7l-unknown-linux-gnueabihf
+// REQUIRES: stable-runtime
#include <stdlib.h>
#include <stdio.h>