clang/test/Analysis/stats.c: Mark this as XFAIL: mingw32.

FIXME: Could we guarantee not to get stack overflow also on mingw?

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151692 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/Sema/many-logical-ops.c b/test/Sema/many-logical-ops.c
index 8cbce29..4a89770 100644
--- a/test/Sema/many-logical-ops.c
+++ b/test/Sema/many-logical-ops.c
@@ -1,5 +1,8 @@
 // RUN: %clang_cc1 -fsyntax-only -Wconstant-conversion -verify %s
 
+// FIXME: Could we guarantee not to get stack overflow also on mingw?
+// XFAIL: mingw32
+
 // rdar://10913206
 // Check that we don't get stack overflow trying to evaluate a huge number of
 // logical operators.