This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cleaning up the last g++ testsuite nit from 3.4


The last diagnostic in 3.4.x I'm getting from g++ is this:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
as shown here:
http://gcc.gnu.org/ml/gcc-testresults/2005-12/msg01262.html

There are three xfails in the testcase, almost everybody passes the
first two.  But I can't be sure everyone does.  I think I saw an hpux
report where it only XPASSed one of the three.

The testcase had the xfails removed later on, and Andrew referenced
the testcase being fixed by some unnamed patch:
http://gcc.gnu.org/ml/gcc-patches/2004-11/msg00197.html

I'd like to do something about this so I can get completely clean
results.  Either remove the first two xfails and risk someone still
failing it, remove the testcase, or backport the patch that fixed it
completely.

But I can't figure out what patch fixed this to evaluate how hairy it
is.  Andrew do you remember?

		Thanks,
		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]