]> Cypherpunks.ru repositories - gostls13.git/commit
runtime/pprof: disable TestMorestack on macOS under race detector
authorRuss Cox <rsc@golang.org>
Fri, 19 Feb 2021 10:42:20 +0000 (05:42 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2021 15:31:06 +0000 (15:31 +0000)
commitfa18f224c378f5831210077944e5df718efb8df5
tree5bb094fc2bec5d7d8f8f4e5693f3e3916feb5c49
parent01eb70e3dd4d7bf00ee915841e6b3c56fc94fe44
runtime/pprof: disable TestMorestack on macOS under race detector

This is failing but only under the race detector.
It doesn't really seem fair to expect pprof to find
specific profile events with the race detector slowing
everything down anyway.

Change-Id: I4b353d3d63944c87884d117e07d119b2c7bf4684
Reviewed-on: https://go-review.googlesource.com/c/go/+/294071
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/runtime/pprof/pprof_test.go