This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


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

Re: Proper test status if gdb test detects a g++ bug?



> Alternative #2A is to treat a known bug in an external component as
> an XFAIL.  If I just use "setup_xfail", then the test will give XPASS
> when the user has g++ 3.0 (g++ 3.0 fixed this bug).  I am lukewarm about
> this but it's simple to code.

That is more or less the definition of XFAIL.  You'll need to figure out
a way of only marking that test as XFAIL for that specific compiler.

Enjoy,
	Andrew

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