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 threads/14618] gdbserver, scheduler-locking, thread exits and TARGET_WAITKIND_NO_RESUMED


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

--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Yao Qi <qiyao@sourceware.org>:

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

commit cafda5977a98aef514ff86daca2fa94205bdd34e
Author: Yao Qi <yao.qi@linaro.org>
Date:   Thu Apr 2 13:51:31 2015 +0100

    kfail two tests in no-unwaited-for-left.exp for remote target

    I see these two fails in no-unwaited-for-left.exp in remote testing
    for aarch64-linux target.

    ...
    continue
    Continuing.
    warning: Remote failure reply: E.No unwaited-for children left.

    [Thread 1084] #2 stopped.
    (gdb) FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when
thread 2 exits

    ....
    continue
    Continuing.
    warning: Remote failure reply: E.No unwaited-for children left.

    [Thread 1081] #1 stopped.
    (gdb) FAIL: gdb.threads/no-unwaited-for-left.exp: continue stops when the
main thread exits

    I checked the gdb.log on buildbot, and find that these two fails also
    appear on Debian-i686-native-extended-gdbserver and
Fedora-ppc64be-native-gdbserver-m64.
    I recall that they are about local/remote parity, and related RSP is
missing.
    There has been already a PR 14618 about it.  This patch is to kfail them
    on remote target.

    gdb/testsuite:

    2015-04-02  Yao Qi  <yao.qi@linaro.org>

        * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
        is remote.

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