]> Cypherpunks repositories - gostls13.git/commit
all: skip tests that fail on android/arm64
authorBryan C. Mills <bcmills@google.com>
Wed, 1 Mar 2023 13:45:18 +0000 (13:45 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 10 Mar 2023 20:38:29 +0000 (20:38 +0000)
commitd12fe60004ae5e4024c8a93f4f7de7183bb61576
tree1f3e0ac455b4f30cb9699dcec94f939b2708f6c0
parent2cbab4e98c6091f5fb6cb73bdebfe328793da388
all: skip tests that fail on android/arm64

Many of the tests skipped platforms that build PIE binaries by
default, but (still) lack a central function to report which platforms
those are.

Some of the tests assumed (but did not check for) internal linking
support, or invoked `go tool link` directly without properly
configuring the external linker.

A few of the tests seem to be triggering latent bugs in the linker.

For #58806.
For #58807.
For #58794.

Change-Id: Ie4d06b1597f404590ad2abf978d4c363647407ac
Reviewed-on: https://go-review.googlesource.com/c/go/+/472455
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/cmd/link/elf_test.go
src/cmd/link/internal/ld/dwarf_test.go
src/cmd/link/internal/ld/ld_test.go
src/cmd/link/link_test.go
src/cmd/nm/nm_test.go
src/cmd/pack/pack_test.go
src/cmd/pprof/pprof_test.go
src/runtime/crash_cgo_test.go