]> Cypherpunks repositories - gostls13.git/commit
internal/trace: skip async preempt off tests on low end systems
authorJoel Sing <joel@sing.id.au>
Fri, 22 Aug 2025 17:02:57 +0000 (03:02 +1000)
committerGopher Robot <gobot@golang.org>
Mon, 25 Aug 2025 17:50:12 +0000 (10:50 -0700)
commit9ae2f1fb574e879402bc5bbac1d2b5d84acce6cb
tree54c7d526166c92595788969058b963bfb0f13c31
parentbbd5342a62baa2fa6b42d444b05717c2563d0764
internal/trace: skip async preempt off tests on low end systems

The OpenBSD armv7 port does not support SMP - on this platform the
trace tests take ~300 seconds to run when async preempt is disabled,
which then times out on the builder. Skip these tests when run in
short mode on a single CPU system.

Change-Id: I9a697d5ba2b20652f76dcc97bd178a4ee8f1a2a0
Reviewed-on: https://go-review.googlesource.com/c/go/+/698555
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Auto-Submit: Joel Sing <joel@sing.id.au>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/internal/trace/trace_test.go