This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/48242] New: gotest needs timeout mechanism
- From: "ro at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 Mar 2011 17:50:42 +0000
- Subject: [Bug go/48242] New: gotest needs timeout mechanism
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48242
Summary: gotest needs timeout mechanism
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
AssignedTo: ian@airs.com
ReportedBy: ro@gcc.gnu.org
The rpc and websocket tests currently hang indefinitely on Solaris 10/SPARC,
thus
hanging the complete bootstrap. To deal with this, gotest needs some sort of
timeout mechanism, just like DejaGnu has.