This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/48223] New: gob/check fails on Solaris 2
- 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: Mon, 21 Mar 2011 17:11:03 +0000
- Subject: [Bug go/48223] New: gob/check fails on Solaris 2
- Auto-submitted: auto-generated
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48223
Summary: gob/check fails on Solaris 2
Product: gcc
Version: 4.7.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: go
AssignedTo: ian@airs.com
ReportedBy: ro@gcc.gnu.org
Host: i386-pc-solaris2.11
Target: i386-pc-solaris2.11
Build: i386-pc-solaris2.11
The gob libgo test fails on Solaris 2:
/bin/ksh: line 1: 1126: Abort
FAIL: gob
/vol/gcc/src/hg/trunk/solaris/libgo/testsuite/gotest: line 325: 1230: Abort
make: *** [gob/check] Error 1
./a.out -test.v=true
=== RUN gob.TestUintCodec
--- PASS: gob.TestUintCodec (0.0 seconds)
=== RUN gob.TestIntCodec
--- PASS: gob.TestIntCodec (0.0 seconds)
=== RUN gob.TestScalarEncInstructions
--- PASS: gob.TestScalarEncInstructions (0.0 seconds)
=== RUN gob.TestScalarDecInstructions
--- PASS: gob.TestScalarDecInstructions (0.0 seconds)
=== RUN gob.TestInvalidField
Abort
I've checked that all other tests pass if run individually.