* gdb.stabs/wierd.exp: Remove xfail for printing big integer.
Make leading 0's optional and don't expect a tab in the middle of the number.
This commit is contained in:
parent
36bcda7958
commit
6a51601ee9
2 changed files with 7 additions and 5 deletions
|
@ -1,5 +1,9 @@
|
|||
Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
|
||||
|
||||
* gdb.stabs/wierd.exp: Remove xfail for printing big integer.
|
||||
Make leading 0's optional and don't expect a tab in the middle
|
||||
of the number.
|
||||
|
||||
* gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
|
||||
|
||||
* gdb.stabs/wierd.def: Type attributes must be preceded by number=.
|
||||
|
|
|
@ -123,9 +123,7 @@ proc do_tests {} {
|
|||
gdb_test "ptype inttype" "type = (unsigned int|inttype)" "ptype on inttype"
|
||||
gdb_test "p sizeof (float72type)" " = 9" "unrecognized floating point type"
|
||||
|
||||
# Haven't investigated
|
||||
setup_xfail "*-*-*"
|
||||
gdb_test "p/x int256var" " = 0x0000002a0000002b0000002c0000002d\
|
||||
gdb_test "p/x int256var" " = 0x0*2a0000002b0000002c0000002d\
|
||||
0000002d0000002c0000002b0000002a" "print very big integer"
|
||||
|
||||
gdb_test "whatis consth" "type = inttype" "whatis consth"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue