aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/elf_test.go
AgeCommit message (Expand)Author
2021-03-08cmd/link: use testing.T.TempDir in testsBrad Fitzpatrick
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-02-01cmd/link: disable TestPIESize if CGO isn't enabledNehal J Wani
2020-07-07[dev.link] cmd/link: run more tests in parallelCherry Zhang
2020-02-25cmd/link: improve gap detection in TestPIESizeCherry Zhang
2019-12-09cmd/link: fix imports problem in elf_test.goThan McIntosh
2019-12-09cmd/link: fix loadelf failed on MIPS familyMeng Zhuo
2019-12-06cmd/link: skip gaps between PT_LOAD segments in TestPIESizeCherry Zhang
2019-12-05cmd/link: when changing to Segrelrodata, reset datsizeIan Lance Taylor
2019-11-24cmd/link: disable new testpoint on mips pending investigationThan McIntosh
2019-11-23cmd/link: add new linker testpoint for "ld -r" host objectThan McIntosh
2019-04-19cmd/link: require cgo support for TestSectionsWithSameNameIan Lance Taylor
2019-04-18cmd/link: don't fail if multiple ELF sections have the same nameIan Lance Taylor