summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.stabs
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-05-31 21:08:21 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-05-31 21:08:21 +0000
commit6a51601ee92cfdf481063bdedc7076e8c8899150 (patch)
treea79c4e1febcd50a8398d85573b5d19164da39ed1 /gdb/testsuite/gdb.stabs
parent36bcda79581c050020f8a02c3c86b7678cc5ed7e (diff)
downloadbinutils-gdb-6a51601ee92cfdf481063bdedc7076e8c8899150.tar.gz
* 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.
Diffstat (limited to 'gdb/testsuite/gdb.stabs')
-rw-r--r--gdb/testsuite/gdb.stabs/wierd.exp8
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/testsuite/gdb.stabs/wierd.exp b/gdb/testsuite/gdb.stabs/wierd.exp
index bba6474c8ec..a8afcecebf0 100644
--- a/gdb/testsuite/gdb.stabs/wierd.exp
+++ b/gdb/testsuite/gdb.stabs/wierd.exp
@@ -123,10 +123,8 @@ 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\
- 0000002d0000002c0000002b0000002a" "print very big integer"
+ gdb_test "p/x int256var" " = 0x0*2a0000002b0000002c0000002d\
+0000002d0000002c0000002b0000002a" "print very big integer"
gdb_test "whatis consth" "type = inttype" "whatis consth"
gdb_test "whatis consth2" "type = inttype" "whatis consth2"
@@ -134,7 +132,7 @@ proc do_tests {} {
# GDB does not yet understand S constants
setup_xfail "*-*-*"
gdb_test "p/x bad_neg0const" " = \{field0 = 0x11222211, field2 =.*\
- field3 = 0x77888877\}" "print struct constant"
+field3 = 0x77888877\}" "print struct constant"
gdb_test "ptype bad_type0" "type = " "print bad_type0"
gdb_test "ptype bad_type1" "type = " "print bad_type1"