]> Cypherpunks repositories - gostls13.git/commit
test: skip a test on failing test on nacl/386
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 23 May 2019 19:06:16 +0000 (19:06 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 23 May 2019 20:48:20 +0000 (20:48 +0000)
commitef2f41785ba21f0e37aa8a57cb520e9d83069637
treee1ce423c1cb16669c50f30c9f906a25a8694ce02
parent3ce865d7a0b88714cc433454ae2370a105210c01
test: skip a test on failing test on nacl/386

This test was designed for #15609 and didn't consider nacl. It's not
worth adding new +build-guarded assembly files in issue15609.dir for
nacl, especially as nacl is going away.

Fixes #32206

Change-Id: Ic5bd48b4f790a1f7019100b8a72d4688df75512f
Reviewed-on: https://go-review.googlesource.com/c/go/+/178698
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
test/fixedbugs/issue15609.go