diff options
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). |