This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFC: Improving support for known testsuite failures
On Thu, Sep 8, 2011 at 09:23, Richard Earnshaw <rearnsha@arm.com> wrote:
> And that's only going to work if all the test names are unique. ÂI
> currently see quite a few tests that appear in my log as both PASS and
> FAIL in a single run. ÂFor example:
That's fine. What we are looking for is to capture the state of
FAIL/UNRESOLVED/XPASS. Any change of state in those is an interesting
signal to investigate.
> FAIL: gcc.dg/torture/stackalign/non-local-goto-2.c Â-Os Âexecution test
> PASS: gcc.dg/torture/stackalign/non-local-goto-2.c Â-Os Âexecution test
>
> FAIL: gcc.dg/torture/stackalign/setjmp-3.c Â-Os Âexecution test
> PASS: gcc.dg/torture/stackalign/setjmp-3.c Â-Os Âexecution test
Sigh. We should really try to replace dejagnu. So much work, though.
Diego.