From a303f05f863af89641cf9ba815f418e5bc3ec9dd Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 5 Dec 2016 11:23:38 -0800 Subject: [PATCH] misc/cgo/test: skip Test18146 on DragonFly Fails on builder for unknown reasons. Fixes #18198. Update #18146. Change-Id: Iaa85826655eee57d86e0c73d06c930ef3f4647ec Reviewed-on: https://go-review.googlesource.com/33906 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- misc/cgo/test/issue18146.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cgo/test/issue18146.go b/misc/cgo/test/issue18146.go index 6e551c981e..ee62fc6aff 100644 --- a/misc/cgo/test/issue18146.go +++ b/misc/cgo/test/issue18146.go @@ -22,7 +22,7 @@ import ( func test18146(t *testing.T) { switch runtime.GOOS { - case "darwin", "openbsd": + case "darwin", "openbsd", "dragonfly": t.Skip("skipping on %s; issue 18146", runtime.GOOS) } -- 2.50.0