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 testsuite/16543] gdb.gdb tests fail when building outside srcdir


http://sourceware.org/bugzilla/show_bug.cgi?id=16543

--- Comment #2 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  7026a7c16ee82d39e84823f8cc3097a9a940ddb2 (commit)
      from  ac020ec5aef0e104cfe5b511ce90420950b44a90 (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=7026a7c16ee82d39e84823f8cc3097a9a940ddb2

commit 7026a7c16ee82d39e84823f8cc3097a9a940ddb2
Author: Yao Qi <yao@codesourcery.com>
Date:   Sat Feb 8 20:54:57 2014 +0800

    Fix PR16543

    Tests in gdb.gdb fail because directory gdb/testsuite/gdb.gdb doesn't
    exist in build tree.  This patch appends gdb.gdb/Makefile in AC_OUTPUT,
    and adds new Makefile.in in gdb.gdb, so that directory gdb.gdb can be
    created during configure.

    With this patch applied, tests under gdb.gdb can be run,

    $ make check RUNTESTFLAGS='--directory=gdb.gdb'

    Using /usr/share/dejagnu/baseboards/unix.exp as board description file for
target.
    Using /usr/share/dejagnu/config/unix.exp as generic interface file for
target.
    Using ../../../../git/gdb/testsuite/config/unix.exp as
tool-and-target-specific interface file.
    Running ../../../../git/gdb/testsuite/gdb.gdb/complaints.exp ...
    Running ../../../../git/gdb/testsuite/gdb.gdb/observer.exp ...
    Running ../../../../git/gdb/testsuite/gdb.gdb/python-interrupts.exp ...
    FAIL: gdb.gdb/python-interrupts.exp: signal SIGINT
    Running ../../../../git/gdb/testsuite/gdb.gdb/python-selftest.exp ...
    FAIL: gdb.gdb/python-selftest.exp: call
catch_command_errors(execute_command, "python print 5", 0, RETURN_MASK_ALL)
    Running ../../../../git/gdb/testsuite/gdb.gdb/selftest.exp ...
    Running ../../../../git/gdb/testsuite/gdb.gdb/xfullpath.exp ...

                    === gdb Summary ===

    gdb/testsuite:

    2014-02-10  Yao Qi  <yao@codesourcery.com>

        PR testsuite/16543
        * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
        * configure: Regenerated.
        * Makefile.in: New file.

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

Summary of changes:
 gdb/testsuite/ChangeLog                          |    7 +++++++
 gdb/testsuite/configure                          |    3 ++-
 gdb/testsuite/configure.ac                       |    2 +-
 gdb/testsuite/{gdb.dlang => gdb.gdb}/Makefile.in |    0
 4 files changed, 10 insertions(+), 2 deletions(-)
 copy gdb/testsuite/{gdb.dlang => gdb.gdb}/Makefile.in (100%)

-- 
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]