]> Cypherpunks repositories - gostls13.git/commitdiff
misc/cgo/testcarchive: skip flaky SIGPROF test on darwin
authorElias Naur <elias.naur@gmail.com>
Sun, 8 Oct 2017 14:53:18 +0000 (16:53 +0200)
committerElias Naur <elias.naur@gmail.com>
Mon, 9 Oct 2017 06:02:50 +0000 (06:02 +0000)
Updates #19320.

Change-Id: Id38df033e3f0873986e668c8ff3855b6e08407a9
Reviewed-on: https://go-review.googlesource.com/69114
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testcarchive/carchive_test.go

index 74897c7f6f1fb719c1642c657b88a1d1e4023c16..6cc7f49802f9efb73dccb3087262c9dfab5aab61 100644 (file)
@@ -549,6 +549,8 @@ func TestSIGPROF(t *testing.T) {
        switch GOOS {
        case "windows", "plan9":
                t.Skipf("skipping SIGPROF test on %s", GOOS)
+       case "darwin":
+               t.Skipf("skipping SIGPROF test on %s; see https://golang.org/issue/19320", GOOS)
        }
 
        t.Parallel()