]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: skip TestTimePprof on illumos
authorTobias Klauser <tklauser@distanz.ch>
Wed, 24 Nov 2021 14:37:21 +0000 (15:37 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 24 Nov 2021 21:09:36 +0000 (21:09 +0000)
commit7e5331ac445045a70256eeeef5b7aad43886c9ec
tree1d821375b672452a59cfb077d571ca04553ac47d
parent5527d7ff7935d8a58a693be5d1ec4a5312f0f07d
runtime: skip TestTimePprof on illumos

On illumos nanotime calls libc, like on the other systems for which
TestTimePprof is skipped.

For #43118

Change-Id: I370d3f098a261185920cb1e3e3402d16200e301a
Reviewed-on: https://go-review.googlesource.com/c/go/+/366737
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/crash_test.go