]> Cypherpunks repositories - gostls13.git/commit
go/types, types2: consolidate testdata/fixedbugs/issue46404.go
authorRobert Griesemer <gri@golang.org>
Wed, 31 Aug 2022 22:05:23 +0000 (15:05 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 2 Sep 2022 02:14:56 +0000 (02:14 +0000)
commitd98bf7d0151c3feeceba6348519bb5c16e8ddc3f
treed21f6b74ad936e8b6a630f4228e1ffa4bebf03e6
parent4e32472e79e393675ba8489968539db5dc0ab650
go/types, types2: consolidate testdata/fixedbugs/issue46404.go

Rename .../issue46404.go1 to .../issue46404.go so that it is
not skipped anymore when running tests, and copy for types2.

Disable the code for now due to a difference in error
reporting due to the slightly different handling of index
expressions. This allows us to make progress with test
consolidation.

For #54511.

Change-Id: Ib5c9ffa49b1b24ec680ddb5001bc3dcb1df7eb1f
Reviewed-on: https://go-review.googlesource.com/c/go/+/426656
Run-TryBot: Robert Griesemer <gri@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Robert Griesemer <gri@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Robert Griesemer <gri@google.com>
src/cmd/compile/internal/types2/testdata/fixedbugs/issue46404.go [moved from src/go/types/testdata/fixedbugs/issue46404.go1 with 55% similarity]
src/go/types/testdata/fixedbugs/issue46404.go [new file with mode: 0644]