summaryrefslogtreecommitdiff
path: root/test/CodeGen/darwin-string-literals.c
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 /test/CodeGen/darwin-string-literals.c
parentb71f95647189f3b0f7f5f5a39c8c3ab8130dcf1f (diff)
downloadclang-3ff63027f6eaa3a320881f8a4704a2b3bd8f2cea.tar.gz
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
Diffstat (limited to 'test/CodeGen/darwin-string-literals.c')
-rw-r--r--test/CodeGen/darwin-string-literals.c2
1 files changed, 2 insertions, 0 deletions
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