mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
undo CL 12787044 / ed695cdf962b
The NetBSD and OpenBSD failures are apparently real, not due to the test bug fixed in 100b9fc0c46f. ««« original CL description runtime/pprof: test netbsd and openbsd again Maybe these will work now. R=golang-dev, dvyukov, bradfitz CC=golang-dev https://golang.org/cl/12787044 »»» R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/12873043
This commit is contained in:
parent
4961483e7d
commit
ba14974e07
2 changed files with 4 additions and 4 deletions
|
|
@ -175,9 +175,9 @@ func TestCPUProfileWithFork(t *testing.T) {
|
|||
|
||||
// Operating systems that are expected to fail the tests. See issue 6047.
|
||||
var badOS = map[string]bool{
|
||||
"darwin": true,
|
||||
//"netbsd": true,
|
||||
//"openbsd": true,
|
||||
"darwin": true,
|
||||
"netbsd": true,
|
||||
"openbsd": true,
|
||||
}
|
||||
|
||||
func TestBlockProfile(t *testing.T) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue