]> Cypherpunks repositories - gostls13.git/commitdiff
runtime/pprof: plan9 fails the TestGoroutineSwitch, skip for now.
authorJeff Sickel <jas@corpus-callosum.com>
Sat, 25 Jan 2014 18:09:08 +0000 (10:09 -0800)
committerRob Pike <r@golang.org>
Sat, 25 Jan 2014 18:09:08 +0000 (10:09 -0800)
LGTM=r
R=golang-codereviews, 0intro, r
CC=golang-codereviews
https://golang.org/cl/55430043

src/pkg/runtime/pprof/pprof_test.go

index 4d911b1e992c6d2a543d3cef684f1dc8ba5ffdc9..ce4eaf55182c0f3dd92d69f4f89512a3dc7d9d80 100644 (file)
@@ -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) {