summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/compiler_builtins.m
diff options
context:
space:
mode:
authorYaron Keren <yaron.keren@gmail.com>2014-12-17 20:12:29 +0000
committerYaron Keren <yaron.keren@gmail.com>2014-12-17 20:12:29 +0000
commit390fe4e450ca1c22263ab3fd3957379dbcb1ded2 (patch)
tree1d8077c3fcff12cc9d062b1fb74cacfb64b73574 /clang/test/Modules/compiler_builtins.m
parent428488c594643f7bb0af2f46cc2ab30fc6e830ac (diff)
downloadbcm5719-llvm-390fe4e450ca1c22263ab3fd3957379dbcb1ded2.tar.gz
bcm5719-llvm-390fe4e450ca1c22263ab3fd3957379dbcb1ded2.zip
This test does not pass for -target i686-pc-windows-gnu (-mingw32)
when clang is built with mingw-w64 4.9.1 or according to http://llvm.org/PR20995 , mingw-w64 4.7.2 as well. llvm-svn: 224453
Diffstat (limited to 'clang/test/Modules/compiler_builtins.m')
-rw-r--r--clang/test/Modules/compiler_builtins.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Modules/compiler_builtins.m b/clang/test/Modules/compiler_builtins.m
index 4b8cb5bdc5d..03ceeb979df 100644
--- a/clang/test/Modules/compiler_builtins.m
+++ b/clang/test/Modules/compiler_builtins.m
@@ -1,3 +1,4 @@
+// XFAIL:mingw32,windows-gnu
// RUN: rm -rf %t
// RUN: %clang -fsyntax-only -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -Xclang -verify
// RUN: %clang -fsyntax-only -std=c99 -fmodules -fmodules-cache-path=%t -D__need_wint_t %s -Xclang -verify
OpenPOWER on IntegriCloud