Re-enable ASAN/UBSAN tests on ARM, with VFP3 they began to pass
authorRenato Golin <renato.golin@linaro.org>
Tue, 14 Oct 2014 21:00:22 +0000 (21:00 +0000)
committerRenato Golin <renato.golin@linaro.org>
Tue, 14 Oct 2014 21:00:22 +0000 (21:00 +0000)
When compiling with -mfpu=vfpv3, those tests began to pass, like the others
with "Illegal Instruction" error, so removing the XFAIL from them should
get the bot green (and have more tests!).

llvm-svn: 219721

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

index f114a1a..e9c1f16 100644 (file)
@@ -6,7 +6,6 @@
 // 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>
index 7cda42a..5657083 100644 (file)
@@ -2,7 +2,6 @@
 // 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)
index 2e72aa6..d16833d 100644 (file)
@@ -5,7 +5,6 @@
 
 // FIXME: printf is not intercepted on Windows yet.
 // XFAIL: win32
-// XFAIL: armv7l-unknown-linux-gnueabihf
 
 #include <stdio.h>
 int main() {
index 2509551..ac2c1c4 100644 (file)
@@ -6,7 +6,6 @@
 
 // FIXME: printf is not intercepted on Windows yet.
 // XFAIL: win32
-// XFAIL: armv7l-unknown-linux-gnueabihf
 
 #include <stdio.h>
 #include <string.h>
index bdb808a..6d68387 100644 (file)
@@ -25,7 +25,6 @@
 
 // FIXME: This test produces linker errors on Darwin.
 // XFAIL: darwin
-// XFAIL: armv7l-unknown-linux-gnueabihf
 
 extern "C" {
 const char *__ubsan_default_options() {