Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* Re: [PATCH] Fix xfail Sparc pattern
@ 2002-04-18  9:06 Michael Elizabeth Chastain
  2002-04-18  9:21 ` Andrew Cagney
  0 siblings, 1 reply; 8+ messages in thread
From: Michael Elizabeth Chastain @ 2002-04-18  9:06 UTC (permalink / raw)
  To: davem, fnasser; +Cc: cagney, gdb-patches

Fernando Nasser writes:
> I wonder if we should activate this test and see where it fails and
> start marking as XFAILS (KFAILS actually) and entering a bug report 
> when we see the regressions.

I think so.  The comment indicates that this is due to a problem
inside gdb, not a problem with the environment, so that XFAIL is wrong
in the first place.

This is the old "XFAIL means an external program is not functional"
versus "XFAIL means that gdb is wrong but it's too painful to fix"
argument.

Michael C


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH] Fix xfail Sparc pattern
@ 2002-04-17 12:57 David S. Miller
  2002-04-18  7:48 ` Fernando Nasser
  0 siblings, 1 reply; 8+ messages in thread
From: David S. Miller @ 2002-04-17 12:57 UTC (permalink / raw)
  To: gdb-patches


The xfail here applies to all Sparc platforms, not just sparc-*.

2002-04-17  David S. Miller  <davem@redhat.com>

	* gdb.base/watchpoint.exp: Fix sparc xfail to be sparc*-*-*

--- ./testsuite/gdb.base/watchpoint.exp.~1~	Tue Apr 16 10:56:47 2002
+++ ./testsuite/gdb.base/watchpoint.exp	Tue Apr 16 10:58:53 2002
@@ -390,7 +390,7 @@ proc test_stepping {} {
 	# The following architectures define CALL_DUMMY_BREAKPOINT_OFFSET.
 	clear_xfail "alpha-*-*"
 	clear_xfail "mips*-*-*"
-	clear_xfail "sparc-*-*"
+	clear_xfail "sparc*-*-*"
 	clear_xfail "hppa*-*-*bsd*"
 	# It works with the generic inferior function calling code too.
 	clear_xfail "mn10200*-*-*"


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

end of thread, other threads:[~2002-04-18 23:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-18  9:06 [PATCH] Fix xfail Sparc pattern Michael Elizabeth Chastain
2002-04-18  9:21 ` Andrew Cagney
2002-04-18 15:04   ` David S. Miller
2002-04-18 15:29     ` Andrew Cagney
2002-04-18 15:37       ` David S. Miller
2002-04-18 16:25         ` Andrew Cagney
  -- strict thread matches above, loose matches on Subject: below --
2002-04-17 12:57 David S. Miller
2002-04-18  7:48 ` Fernando Nasser

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox