aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCall <rjmccall@apple.com>2010-03-04 04:14:44 +0000
committerJohn McCall <rjmccall@apple.com>2010-03-04 04:14:44 +0000
commit3ff63027f6eaa3a320881f8a4704a2b3bd8f2cea (patch)
tree822ec9039af6df773186e106372d4c54fc785fd7
parentb71f95647189f3b0f7f5f5a39c8c3ab8130dcf1f (diff)
XFAIL these tests on win32, since the win32 buildbot apparently disables all
targets except X86. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@97718 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/arm-arguments.c2
-rw-r--r--test/CodeGen/arm_asm_clobber.c2
-rw-r--r--test/CodeGen/builtin-attributes.c2
-rw-r--r--test/CodeGen/builtins-arm.c2
-rw-r--r--test/CodeGen/darwin-string-literals.c2
-rw-r--r--test/CodeGen/parameter-passing.c2
-rw-r--r--test/Coverage/targets.c2
-rw-r--r--test/Driver/darwin-iphone-defaults.m2
8 files changed, 16 insertions, 0 deletions
diff --git a/test/CodeGen/arm-arguments.c b/test/CodeGen/arm-arguments.c
index d313a9b331..aaa4a53cef 100644
--- a/test/CodeGen/arm-arguments.c
+++ b/test/CodeGen/arm-arguments.c
@@ -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) {
diff --git a/test/CodeGen/arm_asm_clobber.c b/test/CodeGen/arm_asm_clobber.c
index a7ca0b5332..0f4b1a6894 100644
--- a/test/CodeGen/arm_asm_clobber.c
+++ b/test/CodeGen/arm_asm_clobber.c
@@ -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" :: );
}
diff --git a/test/CodeGen/builtin-attributes.c b/test/CodeGen/builtin-attributes.c
index 944aac3f52..842fec9473 100644
--- a/test/CodeGen/builtin-attributes.c
+++ b/test/CodeGen/builtin-attributes.c
@@ -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");
diff --git a/test/CodeGen/builtins-arm.c b/test/CodeGen/builtins-arm.c
index 5553757549..d2ff86f671 100644
--- a/test/CodeGen/builtins-arm.c
+++ b/test/CodeGen/builtins-arm.c
@@ -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();
diff --git a/test/CodeGen/darwin-string-literals.c b/test/CodeGen/darwin-string-literals.c
index 8734295637..823ac41b21 100644
--- a/test/CodeGen/darwin-string-literals.c
+++ b/test/CodeGen/darwin-string-literals.c
@@ -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
diff --git a/test/CodeGen/parameter-passing.c b/test/CodeGen/parameter-passing.c
index e48815b966..bde452afe3 100644
--- a/test/CodeGen/parameter-passing.c
+++ b/test/CodeGen/parameter-passing.c
@@ -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
diff --git a/test/Coverage/targets.c b/test/Coverage/targets.c
index c9f6f8d88d..2349aa3368 100644
--- a/test/Coverage/targets.c
+++ b/test/Coverage/targets.c
@@ -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
diff --git a/test/Driver/darwin-iphone-defaults.m b/test/Driver/darwin-iphone-defaults.m
index 97ac4a42a5..8b9cf2d5ef 100644
--- a/test/Driver/darwin-iphone-defaults.m
+++ b/test/Driver/darwin-iphone-defaults.m
@@ -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: ) {