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

FIXME: Could we guarantee not to get stack overflow also on mingw?
llvm-svn: 151692
This commit is contained in:
NAKAMURA Takumi 2012-02-29 01:50:38 +00:00
parent f2c78f344e
commit f1801d65e7
1 changed files with 3 additions and 0 deletions

View File

@ -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.