summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/use-after-delete.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/test/asan/TestCases/use-after-delete.cc')
-rw-r--r--compiler-rt/test/asan/TestCases/use-after-delete.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/use-after-delete.cc b/compiler-rt/test/asan/TestCases/use-after-delete.cc
index f22e9e50dc4..8fdec8d83c8 100644
--- a/compiler-rt/test/asan/TestCases/use-after-delete.cc
+++ b/compiler-rt/test/asan/TestCases/use-after-delete.cc
@@ -3,6 +3,7 @@
// RUN: %clangxx_asan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
// RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK
// XFAIL: arm-linux-gnueabi
+// XFAIL: armv7l-unknown-linux-gnueabihf
#include <stdlib.h>
int main() {
OpenPOWER on IntegriCloud