This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/17017] gdb.python/py-xmethods.exp fails against gdbserver


https://sourceware.org/bugzilla/show_bug.cgi?id=17017

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  5d376983ca914e1cf36f4968cc87957f9033ebcd (commit)
      from  5171def394398d2a3cc6583747e2f19602f0e1da (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5d376983ca914e1cf36f4968cc87957f9033ebcd

commit 5d376983ca914e1cf36f4968cc87957f9033ebcd
Author: Siva Chandra <sivachandra@chromium.org>
Date:   Thu Jun 5 07:03:56 2014 -0700

    Make xmethods tests not to depend on inferior IO.

    gdb/testsuite/

        PR gdb/17017
        * gdb.python/py-xmethods.cc: Add global function call counters and
        increment them in their respective functions.  Remove "cout"
        statements.
        * gdb.python/py-xmethods.exp: Make tests check the global function
        call counters instead of depending on inferior IO.

-----------------------------------------------------------------------

Summary of changes:
 gdb/testsuite/ChangeLog                  |    9 +++++
 gdb/testsuite/gdb.python/py-xmethods.cc  |   32 +++++++++++------
 gdb/testsuite/gdb.python/py-xmethods.exp |   54 ++++++++++++++++++++++--------
 3 files changed, 70 insertions(+), 25 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]