diff options
| author | Alex Brainman <alex.brainman@gmail.com> | 2017-02-08 12:47:43 +1100 |
|---|---|---|
| committer | Alex Brainman <alex.brainman@gmail.com> | 2017-03-01 04:51:03 +0000 |
| commit | 29f061960d5008170541a886feab721bf754f0fd (patch) | |
| tree | 7b8d8201abc77a118751226c92d56d44599c4cd6 /src/debug | |
| parent | aada49038c683d048fd0a146366d7ce52dc17e97 (diff) | |
| download | go-29f061960d5008170541a886feab721bf754f0fd.tar.xz | |
cmd/link: write dwarf sections
Also stop skipping TestExternalLinkerDWARF and
TestDefaultLinkerDWARF.
Fixes #10776.
Change-Id: Ia596a684132e3cdee59ce5539293eedc1752fe5a
Reviewed-on: https://go-review.googlesource.com/36983
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/pe/file_cgo_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/debug/pe/file_cgo_test.go b/src/debug/pe/file_cgo_test.go index d09890fb7e..739671d73f 100644 --- a/src/debug/pe/file_cgo_test.go +++ b/src/debug/pe/file_cgo_test.go @@ -19,7 +19,6 @@ func testCgoDWARF(t *testing.T, linktype int) { } func TestDefaultLinkerDWARF(t *testing.T) { - t.Skip("skipping broken test: see issue 10776") testCgoDWARF(t, linkCgoDefault) } @@ -28,6 +27,5 @@ func TestInternalLinkerDWARF(t *testing.T) { } func TestExternalLinkerDWARF(t *testing.T) { - t.Skip("skipping broken test: see issue 10776") testCgoDWARF(t, linkCgoExternal) } |
