public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [pushed] gdb.base/sigstep.exp: xfail gdb/17511 on i?86 Linux
@ 2014-11-07 15:41 Pedro Alves
  0 siblings, 0 replies; only message in thread
From: Pedro Alves @ 2014-11-07 15:41 UTC (permalink / raw)
  To: gdb-patches

Running gdb.base/sigstep.exp with --target=i686-pc-linux-gnu on a
64-bit kernel naturally trips on PR gdb/17511 as well, given this is a
kernel bug.

I haven't really tested a real 32-bit kernel/machine, but given the
code in question in the kernel is shared between 32-bit and 64-bit,
I'm quite sure the bug triggers in those cases as well.

So, simply xfail i?86-*-linux* too.

gdb/testsuite/
2014-11-07  Pedro Alves  <palves@redhat.com>

	PR gdb/17511
	* gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
	i?86-*-linux*.
---
 gdb/testsuite/ChangeLog            | 6 ++++++
 gdb/testsuite/gdb.base/sigstep.exp | 1 +
 2 files changed, 7 insertions(+)

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7983271..6187c74 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-07  Pedro Alves  <palves@redhat.com>
+
+	PR gdb/17511
+	* gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
+	i?86-*-linux*.
+
 2014-11-03  Siva Chandra Reddy  <sivachandra@google.com>
 
 	PR c++/17494
diff --git a/gdb/testsuite/gdb.base/sigstep.exp b/gdb/testsuite/gdb.base/sigstep.exp
index c4580a7..4fea6be 100644
--- a/gdb/testsuite/gdb.base/sigstep.exp
+++ b/gdb/testsuite/gdb.base/sigstep.exp
@@ -155,6 +155,7 @@ set in_handler_map {
 		# subsequent PTRACE_CONTINUEs trapping after each
 		# insn.
 		if {$enter_cmd != "continue"} {
+		    setup_xfail "i?86-*-linux*" gdb/17511
 		    setup_xfail "x86_64-*-linux*" gdb/17511
 		}
 		fail "$test (spurious SIGTRAP)"
-- 
1.9.3

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-07 15:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-07 15:41 [pushed] gdb.base/sigstep.exp: xfail gdb/17511 on i?86 Linux Pedro Alves

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).