* [rfa/x86-64] Supress x86-64 structs.exp test?
@ 2003-11-20 18:23 Andrew Cagney
2003-11-20 22:46 ` Mark Kettenis
0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cagney @ 2003-11-20 18:23 UTC (permalink / raw)
To: gdb-patches
[-- Attachment #1: Type: text/plain, Size: 273 bytes --]
I just ran the new structs.exp on amd64. Turns out amd digs a hole so
deep that GDB gets stuck in free fall (an infinite loop resuming the
target?). The attached supresses the testfile until someone gets the
chance to see whats really happening.
thoughts? ok?
Andrew
[-- Attachment #2: diffs --]
[-- Type: text/plain, Size: 706 bytes --]
2003-11-20 Andrew Cagney <cagney@redhat.com>
* gdb.base/structs.exp: Suppress when "x86_64-*-*".
Index: gdb.base/structs.exp
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/structs.exp,v
retrieving revision 1.9
diff -u -r1.9 structs.exp
--- gdb.base/structs.exp 20 Nov 2003 18:03:48 -0000 1.9
+++ gdb.base/structs.exp 20 Nov 2003 18:15:50 -0000
@@ -35,6 +35,13 @@
continue
}
+# struct return on x86-64 is very broken
+switch -glob -- [istarget] {
+ "x86_64-*-*" {
+ gdb_suppress_entire_file "amd64 is really broken"
+ }
+}
+
set testfile "structs"
set srcfile ${testfile}.c
set binfile ${objdir}/${subdir}/${testfile}
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [rfa/x86-64] Supress x86-64 structs.exp test?
2003-11-20 18:23 [rfa/x86-64] Supress x86-64 structs.exp test? Andrew Cagney
@ 2003-11-20 22:46 ` Mark Kettenis
2003-11-27 20:44 ` Mark Kettenis
0 siblings, 1 reply; 4+ messages in thread
From: Mark Kettenis @ 2003-11-20 22:46 UTC (permalink / raw)
To: ac131313; +Cc: gdb-patches
Date: Thu, 20 Nov 2003 13:23:27 -0500
From: Andrew Cagney <ac131313@redhat.com>
I just ran the new structs.exp on amd64. Turns out amd digs a hole so
deep that GDB gets stuck in free fall (an infinite loop resuming the
target?). The attached supresses the testfile until someone gets the
chance to see whats really happening.
Hmm, I just get a bunch of internal errors on FreeBSD/amd64. The
internal errors are caused by some missing check_typedefs. We could
add some stopgap fixes. However, AMD64 needs some serious work here.
I intend to convert it to use return_value such that it coreectly
stores return values too.
Meanwhile, I've got no objection If you'd like to check in this patch.
I'll revert it when I've checked in the appropriate fixes.
Mark
2003-11-20 Andrew Cagney <cagney@redhat.com>
* gdb.base/structs.exp: Suppress when "x86_64-*-*".
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2003-12-01 14:55 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-20 18:23 [rfa/x86-64] Supress x86-64 structs.exp test? Andrew Cagney
2003-11-20 22:46 ` Mark Kettenis
2003-11-27 20:44 ` Mark Kettenis
2003-12-01 14:55 ` Andrew Cagney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox