From 3b1d6920935a5db8bd0669c44838baf3e22343ed Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Sun, 18 Jan 2015 21:02:58 +1100 Subject: all: remove dragonfly/386 port DragonFlyBSD dropped support for i386 in 4.0 and there is no longer a dragonfly/386 - as such, remove the Go port. Fixes #8951 Fixes #7580 Fixes #7421 Change-Id: I69022ab2262132e8f97153f14dc8c37c98527008 Reviewed-on: https://go-review.googlesource.com/7543 Reviewed-by: Ian Lance Taylor Reviewed-by: Dave Cheney Reviewed-by: Minux Ma Run-TryBot: Joel Sing TryBot-Result: Gobot Gobot --- src/runtime/runtime_test.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/runtime/runtime_test.go') diff --git a/src/runtime/runtime_test.go b/src/runtime/runtime_test.go index 983442f1db..782b936548 100644 --- a/src/runtime/runtime_test.go +++ b/src/runtime/runtime_test.go @@ -177,12 +177,6 @@ var faultAddrs = []uint64{ } func TestSetPanicOnFault(t *testing.T) { - // This currently results in a fault in the signal trampoline on - // dragonfly/386 - see issue 7421. - if GOOS == "dragonfly" && GOARCH == "386" { - t.Skip("skipping test on dragonfly/386") - } - old := debug.SetPanicOnFault(true) defer debug.SetPanicOnFault(old) -- cgit v1.3-5-g45d5