aboutsummaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc')
-rw-r--r--test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc b/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc
index 1cea6f68adb2..0683e391cf23 100644
--- a/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc
+++ b/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc
@@ -2,8 +2,7 @@
// inside the class.
// RUN: %clangxx_asan %s -o %t && %run %t
//
-// XFAIL: android
-// XFAIL: armv7l-unknown-linux-gnueabihf
+// XFAIL: arm
#include <new>
#include <stdlib.h>
#include <stdint.h>