diff options
author | Fred Fish <fnf@specifix.com> | 1996-06-23 17:24:20 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-06-23 17:24:20 +0000 |
commit | 570a3902819d713a108a191fd30a086b39b9ab7c (patch) | |
tree | 02b01e1371191a1f5359e5901cd8c604258b0086 /gdb | |
parent | d32baaf065b5cb849c0f547c3c2481fd9a591276 (diff) | |
download | gdb-570a3902819d713a108a191fd30a086b39b9ab7c.zip gdb-570a3902819d713a108a191fd30a086b39b9ab7c.tar.gz gdb-570a3902819d713a108a191fd30a086b39b9ab7c.tar.bz2 |
* tests1.exp (test_modes): Remove *-*-* setup_sfail for
"print unnumbered set range mode" and
"print numbered set range mode".
Diffstat (limited to 'gdb')
-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 ? |