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: [email protected]
ReportedBy: [email protected]
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.