diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-08 23:03:28 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-01-08 23:03:28 +0000 |
commit | d71511fbd301c7069c13bd51cabffd3300487695 (patch) | |
tree | c460b5f789e7fcc5f2cfb10359dd63bc2a5cf399 /gdb/testsuite/TODO | |
parent | 3b55fbe386432d058aab2f281138b6816f163895 (diff) | |
download | gdb-d71511fbd301c7069c13bd51cabffd3300487695.zip gdb-d71511fbd301c7069c13bd51cabffd3300487695.tar.gz gdb-d71511fbd301c7069c13bd51cabffd3300487695.tar.bz2 |
* TODO: Add note about "handle all nostop".
* gdb.base/{sigall.c, sigall.exp}: New test.
* gdb.base/Makefile.in: Add it.
Diffstat (limited to 'gdb/testsuite/TODO')
-rw-r--r-- | gdb/testsuite/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/TODO b/gdb/testsuite/TODO index abb0f32..ec0ce14 100644 --- a/gdb/testsuite/TODO +++ b/gdb/testsuite/TODO @@ -183,6 +183,10 @@ compiler dependencies. Test more obscure wait_for_inferior cases, expanding on the tests in watchpoint.exp, signals.exp, etc. +Test "handle all nostop". Right now this is buggy--it (a) prints "?" +for "Unknown signal", (b) prints signal zero (bug or feature?), (c) +dumps core when it is done. + Test that the copyright year in the startup message matches the current year (would produce a single spurious FAIL on old GDB's, but probably still a good idea). |