diff options
-rw-r--r-- | gdb/testsuite/gdb.chill/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/testsuite/gdb.chill/tests1.exp | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index 8cb10e1..466b5c5 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,3 +1,9 @@ +Mon Jun 10 14:04:05 1996 Fred Fish <fnf@cygnus.com> + + * tests1.exp (test_modes): Remove *-*-* setup_sfail for + "print unnumbered set range mode" and + "print numbered set range mode". + Wed Apr 17 01:23:06 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com> * tests1.{ch,exp}: Tets case modified and enhanced. diff --git a/gdb/testsuite/gdb.chill/tests1.exp b/gdb/testsuite/gdb.chill/tests1.exp index a269377..9102ffc 100644 --- a/gdb/testsuite/gdb.chill/tests1.exp +++ b/gdb/testsuite/gdb.chill/tests1.exp @@ -152,11 +152,8 @@ proc test_modes {} { test_print_accept "ptype r16" "long \\(-2147483648:2147483647\\)" \ "print long range mode" - # Not sure what this should be. - setup_xfail "*-*-*" test_print_accept "ptype r2" "set1 \\(bbb:ccc\\)" \ "print unnumbered set range mode" - setup_xfail "*-*-*" test_print_accept "ptype r3" "nset1 \\(na:na\\)" \ "print numbered set range mode" # really this order ? |