summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/use-after-delete.cc
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-10-08 21:13:23 +0000
committerRenato Golin <renato.golin@linaro.org>2014-10-08 21:13:23 +0000
commit18436777b314f559aca7c545f734187fd300d00e (patch)
treea155cf62e4ff3c5f52c7e244abfabe8985669196 /test/asan/TestCases/use-after-delete.cc
parentfa65ad287fe443fccb2e77f452a28d7ece679ab2 (diff)
Mark sanitizer tests XFAIL on ARMv7
ASAN, UBSAN and profile tests that don't work with arm-linux-gnueabi and android also don't work on armv7l-linux-gnueabihf. Some of the tests have known causes, others not yet. In order to get a green bot, I'm disabling those tests for now and will investigate when the priority rises. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@219343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/use-after-delete.cc')
-rw-r--r--test/asan/TestCases/use-after-delete.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/use-after-delete.cc b/test/asan/TestCases/use-after-delete.cc
index f22e9e50d..8fdec8d83 100644
--- a/test/asan/TestCases/use-after-delete.cc
+++ b/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() {