]> Cypherpunks repositories - gostls13.git/commit
cmd/compile,cmd/link: skip tests that require DWARF symbols on ios
authorBryan C. Mills <bcmills@google.com>
Wed, 3 May 2023 02:06:11 +0000 (22:06 -0400)
committerBryan Mills <bcmills@google.com>
Wed, 3 May 2023 17:05:14 +0000 (17:05 +0000)
commit57cb47209c655bdd7fb6d7effd5375e9b0fe90cf
tree9cd2a2f3739f4c36d1d7be7068d7116e13fae90e
parent27aa60f54018150d607287f1ad25a73079656d72
cmd/compile,cmd/link: skip tests that require DWARF symbols on ios

The linker does not combine DWARF information into the binary on ios.
This generalizes test skips that were already present for a similar
reason on plan9.

Fixes #59939.

Change-Id: Ideda07c9f9a69fd102a7d9a83ea8e7b7c29d0da2
Reviewed-on: https://go-review.googlesource.com/c/go/+/491835
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Bypass: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Bryan Mills <bcmills@google.com>
src/cmd/compile/internal/dwarfgen/scope_test.go
src/cmd/compile/internal/ssa/stmtlines_test.go
src/cmd/link/dwarf_test.go
src/cmd/link/internal/ld/dwarf_test.go
src/internal/platform/supported.go