From ef2f41785ba21f0e37aa8a57cb520e9d83069637 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 23 May 2019 19:06:16 +0000 Subject: [PATCH] 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 TryBot-Result: Gobot Gobot Reviewed-by: Ian Lance Taylor --- test/fixedbugs/issue15609.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/fixedbugs/issue15609.go b/test/fixedbugs/issue15609.go index 87c96b480f..e0bf8a42d8 100644 --- a/test/fixedbugs/issue15609.go +++ b/test/fixedbugs/issue15609.go @@ -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. -- 2.48.1