]> Cypherpunks repositories - gostls13.git/commit
test: split non-regabi stack map test
authorMichael Pratt <mpratt@google.com>
Mon, 21 Oct 2024 16:58:22 +0000 (12:58 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 21 Oct 2024 20:54:57 +0000 (20:54 +0000)
commit8668d7bbb93285e3f8456fe6e4f666db51bdcadd
treec3f2e6b2d0bac93ed60b45a309cc77ad17fa2385
parent205ab8a3fe8d7feaedea67d44f09d8ac6af59fd8
test: split non-regabi stack map test

CL 594596 already did this for regabi, but missed non-regabi.

Stack allocated swiss maps don't call rand32.

For #54766.

Change-Id: I312ea77532ecc6fa860adfea58ea00b01683ca69
Reviewed-on: https://go-review.googlesource.com/c/go/+/621615
Reviewed-by: Keith Randall <khr@golang.org>
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
test/live.go
test/live_noswiss.go
test/live_swiss.go