From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3457 invoked by alias); 2 Oct 2018 00:06:16 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 3446 invoked by uid 89); 2 Oct 2018 00:06:15 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-7.3 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-lj1-f172.google.com Received: from mail-lj1-f172.google.com (HELO mail-lj1-f172.google.com) (209.85.208.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 02 Oct 2018 00:06:13 +0000 Received: by mail-lj1-f172.google.com with SMTP id o14-v6so136272ljj.2 for ; Mon, 01 Oct 2018 17:06:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=golang-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=UoP5ElxgSO7dNq7Rr3JWlaEKV/qfE+DqqpMlgICSZ4Q=; b=w9bgrLkAM5WTEYHCHJ51mU2bqIlhQ/PSnbBN6Sonj/B5NKpBtPlqbbQpPQNa3sSKck bbigcTkX1UdV6mRz9OlTc69Ipo1jShk74euhrZLJ0nU4Z3iutJQ42ahWb00mpGwNTiPU qfMNYByKGwnZ+yv+VlkeL86nbCh2Eqgc7VxiSvcQPeqjOfK0yJ9OPUuctY4Q1myl2yTE Y0MDCaehK1CrlA76ZqxN/walUOLUbwazXUKsB5WlYOvv8Kqvujl06+9IKbZuLLhceHBU uaVQ3ZcO54VO4NQUbYvmNv4hLBEJuMLf9nYwvJw7O+AXJogYPdjSuEJCDkb0HczhKQyO CNeQ== MIME-Version: 1.0 Received: by 2002:ab3:5609:0:0:0:0:0 with HTTP; Mon, 1 Oct 2018 17:06:10 -0700 (PDT) In-Reply-To: References: From: Ian Lance Taylor Date: Tue, 02 Oct 2018 00:59:00 -0000 Message-ID: Subject: Re: libgo patch committed: Update to 1.11 release To: "H.J. Lu" Cc: gcc-patches , gofrontend-dev@googlegroups.com Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2018-10/txt/msg00060.txt.bz2 On Mon, Oct 1, 2018 at 4:56 PM, H.J. Lu wrote: > > Compared with my patch, there are some new failures: Thanks. We probably need a patch in gcc/testsuite/go.test/go-test.exp to set goarch to amd64p32 when appropriate. Other than that there seems to be some sort of signal handling problem. Hard to say what that might be. Ian > --- FAIL: TestAtomicStop (1.82s) > signal_test.go:384: iteration 5: output lost signal on tries: 2 > signal_test.go:392: iteration 5: lost signal > FAIL > FAIL: os/signal > > FAIL: go.test/test/env.go execution, -O2 -g > FAIL: go.test/test/nilptr2.go execution, -O2 -g > FAIL: go.test/test/nilptr2.go execution, -O2 -g > > FAIL: net/http > > --- FAIL: TestExtraFiles (0.21s) > exec_test.go:611: Run: exit status 1; stdout "leaked parent file. > fd = 6; want 4\n", stderr "" > FAIL > FAIL: os/exec > > goroutine 4538 [runnable]: > created by net_http_test.TestConcurrentServerServe > /export/build/gnu/tools-build/gcc-x32/build-x86_64-linux/x86_64-pc-linux-gnu/32/libgo/gotest51963/test/serve_test.go:5394 > +310 > > goroutine 4539 [runnable]: > created by net_http_test.TestConcurrentServerServe > /export/build/gnu/tools-build/gcc-x32/build-x86_64-linux/x86_64-pc-linux-gnu/32/libgo/gotest51963/test/serve_test.go:5395 > +421 > > eax 0x0 > ebx 0x2 > ecx 0xa6cf6a5c > edx 0x0 > edi 0x0 > esi 0x8 > ebp 0xa6cf6a5c > esp 0xa6cf6a40 > eip 0xf7ed4069 > eflags 0x282 > cs 0x23 > fs 0x0 > gs 0x63 > FAIL: net/http > > goroutine 23819 [GC worker (idle)]: > runtime.mcall > /export/gnu/import/git/sources/gcc/libgo/runtime/proc.c:342 > runtime.gopark > /export/build/gnu/tools-build/gcc-x32/build-x86_64-linux/x86_64-pc-linux-gnu/32/libgo/gotest93522/test/proc.go:333 > runtime.gcBgMarkWorker > /export/build/gnu/tools-build/gcc-x32/build-x86_64-linux/x86_64-pc-linux-gnu/32/libgo/gotest93522/test/mgc.go:1773 > runtime.kickoff > /export/build/gnu/tools-build/gcc-x32/build-x86_64-linux/x86_64-pc-linux-gnu/32/libgo/gotest93522/test/proc.go:1214 > created by runtime.gcBgMarkStartWorkers > /export/build/gnu/tools-build/gcc-x32/build-x86_64-linux/x86_64-pc-linux-gnu/32/libgo/gotest93522/test/mgc.go:1719 > +92 > > eax 0x0 > ebx 0x2 > ecx 0xaa4ecaec > edx 0x0 > edi 0x0 > esi 0x8 > ebp 0xaa4ecaec > esp 0xaa4ecad0 > eip 0xf7f81069 > eflags 0x286 > cs 0x23 > fs 0x0 > gs 0x63 > FAIL: runtime > > FAIL: go.test/test/env.go execution, -O2 -g > FAIL: go.test/test/nilptr2.go execution, -O2 -g > FAIL: go.test/test/nilptr2.go execution, -O2 -g > > -- > H.J.