From: Ian Lance Taylor Date: Mon, 5 Dec 2016 18:00:38 +0000 (-0800) Subject: runtime: don't skip TestCgoCallbackGC on FreeBSD X-Git-Tag: go1.8beta2~93 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8c31f40a4c1c3474a7c24684cc47845b0ec06974;p=gostls13.git runtime: don't skip TestCgoCallbackGC on FreeBSD 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 TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- diff --git a/src/runtime/crash_cgo_test.go b/src/runtime/crash_cgo_test.go index 7014f119ad..347b820eb5 100644 --- a/src/runtime/crash_cgo_test.go +++ b/src/runtime/crash_cgo_test.go @@ -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 {