From 1985c0ccf9ef0736aeb79ef548689aa935fa5c4c Mon Sep 17 00:00:00 2001 From: Michael Pratt Date: Mon, 22 Apr 2024 14:17:35 -0400 Subject: 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 LUCI-TryBot-Result: Go LUCI Reviewed-by: Keith Randall --- test/codegen/maps.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/codegen') 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 -- cgit v1.3