libgo patch committed: Update to 1.11 release

Uros Bizjak ubizjak@gmail.com
Fri Sep 28 07:13:00 GMT 2018


On Wed, Sep 26, 2018 at 9:57 AM, Uros Bizjak <ubizjak@gmail.com> wrote:
> I've committed a patch to update libgo to the 1.11 release.  As usual
> for these updates, the patch is too large to attach to this e-mail
> message.  I've attached some of the more relevant directories.  This
> update required some minor patches to the gotools directory and the Go
> testsuite, also included here.  Bootstrapped and ran Go testsuite on
> x86_64-pc-linux-gnu.  Committed to mainline.

There is one new libgo failure on CentOS 5.11:

--- FAIL: TestSplice (0.18s)
    --- FAIL: TestSplice/readerAtEOF (0.01s)
        splice_test.go:228: closed connection: got err = pipe2:
function not implemented, handled = false, want handled = true
FAIL
FAIL: net

as there is no pipe2 on old systems.

Uros.



More information about the Gcc-patches mailing list