diff options
author | Fred Fish <fnf@specifix.com> | 1993-08-10 18:42:20 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-08-10 18:42:20 +0000 |
commit | 869cfa9fd54a0fe2df814bfa3fbd30ea270b7c23 (patch) | |
tree | 7696ebebff55c387c96b7bb1a5815b1bd2d1dfa4 | |
parent | d130c9c5b981c40e1ea6c3b49a10f4bccd223b91 (diff) | |
download | gdb-869cfa9fd54a0fe2df814bfa3fbd30ea270b7c23.zip gdb-869cfa9fd54a0fe2df814bfa3fbd30ea270b7c23.tar.gz gdb-869cfa9fd54a0fe2df814bfa3fbd30ea270b7c23.tar.bz2 |
* gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
xfails for other systems. Match a missing 'Continuing.' as an
explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 9f41503..7c6f1ab 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com) + * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of + xfails for other systems. Match a missing 'Continuing.' as an + explicit fail for i*86-*-sysv4*, so it doesn't hose other tests. + * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp: Only issue warning for missing executables if -all option is used. |