File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import (
20
20
"text/tabwriter"
21
21
)
22
22
23
- // BUG(rsc): Profiles are incomplete and inaccuate on NetBSD, OpenBSD, and OS X.
23
+ // BUG(rsc): Profiles are incomplete and inaccuate on OS X.
24
24
// See http://golang.org/issue/6047 for details.
25
25
26
26
// A Profile is a collection of stack traces showing the call sequences
Original file line number Diff line number Diff line change @@ -175,9 +175,9 @@ func TestCPUProfileWithFork(t *testing.T) {
175
175
176
176
// Operating systems that are expected to fail the tests. See issue 6047.
177
177
var badOS = map [string ]bool {
178
- "darwin" : true ,
179
- "netbsd" : true ,
180
- "openbsd" : true ,
178
+ "darwin" : true ,
179
+ // "netbsd": true,
180
+ // "openbsd": true,
181
181
}
182
182
183
183
func TestBlockProfile (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments