* gdb.stabs/wierd.exp: Remove xfail for printing big integer.
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 31 May 1993 21:08:21 +0000 (21:08 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 31 May 1993 21:08:21 +0000 (21:08 +0000)
Make leading 0's optional and don't expect a tab in the middle
of the number.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.stabs/wierd.exp

index 23172a8b4261d299ad9f28f672819e05eb2a3a1c..8312cc852d371896069366c697b76bc121a2ecc9 100644 (file)
@@ -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=.
index bba6474c8eccee88ea849d3b9d692ac360ab8a85..a8afcecebf0e64f8009a266fb907993cf0dc3da9 100644 (file)
@@ -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"