This is the mail archive of the gdb-patches@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]
Other format: [Raw text]

Re: [patch/testsuite/cp] ctti.exp: partial overhaul


> How about some KFAILs for GCC so I can see what I'm doing? :)

That would be good; the only problem is actually doing the work.

If I feed you a set of gdb.log files, can you file the necessary PR's
(if they aren't already filed) and feed me PR numbers?  Or if you can't
do that, can you feed me URL's?

For your own purposes, you can grab the test and rip out one "continue"
in the middle.  When all the results are PASS or KFAIL on all
configurations then I can rip out the "continue" for everybody.

The test script also does this to get to a defined place:

  break main
  run
  next
  next
  next
  next
  next
  next

Which is not really cool what with the freedom that compilers have to
choose line numbers.  That's something else I have to fix up.

Michael C


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