]> Cypherpunks repositories - gostls13.git/commit
go/types,types2: move notinheap tests to fixedbugs directory
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 2 Sep 2022 06:32:40 +0000 (13:32 +0700)
committerGopher Robot <gobot@golang.org>
Fri, 2 Sep 2022 17:46:15 +0000 (17:46 +0000)
commitf45c2d7e47e6dcfb69876092037257562813cc37
treeb582a8ac7dc687e0e1cb0945e2fe1fda676a9a53
parent274528eca1ebbb3aa5203e77152925ca1de98601
go/types,types2: move notinheap tests to fixedbugs directory

So they can be added to ignored list, since the tests now require
cgo.Incomplete, which is not recognized by go/types and types2.

Updates #46731

Change-Id: I9f24e3c8605424d1f5f42ae4409437198f4c1326
Reviewed-on: https://go-review.googlesource.com/c/go/+/427142
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.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>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/cmd/compile/internal/types2/stdlib_test.go
src/go/types/stdlib_test.go
test/fixedbugs/notinheap.go [moved from test/notinheap.go with 100% similarity]
test/fixedbugs/notinheap2.go [moved from test/notinheap2.go with 100% similarity]
test/fixedbugs/notinheap3.go [moved from test/notinheap3.go with 100% similarity]
test/run.go