[compiler-rt] r219404 - XFAIL some more sanitiser ARMv7l tests

Renato Golin renato.golin at linaro.org
Thu Oct 9 04:34:40 PDT 2014


Author: rengolin
Date: Thu Oct  9 06:34:40 2014
New Revision: 219404

URL: http://llvm.org/viewvc/llvm-project?rev=219404&view=rev
Log:
XFAIL some more sanitiser ARMv7l tests

Some more tests failing on the ARMv7 buildbot.

Modified:
    compiler-rt/trunk/test/asan/TestCases/Linux/clone_test.cc
    compiler-rt/trunk/test/asan/TestCases/printf-1.c
    compiler-rt/trunk/test/asan/TestCases/printf-3.c
    compiler-rt/trunk/test/asan/TestCases/printf-5.c
    compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp

Modified: compiler-rt/trunk/test/asan/TestCases/Linux/clone_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Linux/clone_test.cc?rev=219404&r1=219403&r2=219404&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Linux/clone_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Linux/clone_test.cc Thu Oct  9 06:34:40 2014
@@ -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>

Modified: compiler-rt/trunk/test/asan/TestCases/printf-1.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/printf-1.c?rev=219404&r1=219403&r2=219404&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/printf-1.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/printf-1.c Thu Oct  9 06:34:40 2014
@@ -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)

Modified: compiler-rt/trunk/test/asan/TestCases/printf-3.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/printf-3.c?rev=219404&r1=219403&r2=219404&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/printf-3.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/printf-3.c Thu Oct  9 06:34:40 2014
@@ -5,6 +5,7 @@
 
 // FIXME: printf is not intercepted on Windows yet.
 // XFAIL: win32
+// XFAIL: armv7l-unknown-linux-gnueabihf
 
 #include <stdio.h>
 int main() {

Modified: compiler-rt/trunk/test/asan/TestCases/printf-5.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/printf-5.c?rev=219404&r1=219403&r2=219404&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/printf-5.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/printf-5.c Thu Oct  9 06:34:40 2014
@@ -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>

Modified: compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp?rev=219404&r1=219403&r2=219404&view=diff
==============================================================================
--- compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp (original)
+++ compiler-rt/trunk/test/ubsan/TestCases/TypeCheck/vptr.cpp Thu Oct  9 06:34:40 2014
@@ -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() {





More information about the llvm-commits mailing list