]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/link: disable selected DWARF tests on Solaris
authorThan McIntosh <thanm@google.com>
Mon, 18 Dec 2017 18:58:41 +0000 (13:58 -0500)
committerThan McIntosh <thanm@google.com>
Mon, 18 Dec 2017 19:13:33 +0000 (19:13 +0000)
commit54f0520f940f7edd916c34b7d44f9fc2c9e48cf7
tree6c7bb6309df8b1ef1a27332ff8fecb1e32ab6ea9
parent2de98eb8de2e97ec6a187c383435025a660f2502
cmd/internal/link: disable selected DWARF tests on Solaris

Disable the three linker DWARF tests that invoke the compiler in
non-debug mode on Solaris, since this seems to trigger a split stack
overflow. These can be turned back on once the issue in question is
resolved.

Updates #23168.

Change-Id: I5be1b098e33e8bad3bc234a0964eab1dee7e7954
Reviewed-on: https://go-review.googlesource.com/84655
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Than McIntosh <thanm@google.com>
src/cmd/link/internal/ld/dwarf_test.go