]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.8] cmd/link: skip TestDWARF when cgo is disabled
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 30 Mar 2017 22:07:05 +0000 (15:07 -0700)
committerAustin Clements <austin@google.com>
Wed, 5 Apr 2017 18:11:34 +0000 (18:11 +0000)
commitd7989b784e685eb51af1601af0f8a91d3bd53e5d
tree28a7bb3034d6b611cad60830bc12d64dd963ff80
parent056be9f79c37076e1a75639163016182b8b31843
[release-branch.go1.8] cmd/link: skip TestDWARF when cgo is disabled

While we're here, fix a Skip/Skipf error I noticed.

Fixes #19796.

(This fixes failures on the release branch introduced by cherry-pick
CL 39605.)

Change-Id: I59b1f5b5ea727fc314acfee8445b3de0b5af1e46
Reviewed-on: https://go-review.googlesource.com/39612
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/link/dwarf_test.go
src/cmd/link/linkbig_test.go
src/internal/testenv/testenv.go
src/internal/testenv/testenv_cgo.go [new file with mode: 0644]