aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/strncpy-overflow.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/strncpy-overflow.cc')
-rw-r--r--test/asan/TestCases/strncpy-overflow.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/asan/TestCases/strncpy-overflow.cc b/test/asan/TestCases/strncpy-overflow.cc
index 651ae22795f1..7da9a8ff8eac 100644
--- a/test/asan/TestCases/strncpy-overflow.cc
+++ b/test/asan/TestCases/strncpy-overflow.cc
@@ -4,8 +4,7 @@
// RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
// REQUIRES: compiler-rt-optimized
-// XFAIL: arm-linux-gnueabi
-// XFAIL: armv7l-unknown-linux-gnueabihf
+// REQUIRES: stable-runtime
#include <string.h>
#include <stdlib.h>