Author: chapuni
Date: Sun Jul  8 04:35:16 2012
New Revision: 159912

URL: http://llvm.org/viewvc/llvm-project?rev=159912&view=rev
Log:
test/SemaTemplate/instantiation-depth-defarg.cpp: Mark as XFAIL:mingw for now.

I'll try to increase stack size later.

Modified:
    cfe/trunk/test/SemaTemplate/instantiation-depth-defarg.cpp

Modified: cfe/trunk/test/SemaTemplate/instantiation-depth-defarg.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaTemplate/instantiation-depth-defarg.cpp?rev=159912&r1=159911&r2=159912&view=diff
==============================================================================
--- cfe/trunk/test/SemaTemplate/instantiation-depth-defarg.cpp (original)
+++ cfe/trunk/test/SemaTemplate/instantiation-depth-defarg.cpp Sun Jul  8 
04:35:16 2012
@@ -1,5 +1,7 @@
 // RUN: %clang_cc1 -fsyntax-only -verify -ftemplate-depth 512 
-ftemplate-backtrace-limit 4 %s
 
+// XFAIL: mingw32
+
 template<int N> struct S {
   typedef typename S<N-1>::type type;
   static int f(int n = S<N-1>::f()); // \


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to