public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug testsuite/16543] New: gdb.gdb tests fail when building outside srcdir
@ 2014-02-08 10:53 schwab@linux-m68k.org
  2014-02-08 10:54 ` [Bug testsuite/16543] " schwab@linux-m68k.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2014-02-08 10:53 UTC (permalink / raw)
  To: gdb-prs

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

            Bug ID: 16543
           Summary: gdb.gdb tests fail when building outside srcdir
           Product: gdb
           Version: 7.7
            Status: NEW
          Severity: normal
          Priority: P2
         Component: testsuite
          Assignee: unassigned at sourceware dot org
          Reporter: schwab@linux-m68k.org

When building outside srcdir the tests in gdb.gdb all error out:

ERROR: remote_download to host of
/daten/src/gdb/branch/test/gdb/testsuite/../../gdb/gdb to
/daten/src/gdb/branch/test/gdb/testsuite/gdb.gdb/xgdb: cp: cannot create
regular file '/daten/src/gdb/branch/test/gdb/testsuite/gdb.gdb/xgdb': No such
file or directory
ERROR: Couldn't load  into
/daten/src/gdb/branch/test/gdb/testsuite/../../gdb/gdb.
WARNING: Couldn't test self

There is no directory gdb/testsuite/gdb.gdb under the build directory.

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/16543] gdb.gdb tests fail when building outside srcdir
  2014-02-08 10:53 [Bug testsuite/16543] New: gdb.gdb tests fail when building outside srcdir schwab@linux-m68k.org
@ 2014-02-08 10:54 ` schwab@linux-m68k.org
  2014-02-08 13:00 ` qiyao at gcc dot gnu.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2014-02-08 10:54 UTC (permalink / raw)
  To: gdb-prs

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

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |7.7

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/16543] gdb.gdb tests fail when building outside srcdir
  2014-02-08 10:53 [Bug testsuite/16543] New: gdb.gdb tests fail when building outside srcdir schwab@linux-m68k.org
  2014-02-08 10:54 ` [Bug testsuite/16543] " schwab@linux-m68k.org
@ 2014-02-08 13:00 ` qiyao at gcc dot gnu.org
  2014-02-10  1:55 ` cvs-commit at gcc dot gnu.org
  2014-02-10  1:58 ` qiyao at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: qiyao at gcc dot gnu.org @ 2014-02-08 13:00 UTC (permalink / raw)
  To: gdb-prs

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

Yao Qi <qiyao at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |qiyao at gcc dot gnu.org

--- Comment #1 from Yao Qi <qiyao at gcc dot gnu.org> ---
Patch is posted here
https://sourceware.org/ml/gdb-patches/2014-02/msg00245.html

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/16543] gdb.gdb tests fail when building outside srcdir
  2014-02-08 10:53 [Bug testsuite/16543] New: gdb.gdb tests fail when building outside srcdir schwab@linux-m68k.org
  2014-02-08 10:54 ` [Bug testsuite/16543] " schwab@linux-m68k.org
  2014-02-08 13:00 ` qiyao at gcc dot gnu.org
@ 2014-02-10  1:55 ` cvs-commit at gcc dot gnu.org
  2014-02-10  1:58 ` qiyao at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2014-02-10  1:55 UTC (permalink / raw)
  To: gdb-prs

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.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug testsuite/16543] gdb.gdb tests fail when building outside srcdir
  2014-02-08 10:53 [Bug testsuite/16543] New: gdb.gdb tests fail when building outside srcdir schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2014-02-10  1:55 ` cvs-commit at gcc dot gnu.org
@ 2014-02-10  1:58 ` qiyao at gcc dot gnu.org
  3 siblings, 0 replies; 5+ messages in thread
From: qiyao at gcc dot gnu.org @ 2014-02-10  1:58 UTC (permalink / raw)
  To: gdb-prs

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

Yao Qi <qiyao at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|7.7                         |7.8

--- Comment #3 from Yao Qi <qiyao at gcc dot gnu.org> ---
Patch is pushed.  Close it.

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-10  1:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-08 10:53 [Bug testsuite/16543] New: gdb.gdb tests fail when building outside srcdir schwab@linux-m68k.org
2014-02-08 10:54 ` [Bug testsuite/16543] " schwab@linux-m68k.org
2014-02-08 13:00 ` qiyao at gcc dot gnu.org
2014-02-10  1:55 ` cvs-commit at gcc dot gnu.org
2014-02-10  1:58 ` qiyao at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).