summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2014-10-09 11:34:40 +0000
committerRenato Golin <renato.golin@linaro.org>2014-10-09 11:34:40 +0000
commite68f32a01905cdfe73b9f3f3c9bda76d620a2c48 (patch)
treead5cb61212fbc1a4e8697b2a6c94f9a4311042c0
parent3ff83542d498ec586da82386cf6c0be0361e1fa6 (diff)
downloadcompiler-rt-e68f32a01905cdfe73b9f3f3c9bda76d620a2c48.tar.gz
XFAIL some more sanitiser ARMv7l tests
Some more tests failing on the ARMv7 buildbot. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@219404 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/Linux/clone_test.cc1
-rw-r--r--test/asan/TestCases/printf-1.c1
-rw-r--r--test/asan/TestCases/printf-3.c1
-rw-r--r--test/asan/TestCases/printf-5.c1
-rw-r--r--test/ubsan/TestCases/TypeCheck/vptr.cpp1
5 files changed, 5 insertions, 0 deletions
diff --git a/test/asan/TestCases/Linux/clone_test.cc b/test/asan/TestCases/Linux/clone_test.cc
index e9c1f166e..f114a1ae5 100644
--- a/test/asan/TestCases/Linux/clone_test.cc
+++ b/test/asan/TestCases/Linux/clone_test.cc
@@ -6,6 +6,7 @@
// RUN: %clangxx_asan -O2 %s -o %t && %run %t | FileCheck %s
// RUN: %clangxx_asan -O3 %s -o %t && %run %t | FileCheck %s
// XFAIL: arm-linux-gnueabi
+// XFAIL: armv7l-unknown-linux-gnueabihf
#include <stdio.h>
#include <sched.h>
diff --git a/test/asan/TestCases/printf-1.c b/test/asan/TestCases/printf-1.c
index 5657083c5..7cda42acc 100644
--- a/test/asan/TestCases/printf-1.c
+++ b/test/asan/TestCases/printf-1.c
@@ -2,6 +2,7 @@
// RUN: env ASAN_OPTIONS=check_printf=1 %run %t 2>&1 | FileCheck %s
// RUN: env ASAN_OPTIONS=check_printf=0 %run %t 2>&1 | FileCheck %s
// RUN: %run %t 2>&1 | FileCheck %s
+// XFAIL: armv7l-unknown-linux-gnueabihf
#include <stdio.h>
#if defined(_WIN32)
diff --git a/test/asan/TestCases/printf-3.c b/test/asan/TestCases/printf-3.c
index d16833d83..2e72aa668 100644
--- a/test/asan/TestCases/printf-3.c
+++ b/test/asan/TestCases/printf-3.c
@@ -5,6 +5,7 @@
// FIXME: printf is not intercepted on Windows yet.
// XFAIL: win32
+// XFAIL: armv7l-unknown-linux-gnueabihf
#include <stdio.h>
int main() {
diff --git a/test/asan/TestCases/printf-5.c b/test/asan/TestCases/printf-5.c
index ac2c1c4b2..25095514e 100644
--- a/test/asan/TestCases/printf-5.c
+++ b/test/asan/TestCases/printf-5.c
@@ -6,6 +6,7 @@
// FIXME: printf is not intercepted on Windows yet.
// XFAIL: win32
+// XFAIL: armv7l-unknown-linux-gnueabihf
#include <stdio.h>
#include <string.h>
diff --git a/test/ubsan/TestCases/TypeCheck/vptr.cpp b/test/ubsan/TestCases/TypeCheck/vptr.cpp
index 6d6838781..bdb808ad8 100644
--- a/test/ubsan/TestCases/TypeCheck/vptr.cpp
+++ b/test/ubsan/TestCases/TypeCheck/vptr.cpp
@@ -25,6 +25,7 @@
// FIXME: This test produces linker errors on Darwin.
// XFAIL: darwin
+// XFAIL: armv7l-unknown-linux-gnueabihf
extern "C" {
const char *__ubsan_default_options() {