]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/maps: re-enable some tests
authorKeith Randall <khr@golang.org>
Tue, 14 Jan 2025 00:21:29 +0000 (16:21 -0800)
committerGopher Robot <gobot@golang.org>
Tue, 14 Jan 2025 17:55:06 +0000 (09:55 -0800)
commitc5e205e928bd4b70c90698b5ca1dd583a8036864
tree508a6e01600f4d6469af605aba4b1bc976c94d10
parentbefc43655b6d93f0be883222fbb3fde5768892c1
internal/runtime/maps: re-enable some tests

Re-enable tests for stack-allocated maps and fast map accessors.
Those are implemented now.

Update #54766

Change-Id: I8c019702bd9fb077b2fe3f7c78e8e9e10d2263a6
Reviewed-on: https://go-review.googlesource.com/c/go/+/642376
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
src/internal/runtime/maps/map_swiss_test.go
src/runtime/map_test.go
test/codegen/maps.go