diff options
author | Jeff Law <law@redhat.com> | 1997-02-07 16:34:55 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-02-07 16:34:55 +0000 |
commit | 2f54eeea7638063e5ba2ec04050c275c89306f79 (patch) | |
tree | a4dcbc85df2d9db592f535fa24fb39715801bb6d /gdb | |
parent | ad9f858a454a25837c6f37024f7863e3564c4562 (diff) | |
download | gdb-2f54eeea7638063e5ba2ec04050c275c89306f79.zip gdb-2f54eeea7638063e5ba2ec04050c275c89306f79.tar.gz gdb-2f54eeea7638063e5ba2ec04050c275c89306f79.tar.bz2 |
* gdb.c++/virtfunc.exp: Expect failure for virtual function
call tests if the target doesn't support inferior function calls.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 330f8a5..e13587e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com) + * gdb.c++/virtfunc.exp: Expect failure for virtual function + call tests if the target doesn't support inferior function calls. + * gdb.base/printcmds.exp: Allow minor deviation in FP values in printf tests. |