]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: don't skip TestCgoCallbackGC on FreeBSD
authorIan Lance Taylor <iant@golang.org>
Mon, 5 Dec 2016 18:00:38 +0000 (10:00 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 5 Dec 2016 18:10:50 +0000 (18:10 +0000)
Seems to be fixed according to discussion on issue 16396.

Fixes #16396.

Change-Id: Ibac7037a24280204e48cb4d3000af524f65afd36
Reviewed-on: https://go-review.googlesource.com/33903
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/crash_cgo_test.go

index 7014f119add8a82501b7e4797506c00e686ca6b0..347b820eb5ac0a68792ab2a0041173e398ad1292 100644 (file)
@@ -49,8 +49,6 @@ func TestCgoCallbackGC(t *testing.T) {
        switch runtime.GOOS {
        case "plan9", "windows":
                t.Skipf("no pthreads on %s", runtime.GOOS)
-       case "freebsd":
-               testenv.SkipFlaky(t, 16396)
        }
        if testing.Short() {
                switch {