From 03e4f25849b9a532bf15d56395203d84f92630de Mon Sep 17 00:00:00 2001 From: Jeff Sickel Date: Sat, 25 Jan 2014 10:09:08 -0800 Subject: [PATCH] runtime/pprof: plan9 fails the TestGoroutineSwitch, skip for now. LGTM=r R=golang-codereviews, 0intro, r CC=golang-codereviews https://golang.org/cl/55430043 --- src/pkg/runtime/pprof/pprof_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pkg/runtime/pprof/pprof_test.go b/src/pkg/runtime/pprof/pprof_test.go index 4d911b1e99..ce4eaf5518 100644 --- a/src/pkg/runtime/pprof/pprof_test.go +++ b/src/pkg/runtime/pprof/pprof_test.go @@ -267,6 +267,7 @@ func TestMathBigDivide(t *testing.T) { var badOS = map[string]bool{ "darwin": true, "netbsd": true, + "plan9": true, } func TestBlockProfile(t *testing.T) { -- 2.48.1