]> granicus.if.org Git - clang/commitdiff
clang/test/Analysis/stats.c: Mark this as XFAIL: mingw32.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Feb 2012 01:50:38 +0000 (01:50 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 29 Feb 2012 01:50:38 +0000 (01:50 +0000)
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

test/Sema/many-logical-ops.c

index 8cbce29e145d7dc3cc7d6a4eec74b970da28803e..4a89770961b8f6d5ba9cd68f29894b363a95e591 100644 (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.