Testsuite failures

Mark Mitchell mark@codesourcery.com
Sun Jun 8 19:49:00 GMT 2003


On Fri, 2003-06-06 at 13:40, Neil Booth wrote:
> Neil Booth wrote:-
> 
> > FWIW here's mine:
> > 
> > http://gcc.gnu.org/ml/gcc-testresults/2003-06/msg00304.html
> > 
> > I note that about 50% of people don't see any of these, so it might
> > be bugs in dejagnu / tcl that depend on version number in use.
> 
> b.t.w. the XPASSes above are false successes, at least I think so.
> AFAICR we've never fixed the issue that Jakub put these test cases
> in for.

This turns out to be another "."-in-regexps issue.

The output for:

  cmdlne-dD-M.c

is:

cmdlne-dD-M.o:  \
 /home/mitchell/dev/gcc-mainline/gcc/testsuite/gcc.dg/cpp/cmdlne-dD-M.c

which seems OK to me.  The test used to fail because the "." didn't
match the newline; now it does.

So, is this test really still failing?

-- 
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com



More information about the Gcc mailing list