gdb and binutils branch master updated. 322f9c2100806387b8ace4df7a2b940b03b3d703
qiyao@sourceware.org
qiyao@sourceware.org
Fri Apr 11 05:29:00 GMT 2014
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 322f9c2100806387b8ace4df7a2b940b03b3d703 (commit)
from 1511baeca965fcf4cf36379c6b3f8a0b85263544 (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=322f9c2100806387b8ace4df7a2b940b03b3d703
commit 322f9c2100806387b8ace4df7a2b940b03b3d703
Author: Yao Qi <yao@codesourcery.com>
Date: Wed Apr 2 12:44:22 2014 +0800
Check file exists before completion tests
Doug told me that there are some regressions in gdb.base/completion.exp.
They are caused by my recent change, and can be reproduced via:
$ make check-parallel TESTS=gdb.base/completion.exp
FAIL: gdb.base/completion.exp: complete target core ./gdb.base/completion
FAIL: gdb.base/completion.exp: complete target tfile ./gdb.base/completion
FAIL: gdb.base/completion.exp: complete target exec ./gdb.base/completion
Current tests assume that gdb.base/completion exists but that is wrong
in a parallel run, because binary file and object files are placed
in outputs/gdb.base/completion/.
This patch is to check file exists on two candidate directories,
"gdb.base" and "outputs/gdb.base/completion/", and run tests with files
existed in either of them.
gdb/testsuite:
2014-04-11 Yao Qi <yao@codesourcery.com>
* gdb.base/completion.exp: Check file exists before running tests
on file completion.
-----------------------------------------------------------------------
Summary of changes:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/completion.exp | 15 ++++++++++++---
2 files changed, 17 insertions(+), 3 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Gdb-cvs
mailing list