]> Cypherpunks repositories - gostls13.git/commit
debug/elf: enable TestNoSectionOverlaps on *bsd and solaris
authorTobias Klauser <tklauser@distanz.ch>
Tue, 17 Apr 2018 09:48:05 +0000 (09:48 +0000)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 17 Apr 2018 13:52:30 +0000 (13:52 +0000)
commit7457767876645b543af84eeb091779610a715348
tree07180836326769c80508a081a7ec8f2f20ed3383
parented68bc5918ad99c79332970938d421f05c2417fc
debug/elf: enable TestNoSectionOverlaps on *bsd and solaris

cmd/link produces ELF executables on all these geese, so enable
TestNoSectionOverlaps for them as well. Also add a skip message.

Change-Id: I374651dde3679271ef8c0c375c9cabd1adbca310
Reviewed-on: https://go-review.googlesource.com/107535
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/debug/elf/file_test.go