http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48121

           Summary: websocket and netchan test occasionally fail with
                    EISCONN
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: i...@airs.com
        ReportedBy: r...@gcc.gnu.org
              Host: i386-pc-solaris2.11
            Target: i386-pc-solaris2.11
             Build: i386-pc-solaris2.11


With your last patches, libgo testsuite results are almost clean on Solaris
11/x86
(thanks!).  There are two new failures, though:

/bin/ksh: line 1: 2594: Abort
FAIL: websocket
2011/03/12 14:46:29 Test WebSocket server listening on 127.0.0.1:54884
panic: Dial failed: websocket.Dial ws://127.0.0.1:54884/echo: dial tcp
127.0.0.1:54884: Transport endpoint is already connected
/vol/gcc/src/hg/trunk/solaris/libgo/testsuite/gotest: line 318: 2962: Abort
make: *** [websocket/check] Error 1

FAIL: netchan
2011/03/12 14:50:46 netchan export: error decoding client header:EOF
2011/03/12 14:50:46 netchan export: sending error to client:no such channel:
notAChannel
2011/03/12 14:50:46 netchan import: response error:no such channel: notAChannel
--- FAIL: netchan.TestCrossConnect
    new importer: dial tcp 127.0.0.1:55598: Transport endpoint is already
connected
FAIL
make[2]: *** [netchan/check] Error 1

The errors happen only occasionally, though.

Reply via email to