test/Rewriter: Mark 4 tests as XFAIL:mingw32, due to predefined __declspec(a) issue.

llvm-svn: 155692
This commit is contained in:
NAKAMURA Takumi 2012-04-27 04:36:34 +00:00
parent c4f6e37c97
commit f906329eef
4 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
// RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-modern-rw.cpp
// radar 7692350
// XFAIL: mingw32
void f(void (^block)(void));

View File

@ -1,6 +1,7 @@
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-modern-rw.cpp
// RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"__declspec(X)=" %t-modern-rw.cpp
// rdar:// 8243071
// XFAIL: mingw32
void x(int y) {}
void f() {

View File

@ -1,6 +1,7 @@
// RUN: %clang_cc1 -x objective-c++ -fblocks -fms-extensions -rewrite-objc %s -o %t-rw.cpp
// RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"Class=void*" -D"id=void*" -D"SEL=void*" -D"__declspec(X)=" %t-rw.cpp
// rdar://11230308
// XFAIL: mingw32
typedef struct {
char byte0;

View File

@ -3,6 +3,7 @@
// RUN: %clang_cc1 -x objective-c++ -Wno-return-type -fblocks -fms-extensions -rewrite-objc %s -o %t-rw-modern.cpp
// RUN: %clang_cc1 -fsyntax-only -Werror -Wno-address-of-temporary -D"SEL=void*" -D"__declspec(X)=" %t-rw-modern.cpp
// radar 7669784
// XFAIL: mingw32
typedef void * id;
void *sel_registerName(const char *);