]> Cypherpunks repositories - gostls13.git/commit
cmd/link: don't run TestDWARF in c-archive mode on Windows
authorThan McIntosh <thanm@google.com>
Wed, 13 Nov 2019 15:03:19 +0000 (10:03 -0500)
committerThan McIntosh <thanm@google.com>
Wed, 13 Nov 2019 15:40:31 +0000 (15:40 +0000)
commit62581ee982bef250a1b53af2e3591f1193fe27ee
treed97661b8d2a3f69fe8786bbfe527b9f235ff7a4f
parent9a9a9005058f7b678c9ef89ce49255528fb97a33
cmd/link: don't run TestDWARF in c-archive mode on Windows

Test fix: in dwarf_test.go don't try to run the TestDWARF testpoint on
windows with c-archive build mode (linker + debug/pe support for that
build mode on Windows is not fully baked it seems).

Fixes #35512.

Change-Id: I1c87ff3d62e5b98e75062b184d762fb5ed937745
Reviewed-on: https://go-review.googlesource.com/c/go/+/206899
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/cmd/link/dwarf_test.go