summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/stack-trace-dlclose.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Linux/stack-trace-dlclose.cc')
-rw-r--r--test/asan/TestCases/Linux/stack-trace-dlclose.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/asan/TestCases/Linux/stack-trace-dlclose.cc b/test/asan/TestCases/Linux/stack-trace-dlclose.cc
index 49c2089780108..e604f1e4f73f6 100644
--- a/test/asan/TestCases/Linux/stack-trace-dlclose.cc
+++ b/test/asan/TestCases/Linux/stack-trace-dlclose.cc
@@ -4,8 +4,7 @@
// RUN: %clangxx_asan -DSHARED %s -shared -o %T/stack_trace_dlclose.so -fPIC
// RUN: %clangxx_asan -DSO_DIR=\"%T\" %s %libdl -o %t
// RUN: %env_asan_opts=exitcode=0 %run %t 2>&1 | FileCheck %s
-// XFAIL: arm-linux-gnueabi
-// XFAIL: armv7l-unknown-linux-gnueabihf
+// REQUIRES: stable-runtime
#include <assert.h>
#include <dlfcn.h>