]> Cypherpunks.ru repositories - gostls13.git/commitdiff
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)
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

index 87c96b480fb7a9a4fe21effca7454f3cec30b715..e0bf8a42d8c8c5ba09cd3aedecc9aef43af2f801 100644 (file)
@@ -1,5 +1,7 @@
 // runindir
 
+// +build !nacl
+
 // Copyright 2019 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.