aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/crash_cgo_test.go
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2016-12-05 10:00:38 -0800
committerIan Lance Taylor <iant@golang.org>2016-12-05 18:10:50 +0000
commit8c31f40a4c1c3474a7c24684cc47845b0ec06974 (patch)
tree114175b29ccf26f2e3a6e477d4162446a96a1733 /src/runtime/crash_cgo_test.go
parent7e9fa3c3213fc1a4174fe5d6692c83f5610dff42 (diff)
downloadgo-8c31f40a4c1c3474a7c24684cc47845b0ec06974.tar.gz
go-8c31f40a4c1c3474a7c24684cc47845b0ec06974.zip
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 <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/crash_cgo_test.go')
-rw-r--r--src/runtime/crash_cgo_test.go2
1 files changed, 0 insertions, 2 deletions
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 {