From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16656 invoked by alias); 25 Apr 2012 04:27:54 -0000 Received: (qmail 16619 invoked by uid 22791); 25 Apr 2012 04:27:51 -0000 X-SWARE-Spam-Status: No, hits=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Apr 2012 04:27:39 +0000 From: "ian at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/52583] Several new go testsuite failues on Solaris Date: Wed, 25 Apr 2012 04:27:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: go X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ian at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ian at airs dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-04/txt/msg02204.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52583 --- Comment #18 from ian at gcc dot gnu.org 2012-04-25 04:26:37 UTC --- Author: ian Date: Wed Apr 25 04:26:31 2012 New Revision: 186802 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186802 Log: PR go/52583 net: Solaris fixes. In particular fix fd_select.go to handle the case where a file descriptor is closed by one goroutine while another goroutine is waiting for it. Added: branches/gcc-4_7-branch/libgo/go/net/sock_solaris.go branches/gcc-4_7-branch/libgo/go/net/sockoptip_solaris.go Modified: branches/gcc-4_7-branch/libgo/Makefile.am branches/gcc-4_7-branch/libgo/Makefile.in branches/gcc-4_7-branch/libgo/go/net/dial_test.go branches/gcc-4_7-branch/libgo/go/net/fd_select.go branches/gcc-4_7-branch/libgo/go/net/multicast_test.go