diff options
author | Wilfried Moser <moser@cygnus> | 1996-03-06 08:30:40 +0000 |
---|---|---|
committer | Wilfried Moser <moser@cygnus> | 1996-03-06 08:30:40 +0000 |
commit | 8513db37316149a8f0938e15daa1ff2ab916c6f8 (patch) | |
tree | 65ff89dd25326608af4fcb0d1fa9acba7d69a301 /gdb | |
parent | c105168f7641b925afdd9d15cf0ea0224eb36b84 (diff) | |
download | gdb-8513db37316149a8f0938e15daa1ff2ab916c6f8.zip gdb-8513db37316149a8f0938e15daa1ff2ab916c6f8.tar.gz gdb-8513db37316149a8f0938e15daa1ff2ab916c6f8.tar.bz2 |
* powerset.exp: Add test.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.chill/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.chill/powerset.exp | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.chill/ChangeLog b/gdb/testsuite/gdb.chill/ChangeLog index 720d4b4..ecdf782 100644 --- a/gdb/testsuite/gdb.chill/ChangeLog +++ b/gdb/testsuite/gdb.chill/ChangeLog @@ -1,3 +1,7 @@ +Wed Mar 6 00:29:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com> + + * powerset.exp: Add test. + Tue Mar 5 23:41:39 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com> * gch922.{ch,exp}, powerset.{ch,exp}: New test cases. diff --git a/gdb/testsuite/gdb.chill/powerset.exp b/gdb/testsuite/gdb.chill/powerset.exp index 2d56b7f..5a62aed 100644 --- a/gdb/testsuite/gdb.chill/powerset.exp +++ b/gdb/testsuite/gdb.chill/powerset.exp @@ -161,6 +161,9 @@ proc test_max {} { test_print_accept "print max(v_ps5)" "FALSE" test_print_accept "print max(v_ps6)" "50" + # test an IN + test_print_accept "print 0 in v_ps6" "TRUE" + # a failure setup_xfail "*-*-*" test_print_accept "print max(v_ps51)" "MAX for empty powerset" |