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 misc/cgo/testplugin: add test of -buildmode=plugin 2016-09-16 17:55:24 +00:00
host runtime, plugin: error not throw on duplicate open 2017-09-09 16:26:33 +00:00
iface misc/cgo/testplugin: test that types and itabs are unique 2017-01-13 17:31:33 +00:00
iface_a misc/cgo/testplugin: test that types and itabs are unique 2017-01-13 17:31:33 +00:00
iface_b misc/cgo/testplugin: test that types and itabs are unique 2017-01-13 17:31:33 +00:00
iface_i misc/cgo/testplugin: test that types and itabs are unique 2017-01-13 17:31:33 +00:00
issue18584 misc/cgo/testplugin: add test for issue 18584 2017-09-29 22:10:22 +00:00
issue18676 runtime: for plugins, don't add duplicate itabs 2017-01-17 22:37:19 +00:00
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 plugin: resolve plugin import path issue 2017-04-26 00:54:54 +00:00
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 cmd/go: pass plugin package name to compile -p 2017-09-01 18:27:59 +00:00
plugin2 cmd/go: pass plugin package name to compile -p 2017-09-01 18:27:59 +00:00
sub/plugin1 cmd/compile: write type symbols referenced in ptabs 2016-11-03 14:07:34 +00:00