diff options
| author | Michael Pratt <mpratt@google.com> | 2024-04-22 14:17:35 -0400 |
|---|---|---|
| committer | Michael Pratt <mpratt@google.com> | 2024-08-02 16:47:38 +0000 |
| commit | 1985c0ccf9ef0736aeb79ef548689aa935fa5c4c (patch) | |
| tree | 9ac59b7b7c1ebb5a95b6d147d2542e7831e08efd /test/codegen | |
| parent | 4f7dc282c4bdfba4e63b39bbe9846c1469dc7ee5 (diff) | |
| download | go-1985c0ccf9ef0736aeb79ef548689aa935fa5c4c.tar.xz | |
cmd/compile,runtime: disable swissmap fast variants
Temporary measure to reduce the required MVP code.
For #54766.
Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest-swissmap
Change-Id: I44dc8acd0dc8280c6beb40451998e84bc85c238a
Reviewed-on: https://go-review.googlesource.com/c/go/+/580915
Reviewed-by: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Diffstat (limited to 'test/codegen')
| -rw-r--r-- | test/codegen/maps.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/codegen/maps.go b/test/codegen/maps.go index 25505799e9..d7cf6534ad 100644 --- a/test/codegen/maps.go +++ b/test/codegen/maps.go @@ -4,6 +4,11 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// TODO(#54766): Temporarily disable for swissmap, which have fast variants +// disabled. This test expects fast variants. +// +//go:build !goexperiment.swissmap + package codegen // This file contains code generation tests related to the handling of |
