]> Cypherpunks.ru repositories - gostls13.git/commit
runtime/pprof: ignore test failures on windows/arm
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 28 Nov 2020 13:38:29 +0000 (14:38 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 28 Nov 2020 18:42:44 +0000 (18:42 +0000)
commit4ce0a7cea6805277c3bfecbaab2170e5c2543cba
tree0db64df9a3fae8128f86b0f1e2824823f98c6e3c
parent358d35455d06b1ebee948efff123842490dcb797
runtime/pprof: ignore test failures on windows/arm

This is blocking forward progress of the de-bitrotting work, and I don't
know off hand how to fix this. Seeing as its disabled on other
platforms, I suspect pprof might not be a very reliable feature, so just
allow for the tests to fail for now, until somebody more motivated comes
along to fix it.

Updates #42862.

Change-Id: Ibc5cd1d82d97b9c2f887d7f3565f2fa70207c8b0
Reviewed-on: https://go-review.googlesource.com/c/go/+/273826
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
src/runtime/pprof/pprof_test.go