]> Cypherpunks.ru repositories - gostls13.git/commit
test,misc: fix builders that do not support plugin
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 17 May 2022 08:38:35 +0000 (15:38 +0700)
committerGopher Robot <gobot@golang.org>
Tue, 17 May 2022 18:13:13 +0000 (18:13 +0000)
commitafd181cf0b69c3591d7e47ceca4fabf14434d77e
tree97a99487ec3d682f9ecf7d20bb9d643d929135d0
parentcc4957a5f6eba946f359ed9646ec3e5083a259a9
test,misc: fix builders that do not support plugin

CL 406358 added test that use -buildmode=plugin. But plugin mode only
supports on some os/arch pairs, so this CL moving the test to
misc/cgo/testplugin directory instead.

Updates #52937

Change-Id: Iad049443c1f6539f6af1988bebd4dff56c6e1bf9
Reviewed-on: https://go-review.googlesource.com/c/go/+/406774
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
misc/cgo/testplugin/plugin_test.go
misc/cgo/testplugin/testdata/issue52937/main.go [moved from test/typeparam/issue52937.go with 80% similarity]