From: Nick Roberts <nickrob@snap.net.nz>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] gdb.base/multi-forks.exp
Date: Mon, 18 Sep 2006 05:36:00 -0000 [thread overview]
Message-ID: <17678.12228.757124.152763@kahikatea.snap.net.nz> (raw)
Going through the testsuite for nickrob-async-20060513-branch (multi-threaded
tests fail due to new linux_nat_wait), I notice the test below fails for
me on mainline. I don't know if __kernel_vsyscall is due to the 2.6
kernel, GCC 4.+ or how general it is.
--
Nick http://www.inet.net.nz/~nickrob
2006-09-18 Nick Roberts <nickrob@snap.net.nz>
* gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
*** multi-forks.exp 10 Aug 2006 17:27:20 +1200 1.5
--- multi-forks.exp 18 Sep 2006 17:24:54 +1200
***************
*** 115,121 ****
for {set i 1} {$i <= 15} {incr i} {
gdb_test "continue" "Breakpoint .* main .*exit.*" "Run to exit $i"
gdb_test "info fork" " 4 .* 3 .* 2 .* 1 .*" "info fork $i"
! gdb_test "restart $i" "(_dl_sysinfo_int80|fork).*" "restart $i"
}
gdb_test "continue" "Breakpoint .* main .*exit.*" "Run to exit 16"
--- 115,122 ----
for {set i 1} {$i <= 15} {incr i} {
gdb_test "continue" "Breakpoint .* main .*exit.*" "Run to exit $i"
gdb_test "info fork" " 4 .* 3 .* 2 .* 1 .*" "info fork $i"
! gdb_test "restart $i" "(_dl_sysinfo_int80|fork|__kernel_vsyscall).*" \
! "restart $i"
}
next reply other threads:[~2006-09-18 5:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-09-18 5:36 Nick Roberts [this message]
2006-09-18 13:21 ` Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17678.12228.757124.152763@kahikatea.snap.net.nz \
--to=nickrob@snap.net.nz \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox