]> Cypherpunks.ru repositories - gostls13.git/commit
test: skip -buildmode=pie tests on alpine
authorThan McIntosh <thanm@google.com>
Tue, 9 Aug 2022 14:32:59 +0000 (10:32 -0400)
committerThan McIntosh <thanm@google.com>
Tue, 9 Aug 2022 15:13:01 +0000 (15:13 +0000)
commit0d9ed0638be1aa5c68c1bef0713c338e206a6656
tree2f3c169776c3c1a080411d4c54019e8996a492b7
parentc7942f87a2587ee989f6e282d887b4652119133a
test: skip -buildmode=pie tests on alpine

Skip a collection of -buildmode=pie tests on alpine, which are
currently failing on the linux-amd64-alpine builder. Once #54354 has
been investigated and resolved we can turn these tests back on.

Updates #54354.

Change-Id: I99d4016a40873ee6bb4eda571a64eddbe719c76a
Reviewed-on: https://go-review.googlesource.com/c/go/+/422295
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
misc/cgo/testshared/shared_test.go
src/cmd/dist/test.go
src/cmd/go/go_test.go