diff options
author | Fred Fish <fnf@specifix.com> | 1996-08-12 22:38:30 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-08-12 22:38:30 +0000 |
commit | d9538961ccee460bce76d0e940a305c15eb171bf (patch) | |
tree | 5ffee54c19cdae0d9f8de39c4594cd9f8cfbfb85 /gdb/testsuite/ChangeLog | |
parent | ed36b6cd33d1ca80753808fdb9a93e5af3cb9a25 (diff) | |
download | gdb-d9538961ccee460bce76d0e940a305c15eb171bf.zip gdb-d9538961ccee460bce76d0e940a305c15eb171bf.tar.gz gdb-d9538961ccee460bce76d0e940a305c15eb171bf.tar.bz2 |
* gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
encapsulate all the steps/nexts done during self test, starting
at main, and makes them less sensitive to optimization issues.
Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
signal handler" test.
* gdb.threads/pthreads.exp: Only run this for native configs.
* gdb.base/signals.exp (test_handle_all_print): Remove code that
increased timeouts, it now makes no difference.
* gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
tests.
gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
for "runto test_calls(void)" test.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 146d404..9de57b9 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,19 @@ +Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com> + + * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to + encapsulate all the steps/nexts done during self test, starting + at main, and makes them less sensitive to optimization issues. + Add "hppa*-*-hpux*" to setup_xfail for "backtrace through + signal handler" test. + * gdb.threads/pthreads.exp: Only run this for native configs. + * gdb.base/signals.exp (test_handle_all_print): Remove code that + increased timeouts, it now makes no difference. + * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*" + setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8" + tests. + gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail + for "runto test_calls(void)" test. + Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com> * gdb.base/term.exp: Set 7-bit strings, address off, width to 0, |