diff options
| author | Cuong Manh Le <cuong.manhle.vn@gmail.com> | 2025-06-04 00:04:26 +0700 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-06-04 07:40:51 -0700 |
| commit | 1f2a4d192d71ae5eeaacaa72a8bb2df4e6c08edd (patch) | |
| tree | 29a510ad3340b6319603c9592ef233f5ff039d68 /src/cmd/compile | |
| parent | 5b748eed9c479383fc3ea3d018bbd03de1baa6e6 (diff) | |
| download | go-1f2a4d192d71ae5eeaacaa72a8bb2df4e6c08edd.tar.xz | |
test: add another regression test for issue 73309
Fixed #73309
Change-Id: Id715b9c71c95c92143a7fdb5a66b24305346dd3b
Reviewed-on: https://go-review.googlesource.com/c/go/+/678415
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Diffstat (limited to 'src/cmd/compile')
| -rw-r--r-- | src/cmd/compile/internal/types2/stdlib_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/compile/internal/types2/stdlib_test.go b/src/cmd/compile/internal/types2/stdlib_test.go index 4de698baaf..35e15d814d 100644 --- a/src/cmd/compile/internal/types2/stdlib_test.go +++ b/src/cmd/compile/internal/types2/stdlib_test.go @@ -333,6 +333,7 @@ func TestStdFixed(t *testing.T) { "issue56103.go", // anonymous interface cycles; will be a type checker error in 1.22 "issue52697.go", // types2 does not have constraints on stack size "issue73309.go", // this test requires GODEBUG=gotypesalias=1 + "issue73309b.go", // this test requires GODEBUG=gotypesalias=1 // These tests requires runtime/cgo.Incomplete, which is only available on some platforms. // However, types2 does not know about build constraints. |
