]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestTimePprof on sanitizers
authorMichael Pratt <mpratt@google.com>
Wed, 21 May 2025 20:14:19 +0000 (16:14 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 21 May 2025 20:46:23 +0000 (13:46 -0700)
commitc06eef27d754b0c4e112dbff1233e393a8362844
treedfd740be935484f1ff637056002d6497f5b1027c
parent988eb0d11e8d96e8ca150f401ed82326b276f653
runtime: skip TestTimePprof on sanitizers

This test asserts there is no external code, but the sanitizer runtimes
are external code.

Fixes #73783.

Cq-Include-Trybots: luci.golang.try:gotip-windows-amd64-race
Change-Id: I6a6a636cf93b7950e3ea35e00ec2eaf89911d712
Reviewed-on: https://go-review.googlesource.com/c/go/+/675296
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/crash_test.go