diff options
author | Michael Chastain <mec@google.com> | 2004-01-15 22:23:26 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-01-15 22:23:26 +0000 |
commit | 4120d7e62608d5fdb125445d77d8ed211c9777c3 (patch) | |
tree | ef86151b4c0fdb2b26b3210f6761da0b5790231c /gdb | |
parent | 6d0c993e083b74f8cff8ab4cf92cf3acd29de730 (diff) | |
download | gdb-4120d7e62608d5fdb125445d77d8ed211c9777c3.zip gdb-4120d7e62608d5fdb125445d77d8ed211c9777c3.tar.gz gdb-4120d7e62608d5fdb125445d77d8ed211c9777c3.tar.bz2 |
2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.base/setvar.exp | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 7fd16b0..07c84d9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-01-15 Michael Chastain <mec.gnu@mindspring.com> + + * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*. + 2004-01-16 Ben Elliston <bje@wasabisystems.com> * gdb.arch/Makefile.in (MISCELLANEOUS): Remove. diff --git a/gdb/testsuite/gdb.base/setvar.exp b/gdb/testsuite/gdb.base/setvar.exp index 3e19287..5f3b02c 100644 --- a/gdb/testsuite/gdb.base/setvar.exp +++ b/gdb/testsuite/gdb.base/setvar.exp @@ -1,4 +1,4 @@ -# Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001 +# Copyright 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2004 # Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify @@ -330,12 +330,8 @@ gdb_test "print *(v_signed_short_pointer+1)" ".\[0-9\]*.*=.*-456" gdb_test "set v_unsigned_short_pointer=v_unsigned_short_array" "" gdb_test "set variable *(v_unsigned_short_pointer)=123" "" gdb_test "set variable *(v_unsigned_short_pointer+1)=-456" "" -# DTS 10060CLLbs - bad type info from cc -if {$hp_cc_compiler} {setup_xfail hppa*-*-*11* 10060CLLbs} gdb_test "print v_unsigned_short_array" ".\[0-9\]* =.*\\{123,.*65080\\}" \ "set variable unsigned short pointer" -# DTS 10060CLLbs - bad type info from cc -if {$hp_cc_compiler} {setup_xfail hppa*-*-*11* 10060CLLbs} gdb_test "print *(v_unsigned_short_pointer+1)" ".\[0-9\]* = 65080" # # test "set variable" for type "int *" |