]> granicus.if.org Git - clang/commitdiff
XFAIL these tests on win32, since the win32 buildbot apparently disables all
authorJohn McCall <rjmccall@apple.com>
Thu, 4 Mar 2010 04:14:44 +0000 (04:14 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 4 Mar 2010 04:14:44 +0000 (04:14 +0000)
targets except X86.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97718 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/arm-arguments.c
test/CodeGen/arm_asm_clobber.c
test/CodeGen/builtin-attributes.c
test/CodeGen/builtins-arm.c
test/CodeGen/darwin-string-literals.c
test/CodeGen/parameter-passing.c
test/Coverage/targets.c
test/Driver/darwin-iphone-defaults.m

index d313a9b3310f68e9b6876dabd7eac33fd6c0959e..aaa4a53ceff41be76b6dffe882e27e2af7c3c9e9 100644 (file)
@@ -1,6 +1,8 @@
 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi apcs-gnu -emit-llvm -w -o - %s | FileCheck -check-prefix=APCS-GNU %s
 // RUN: %clang_cc1 -triple armv7-apple-darwin9 -target-abi aapcs -emit-llvm -w -o - %s | FileCheck -check-prefix=AAPCS %s
 
+// XFAIL: win32
+
 // APCS-GNU: define arm_apcscc signext i8 @f0()
 // AAPCS: define arm_aapcscc signext i8 @f0()
 char f0(void) {
index a7ca0b5332b02e49a5f37dd4d8962e609c43f177..0f4b1a68947fb682aa80178d78b8bdac5ac8872c 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -triple armv6-unknown-unknown -emit-llvm -o %t %s
 
+// XFAIL: win32
+
 void test0(void) {
        asm volatile("mov r0, r0" :: );
 }
index 944aac3f521faeb4cb985dae8f0188d93aa70356..842fec947373b81cc35c175d979f5e5ff3296c34 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -triple arm-unknown-unknown -emit-llvm -o - %s | FileCheck %s
 
+// XFAIL: win32
+
 // CHECK: declare arm_aapcscc i32 @printf(i8*, ...)
 void f0() {
   printf("a\n");
index 555375754959801a2ba87921c27c33444e6184ab..d2ff86f6718c6a74c426f202ef0bbf0eed9c322b 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -triple thumbv7-eabi -target-cpu cortex-a8 -O3 -emit-llvm -o %t %s
 
+// XFAIL: win32
+
 void *f0()
 {
   return __builtin_thread_pointer();
index 87342956378b31d62230f55eba449a58c8dade65..823ac41b21b9b98f5fa0c44ef05655175c71a78c 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -triple i386-apple-darwin9 -emit-llvm %s -o - | FileCheck -check-prefix LSB %s
 
+// XFAIL: win32
+
 // CHECK-LSB: @.str = private constant [8 x i8] c"string0\00"
 // CHECK-LSB: @.str1 = private constant [8 x i8] c"string1\00"
 // CHECK-LSB: @.str2 = internal constant [36 x i8] c"h\00e\00l\00l\00o\00 \00\92! \00\03& \00\90! \00w\00o\00r\00l\00d\00\00\00", align 2
index e48815b96612c5845ab05357c2216724d143a5a9..bde452afe3a1e6069a28be015b3770ee9bb7fa0f 100644 (file)
@@ -5,6 +5,8 @@
 // We also check _Bool and empty structures, as these can have annoying
 // corner cases.
 
+// XFAIL: win32
+
 // RUN: %clang_cc1 %s -triple i386-unknown-unknown -O3 -emit-llvm -o %t
 // RUN: not grep '@g0' %t
 
index c9f6f8d88d5931081bedd3bbc0e2024ab9939876..2349aa3368bb4f30ec3c0b5a83f5a4997a3cdc9b 100644 (file)
@@ -1,3 +1,5 @@
+// XFAIL: win32
+
 // RUN: %clang_cc1 -g -triple armv6-apple-darwin9 -emit-llvm -o %t %s
 // RUN: %clang_cc1 -g -triple armv6-unknown-unknown -emit-llvm -o %t %s
 // RUN: %clang_cc1 -g -triple bfin-unknown-unknown -emit-llvm -o %t %s
index 97ac4a42a54b3664b3752aa1ef390b372d53a097..8b9cf2d5efe4da4124ae632fb42d439eee0f3465 100644 (file)
@@ -1,5 +1,7 @@
 // RUN: %clang -ccc-host-triple i386-apple-darwin9 -arch armv7 -flto -S -o - %s | FileCheck %s
 
+// XFAIL: win32
+
 // CHECK: @f0
 // CHECK-NOT: ssp
 // CHECK: ) {