]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2 is set
authorAustin Clements <austin@google.com>
Wed, 31 May 2023 16:32:29 +0000 (12:32 -0400)
committerAustin Clements <austin@google.com>
Thu, 1 Jun 2023 18:30:44 +0000 (18:30 +0000)
commitc2e0bf0abf8d0b22803521dfc2194dc56741e0dd
tree5dc4c25bb73a35c899eff55b7c54615e71ec3d10
parent563556ccc7c4099ac896c87178043b60365d33b5
cmd/internal/testdir: pass if GOEXPERIMENT=cgocheck2 is set

Some testdir tests fail if GOEXPERIMENT=cgocheck2 is set. Fix this by
skipping these tests.

Change-Id: I58d4ef0cceb86bcf93220b4a44de9b9dc4879b16
Reviewed-on: https://go-review.googlesource.com/c/go/+/499675
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
test/codegen/structs.go
test/fixedbugs/issue15747.go
test/fixedbugs/issue20250.go