* gdb.c++/overload.exp: Remove some fixed XFAILs.
authorDaniel Jacobowitz <drow@false.org>
Mon, 13 Jan 2003 20:08:16 +0000 (20:08 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 13 Jan 2003 20:08:16 +0000 (20:08 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/overload.exp

index 992e8e83ca9324c6bca7df737496df87490bbed0..b3d37443a88dcf5ba8e6e395a7d80ad32e3aa389 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
+
+       * gdb.c++/overload.exp: Remove some fixed XFAILs.
+
 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdb.base/detach.exp: New test.
index e9aaae04fea862b556acdefeda81b369e03cc2fb..9989d1ce770d02a7898c716e84cbec1aaa929243 100644 (file)
@@ -260,13 +260,6 @@ gdb_expect {
   }
 
 
-# The overload resolver added by HP (valops.c:find_overload_match) doesn't
-# work right for G++ output, since the list of parameters seems not to
-# be filled in correctly.  Until this gets fixed, don't expect to pass
-# some of these tests.
-
-setup_xfail "*-*-*" CLLbs16901
-
 send_gdb "print foo_instance1.overload1arg((short)arg5)\n"
 gdb_expect {
     -re ".\[0-9\]* = 5\r\n$gdb_prompt $" {
@@ -277,8 +270,6 @@ gdb_expect {
   }
 
 
-setup_xfail "*-*-*" CLLbs16901
-
 send_gdb "print foo_instance1.overload1arg((unsigned short)arg6)\n"
 gdb_expect {
     -re ".\[0-9\]* = 6\r\n$gdb_prompt $" {
@@ -309,8 +300,6 @@ gdb_expect {
   }
 
 
-setup_xfail "*-*-*" CLLbs16901
-
 send_gdb "print foo_instance1.overload1arg((long)arg9)\n"
 gdb_expect {
     -re ".\[0-9\]* = 9\r\n$gdb_prompt $" {
@@ -321,8 +310,6 @@ gdb_expect {
   }
 
 
-setup_xfail "*-*-*" CLLbs16901
-
 send_gdb "print foo_instance1.overload1arg((unsigned long)arg10)\n"
 gdb_expect {
     -re ".\[0-9\]* = 10\r\n$gdb_prompt $" {