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 | f41e8753c3c52346186cae4eb6ca60f053487632 (patch) | |
tree | 7bfce333a122e3331b5ec8d4e1255760188fb60a | |
parent | b09395569d7d4d56d5c1f9b5c38ba7ac63cf7545 (diff) |
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
-rw-r--r-- | test/Sema/many-logical-ops.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Sema/many-logical-ops.c b/test/Sema/many-logical-ops.c index 8cbce29e14..4a89770961 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. |