]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/test: skip Test18146 on DragonFly
authorIan Lance Taylor <iant@golang.org>
Mon, 5 Dec 2016 19:23:38 +0000 (11:23 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 5 Dec 2016 20:06:38 +0000 (20:06 +0000)
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 <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/test/issue18146.go

index 6e551c981efa682cf84088b79d0fa5223533435c..ee62fc6aff449bdef8bc93085636e216bdbc6a0e 100644 (file)
@@ -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)
        }