* [patch/RFA] Remove xfail for hppa*-* for gdb.base/structs2.exp
@ 2005-11-09 15:47 Randolph Chung
2005-11-09 17:56 ` Randolph Chung
0 siblings, 1 reply; 2+ messages in thread
From: Randolph Chung @ 2005-11-09 15:47 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 342 bytes --]
gdb.base/structs2.exp had an xfail for hppa*-* due to a gcc bug. The gcc
bug has been fixed for some time (since October 2004), so we might want
to remove this xfail.
gcc bug is: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15860
ok to check in?
randolph
--
Randolph Chung
Debian GNU/Linux Developer, hppa/ia64 ports
http://www.tausq.org/
[-- Attachment #2: d --]
[-- Type: text/plain, Size: 1005 bytes --]
2005-11-09 Randolph Chung <tausq@debian.org>
* gdb.base/structs2.exp: Remove a xfail due to a gcc bug that
has since been fixed.
Index: gdb.base/structs2.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/structs2.exp,v
retrieving revision 1.3
diff -u -p -r1.3 structs2.exp
--- gdb.base/structs2.exp 11 Jun 2004 23:42:49 -0000 1.3
+++ gdb.base/structs2.exp 9 Nov 2005 07:26:27 -0000
@@ -70,16 +70,10 @@ gdb_test "break param_reg" \
"Breakpoint .* at .*" \
"structs2 breakpoint set"
-if [test_compiler_info gcc-*-*] {
- setup_xfail hppa*-* gcc/15860
-}
gdb_test "continue" \
".*pr_char=120.*pr_uchar=130.*pr_short=32000.*pr_ushort=33000.*bkpt = 1.*"
\
"structs2 continue1"
-if [test_compiler_info gcc-*-*] {
- setup_xfail hppa*-* gcc/15860
-}
gdb_test "continue" \
".*pr_char=-126.*pr_uchar=120.*pr_short=-32536.*pr_ushort=32000.*bkpt = 1.*
" \
"structs2 continue2"
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [patch/RFA] Remove xfail for hppa*-* for gdb.base/structs2.exp
2005-11-09 15:47 [patch/RFA] Remove xfail for hppa*-* for gdb.base/structs2.exp Randolph Chung
@ 2005-11-09 17:56 ` Randolph Chung
0 siblings, 0 replies; 2+ messages in thread
From: Randolph Chung @ 2005-11-09 17:56 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 270 bytes --]
Randolph Chung wrote:
> gdb.base/structs2.exp had an xfail for hppa*-* due to a gcc bug. The gcc
> bug has been fixed for some time (since October 2004), so we might want
> to remove this xfail.
Based on Mark's feedback, I've checked in the attached instead.
randolph
[-- Attachment #2: d --]
[-- Type: text/plain, Size: 916 bytes --]
2005-11-09 Randolph Chung <tausq@debian.org>
* gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
Index: gdb.base/structs2.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/structs2.exp,v
retrieving revision 1.3
diff -u -p -r1.3 structs2.exp
--- gdb.base/structs2.exp 11 Jun 2004 23:42:49 -0000 1.3
+++ gdb.base/structs2.exp 9 Nov 2005 15:45:30 -0000
@@ -70,14 +70,14 @@ gdb_test "break param_reg" \
"Breakpoint .* at .*" \
"structs2 breakpoint set"
-if [test_compiler_info gcc-*-*] {
+if [test_compiler_info gcc-3-*] {
setup_xfail hppa*-* gcc/15860
}
gdb_test "continue" \
".*pr_char=120.*pr_uchar=130.*pr_short=32000.*pr_ushort=33000.*bkpt = 1.*" \
"structs2 continue1"
-if [test_compiler_info gcc-*-*] {
+if [test_compiler_info gcc-3-*] {
setup_xfail hppa*-* gcc/15860
}
gdb_test "continue" \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-11-09 15:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-09 15:47 [patch/RFA] Remove xfail for hppa*-* for gdb.base/structs2.exp Randolph Chung
2005-11-09 17:56 ` Randolph Chung
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox