diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-02-29 01:50:38 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-02-29 01:50:38 +0000 |
| commit | f1801d65e78fc1635ccf62f2aff6ca465eb9422a (patch) | |
| tree | 167aca51b16b256aeefdfe325747ff546b4930f6 /clang/test | |
| parent | f2c78f344e56b4571072560ca07cf7dbe88654c9 (diff) | |
| download | bcm5719-llvm-f1801d65e78fc1635ccf62f2aff6ca465eb9422a.tar.gz bcm5719-llvm-f1801d65e78fc1635ccf62f2aff6ca465eb9422a.zip | |
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
Diffstat (limited to 'clang/test')
| -rw-r--r-- | clang/test/Sema/many-logical-ops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Sema/many-logical-ops.c b/clang/test/Sema/many-logical-ops.c index 8cbce29e145..4a89770961b 100644 --- a/clang/test/Sema/many-logical-ops.c +++ b/clang/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. |

