go/misc/cgo/testplugin/src
Alessandro Arzilli 3fd364988c misc/cgo/testplugin: disable DWARF tests on darwin
For some reason on darwin the linker still can't add debug sections to
plugins. Executables importing "plugin" do have them, however.

Because of issue 25841, plugins on darwin would likely have bad debug
info anyway so, for now, this isn't a great loss.

This disables the check for debug sections in plugins for darwin only.

Updates #27502

Change-Id: Ib8f62dac1e485006b0c2b3ba04f86d733db5ee9a
Reviewed-on: https://go-review.googlesource.com/133435
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-09-05 11:27:37 +00:00
..
checkdwarf misc/cgo/testplugin: disable DWARF tests on darwin 2018-09-05 11:27:37 +00:00
common
host
iface
iface_a
iface_b
iface_i
issue18584 misc/cgo/testplugin: add test for issue 18584 2017-09-29 22:10:22 +00:00
issue18676
issue19418 cmd/link: support -X values for main.* in plugins 2017-10-04 00:46:06 +00:00
issue19529 cmd/link: type symbol name mangling for plugins 2017-10-05 09:51:31 +00:00
issue19534
issue22175 cmd/link, runtime: put hasmain bit in moduledata 2017-10-13 01:13:33 +00:00
issue22295.pkg cmd/link, plugin: always encode path 2017-10-26 15:08:37 +00:00
issue24351 runtime: identify special functions by flag instead of address 2018-03-15 17:31:57 +00:00
issue25756 runtime: restore r2 when restoring state from gobuf in gogo on ppc64x 2018-06-11 12:13:11 +00:00
plugin1
plugin2
sub/plugin1