]> Cypherpunks repositories - gostls13.git/commit
go/types,types2: exclude tests that need cgo.Incomplete
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 1 Sep 2022 03:32:20 +0000 (10:32 +0700)
committerKeith Randall <khr@google.com>
Thu, 1 Sep 2022 15:27:07 +0000 (15:27 +0000)
commitb5b2cf519fe332891c165077f3723ee74932a647
treee7c39315b0f026f570eebc946c35791d60cf11ec
parent91ef076562dfcf783074dbd84ad7c6db60fdd481
go/types,types2: exclude tests that need cgo.Incomplete

Since when go/types,types2 do not know about build constraints, and
runtime/cgo.Incomplete is only available on platforms that support cgo.

These tests are also failing on aix with failure from linker, so disable
them on aix to make builder green. The fix for aix is tracked in #54814

Updates #46731
Updates #54814

Change-Id: I5d6f6e29a8196efc6c457ea64525350fc6b20309
Reviewed-on: https://go-review.googlesource.com/c/go/+/427394
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
src/cmd/compile/internal/types2/stdlib_test.go
src/go/types/stdlib_test.go
test/fixedbugs/bug514.go
test/fixedbugs/issue40954.go
test/fixedbugs/issue42032.go
test/fixedbugs/issue42076.go
test/fixedbugs/issue46903.go
test/fixedbugs/issue51733.go