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]

[RFA] Remove some gcc xfails in derivation.exp


Some of the gcc xfails in derivation.exp seem to be obsolete.  The
xfailed tests current pass with the development gdb using the latest
development gcc, and also with the released gdb-5.1.0.1 using the
released gcc-3.0.3.

2002-01-07  Fred Fish  <fnf@redhat.com>

	* gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
	g_instance.bfoo, and g_instance.cfoo.
 

Index: gdb.c++/derivation.exp
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/testsuite/gdb.c++/derivation.exp,v
retrieving revision 1.9
diff -c -p -r1.9 derivation.exp
*** derivation.exp	1999/11/24 16:08:44	1.9
--- derivation.exp	2002/01/07 20:35:54
*************** gdb_expect {
*** 298,307 ****
      timeout           { fail "(timeout) print value of g_instance.c" }
    }
  
- # The following cases always fail with g++ output, and should be fixed
- # someday. -sts 1999-08-25
- 
- if { $gcc_compiled } { setup_xfail "*-*-*" }
  send_gdb "print g_instance.afoo()\n"
  gdb_expect {
      -re ".\[0-9\]* = 1.*$gdb_prompt $" {
--- 298,303 ----
*************** gdb_expect {
*** 311,317 ****
      timeout           { fail "(timeout) print value of g_instance.afoo()" }
    }
  
- if { $gcc_compiled } { setup_xfail "*-*-*" }
  send_gdb "print g_instance.bfoo()\n"
  gdb_expect {
      -re ".\[0-9\]* = 2.*$gdb_prompt $" {
--- 307,312 ----
*************** gdb_expect {
*** 321,327 ****
      timeout           { fail "(timeout) print value of g_instance.bfoo()" }
    }
  
- if { $gcc_compiled } { setup_xfail "*-*-*" }
  send_gdb "print g_instance.cfoo()\n"
  gdb_expect {
      -re ".\[0-9\]* = 3.*$gdb_prompt $" {
--- 316,321 ----


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