]> Cypherpunks repositories - gostls13.git/commit
cmd/link: make inlining+locationlist test depend on GOARCH
authorDavid Chase <drchase@google.com>
Fri, 15 Dec 2017 20:56:51 +0000 (15:56 -0500)
committerDavid Chase <drchase@google.com>
Fri, 15 Dec 2017 21:13:30 +0000 (21:13 +0000)
commita4dfb2e55525d56e5e185dc0082ee70d9bf1c00a
treeec4bd19ab0b7ae1a67b299d8efa42d6fe70be282
parenteda703ac799906135869e9890f325c5ffdf49502
cmd/link: make inlining+locationlist test depend on GOARCH

Location lists are only supported on x86 and amd64, so the
test expecting them failed everywhere else. Make that test
skip unless GOARCH is x86 or amd64.

Change-Id: Id86b34d30c6a0b97e6fa0cd5aca31f51ed84f556
Reviewed-on: https://go-review.googlesource.com/84395
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/link/internal/ld/dwarf_test.go