This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: add a testsuite for libstdc++ pretty-printers
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: libstdc <libstdc++ at gcc dot gnu dot org>, gcc-patches at gcc dot gnu dot org
- Date: Mon, 14 Mar 2011 14:26:31 -0700
- Subject: Re: RFC: add a testsuite for libstdc++ pretty-printers
- References: <m3pqrj1hcw.fsf@fleche.redhat.com> <20110127092441.62efa77b@shotwell> <m37hdqnp9c.fsf@fleche.redhat.com> <m362rlbfx2.fsf@fleche.redhat.com>
> Trying to dynamically adjust the tests for the gdb version looks like
> a pain.
>
> Maybe I could change the tests to check the gdb version and xfail the
> tests for gdb < 7.3. Would that be ok?
Yeah.
> Or I could leave it as-is, but I assume that nobody wants to see new
> FAILs.
Right. Unsupported makes more sense.
-benjamin