From: Jeff Sickel Date: Sat, 25 Jan 2014 18:09:08 +0000 (-0800) Subject: runtime/pprof: plan9 fails the TestGoroutineSwitch, skip for now. X-Git-Tag: go1.3beta1~872 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=03e4f25849b9a532bf15d56395203d84f92630de;p=gostls13.git runtime/pprof: plan9 fails the TestGoroutineSwitch, skip for now. LGTM=r R=golang-codereviews, 0intro, r CC=golang-codereviews https://golang.org/cl/55430043 --- 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) {