From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6505 invoked by alias); 16 Feb 2012 19:57:53 -0000 Received: (qmail 6491 invoked by uid 22791); 16 Feb 2012 19:57:52 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 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; Thu, 16 Feb 2012 19:57:37 +0000 From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug go/48243] Several libgo tests fail on Solaris 10/SPARC Date: Thu, 16 Feb 2012 20:00: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: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: RESOLVED 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-02/txt/msg01712.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48243 --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE 2012-02-16 19:21:17 UTC --- > --- Comment #1 from Ian Lance Taylor 2012-02-14 19:44:21 UTC --- > I think these are all fixed now. Right. The only failures left are crypto/rand due to the 1040 byte read limit on /dev/urandom, and several others which seem to be races with testdata symlinks: === libgo tests === Running target unix FAIL: compress/flate FAIL: crypto/rand FAIL: image/jpeg === libgo Summary for unix === # of expected passes 120 # of unexpected failures 3 Running target unix/-m64 FAIL: compress/flate FAIL: compress/lzw FAIL: compress/zlib FAIL: crypto/rand FAIL: image/jpeg === libgo Summary for unix/-m64 === # of expected passes 118 # of unexpected failures 5 e.g. ln: creating symbolic link `../testdata/testdata': File exists PASS PASS: compress/bzip2 ln: creating symbolic link `../testdata/testdata': File exists --- FAIL: flate.TestDeflateInflateString (0.08 seconds) ???:1: open ../testdata/e.txt: No such file or directory ???:1: open ../testdata/Mark.Twain-Tom.Sawyer.txt: No such file or directory FAIL FAIL: compress/flate I guess it's best to file two separate PRs for those issues. Rainer