[cfe-commits] r159912 - /cfe/trunk/test/SemaTemplate/instantiation-depth-defarg.cpp

Richard Smith richard at metafoo.co.uk
Thu Jul 12 15:27:46 PDT 2012


Given that many-logical-ops.c is also failing there, it looks like that
buildbot has an abnormally low stack limit. Perhaps we could we fix both
test failures by increasing the limit? Are amd64 freebsd systems are set up
with a low stack ulimit by default?

On Thu, Jul 12, 2012 at 8:45 AM, NAKAMURA Takumi <geek4civic at gmail.com>wrote:

> Richard,
>
> It seems i386-freebsd-clang is still suffering.
>
>
> http://llvm-amd64.freebsd.your.org:8010/builders/clang-i386-freebsd-fnt/builds/303
>
> ...Takumi
>
> 2012/7/9 Richard Smith <richard at metafoo.co.uk>:
> > Thanks. I've halved the template depth in r159917, hopefully that'll fix
> > this.
> >
> >
> > On Sun, Jul 8, 2012 at 2:35 AM, NAKAMURA Takumi <geek4civic at gmail.com>
> > wrote:
> >>
> >> 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
> >> cfe-commits at cs.uiuc.edu
> >> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120712/4c4c57a7/attachment.html>


More information about the cfe-commits mailing list