http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56173
Bug #: 56173 Summary: Several libgo tests FAIL on Solaris/SPARC Classification: Unclassified Product: gcc Version: 4.8.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: go AssignedTo: i...@airs.com ReportedBy: r...@gcc.gnu.org Host: sparc*-*-solaris2.* Target: sparc*-*-solaris2.* Build: sparc*-*-solaris2.* Several crypto-related libgo tests FAIL on Solaris/SPARC. The fact that they pass on Solaris/x86 might indicate an endianess problem: --- FAIL: TestIncrementalRead (0.09 seconds) testing.go:377: Bad checksum on file small.txt: have 220b2d1581cee6f4f38007276d6b108c want e38b27eaccb4391bdec553a7f3ae6b2f testing.go:377: Bad checksum on file small2.txt: have 64a3a408fe7219e747c26f38ba248596 want c65bd2e50a56a2138bf1716f2fd56fe9 FAIL FAIL: archive/tar --- FAIL: TestHMAC (0.15 seconds) testing.go:377: test 3.0.0: have 2e56e968592c6176bf9ba95dd5728e7d want 750c783e6ab0b503eaa86e310a5db738 testing.go:377: test 3.0.1: have 2e56e968592c6176bf9ba95dd5728e7d want 750c783e6ab0b503eaa86e310a5db738 testing.go:377: test 3.1.0: have 2e56e968592c6176bf9ba95dd5728e7d want 750c783e6ab0b503eaa86e310a5db738 testing.go:377: test 3.1.1: have 2e56e968592c6176bf9ba95dd5728e7d want 750c783e6ab0b503eaa86e310a5db738 FAIL FAIL: crypto/hmac --- FAIL: TestGolden (0.11 seconds) testing.go:377: md5[0]() = 487f7b22f68312d2c1bbc93b1aea445b want d41d8cd98f00b204e9800998ecf8427e FAIL FAIL: crypto/md5 --- FAIL: TestHandshakeClientRC4 (0.09 seconds) handshake_client_test.go:45: RC4 #2: mismatch on read: got:160301004610000042004087a11f14e1fb91ac582ef371ce01852cc7fe848782b757db374d46836752825101952368696bd0a7a7e588d04771b8d2030525565c1008c69bd467cd28be9c48140301000101160301002487263e1aee92e9b6c9aa746036bd9a3713e28e5032e2c656e65828fc5db04c53b14b2efa want:160301004610000042004087a11f14e1fb91ac582ef371ce01852cc7fe848782b757db374d46836752825101952368696bd0a7a7e588d04771b8d2030525565c1008c69bd467cd28be9c481403010001011603010024c1b8d37fc5c25a1d6d5b2d5c8287c26f0d637b722bda69c4fe3c84a15a623837c654252a --- FAIL: TestHandshakeClientECDHEAES (0.00 seconds) [...] FAIL FAIL: crypto/tls --- FAIL: TestDecrypt (0.10 seconds) testing.go:377: test 0. %!s(x509.PEMCipher=1) testing.go:377: decrypt failed: x509: decryption password incorrect testing.go:377: test 1. %!s(x509.PEMCipher=2) testing.go:377: decrypt failed: x509: decryption password incorrect testing.go:377: test 2. %!s(x509.PEMCipher=3) testing.go:377: decrypt failed: x509: decryption password incorrect testing.go:377: test 3. %!s(x509.PEMCipher=4) testing.go:377: decrypt failed: x509: decryption password incorrect testing.go:377: test 4. %!s(x509.PEMCipher=5) testing.go:377: decrypt failed: x509: decryption password incorrect testing.go:377: test 5. %!s(x509.PEMCipher=3) testing.go:377: decrypt failed: x509: decryption password incorrect FAIL FAIL: crypto/x509 --- FAIL: TestAuth (0.11 seconds) testing.go:377: #2 got user 69f2a54c207a734492a23007e0992c24, expected user 287eb355114cf5c471c26a875f1ca4ae FAIL FAIL: net/smtp Rainer