aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/issue10607.go
AgeCommit message (Expand)Author
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-08-24cmd/internal/testdir: parse past gofmt'd //go:build linesBryan C. Mills
2023-08-24test/fixedbugs: require cgo for issue10607.goBryan C. Mills
2021-05-20test: re-enable test on riscv64 now that it supports external linkingJoel Sing
2020-12-18test: recognize and use gc build tagIan Lance Taylor
2020-01-25test: adjust tests for riscv64Joel Sing
2016-12-15test: enable fixedbugs/issue10607 test on GOARCH=mips{,le}Vladimir Stefanovic
2016-11-07test/fixedbugs: enable issue 10607 test on ppc64leMichael Munday
2016-11-04test: disable unsupported test for GOARCH=mips{,le}Vladimir Stefanovic
2016-05-04test: enable fixedbugs/issue10607.go test on linux/mips64xCherry Zhang
2015-11-12test: fix nosplit.go, fixedbugs/issue11656.go and skip two tests for mips64{,le}Yao Zhang
2015-07-28test: don't run issue10607.go on ppc64Ian Lance Taylor
2015-07-27Revert "test: do not run external linking test on ppc64le"Russ Cox
2015-07-27test: do not run external linking test on ppc64leMichael Hudson-Doyle
2015-07-21cmd/link: if -B option was used, pass it to the external linkerIan Lance Taylor