]> Cypherpunks repositories - gostls13.git/commit
time: skip TestLongAdjustTimers in short mode on single CPU systems
authorJoel Sing <joel@sing.id.au>
Sat, 23 Aug 2025 05:05:51 +0000 (15:05 +1000)
committerGopher Robot <gobot@golang.org>
Thu, 28 Aug 2025 17:52:45 +0000 (10:52 -0700)
commita9689d2e0b8eda51da84732e963cbad35f797552
tree75235108c521e769e190652e1beddd3932097896
parentebc763f76d1151d8aa3ac1b894b08527999a4938
time: skip TestLongAdjustTimers in short mode on single CPU systems

The OpenBSD armv7 port does not support SMP - on this platform the
TestLongAdjustTimers test passes in ~46 seconds on the openbsd/arm
builder when there is no other CPU contention, however it will almost
always fail when there is any other load.

Change-Id: Idf1c47b40376c749886843cdae11289c0984f714
Reviewed-on: https://go-review.googlesource.com/c/go/+/698556
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Commit-Queue: Cherry Mui <cherryyz@google.com>
Run-TryBot: Joel Sing <joel@sing.id.au>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/time/tick_test.go