OSDN Git Service

* gdb.c++/overload.exp: Remove some fixed XFAILs.
authordrow <drow>
Mon, 13 Jan 2003 20:08:15 +0000 (20:08 +0000)
committerdrow <drow>
Mon, 13 Jan 2003 20:08:15 +0000 (20:08 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/overload.exp

index 992e8e8..b3d3744 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 e9aaae0..9989d1c 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 $" {