aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/dwarf_test.go
AgeCommit message (Expand)Author
2026-03-02all: test: remove unneeded loop variablesAriel Otilibili
2026-02-25Revert "cmd/compile: add loclist for removed DCL nodes"Cherry Mui
2026-02-24cmd/compile: add loclist for removed DCL nodesDerek Parker
2026-02-18cmd/link: don't pass -Wl,-S on illumosPeter Tribble
2025-12-08cmd/link: generate DWARF for moduledataIan Lance Taylor
2025-11-26cmd/link: always run current linker in testsIan Lance Taylor
2025-09-29cmd/link: don't pass -Wl,-S on SolarisCherry Mui
2025-09-29cmd/link: skip TestFlagW on platforms without DWARF symbol tableRichard Miller
2025-09-26cmd/link: skip TestFlagW on AIXCherry Mui
2025-09-25cmd/link: handle -w flag in external linking modeCherry Mui
2025-09-23cmd/link: make -w behavior consistent on WindowsCherry Mui
2025-07-23cmd/link: scope test to linux & net.sendFileDerek Parker
2025-07-22cmd/compile: fix loclist for heap return vars without optimizationsDerek Parker
2024-10-28cmd/link, go/internal/gccgoimporter: get ar from env by default in testschangwang ma
2024-07-29cmd/link: add script testing facility for linker useThan McIntosh
2023-05-03cmd/compile,cmd/link: skip tests that require DWARF symbols on iosBryan C. Mills
2023-01-31cmd/link: skip c-archive tests if c-archive mode is not supportedIan Lance Taylor
2022-11-15cmd/link: use testenv.Command instead of exec.Command in testsBryan C. Mills
2021-10-27cmd: move internal/str back to cmd/goRuss Cox
2021-08-16cmd: support space and quotes in CC and CXXJay Conrod
2021-05-27cmd/go,cmd/link: do not check for staleness in most testsBryan C. Mills
2021-03-08cmd/link: use testing.T.TempDir in testsBrad Fitzpatrick
2021-03-03cmd/link: disable flaky Darwin "symbols" testDavid Chase
2020-10-19cmd/link: fix TestDWARFiOSCherry Zhang
2020-07-07[dev.link] cmd/link: run more tests in parallelCherry Zhang
2020-06-11[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-06-09cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills
2020-05-19[dev.link] cmd/link: skip TestDWARFiOS if the iOS tools aren't installedJeremy Faller
2020-04-06cmd/link: remove darwin/arm testCherry Zhang
2020-04-06cmd/link: fix data race in testDWARFCherry Zhang
2020-01-24cmd/link: ensure cgo cflags do not leak into dwarf testsCarlos Amedee
2019-11-13cmd/link: don't run TestDWARF in c-archive mode on WindowsThan McIntosh
2019-11-11cmd/link: disable a DWARF testpoint on Windows pending investigationThan McIntosh
2019-09-17debug/elf: apply more relocations when reading DWARF data sectionsThan McIntosh
2019-05-30cmd/link/internal/ld: ensure mach-o debug symbols are visible to App StoreAman Gupta
2019-05-30cmd/link/internal/ld: improve messages for testDWARF failuresAman Gupta
2019-05-22all: shorten some testsRuss Cox
2019-04-11cmd/link/internal/ld: fix c-archive mach-o compatibilityAman Gupta
2019-03-21cmd/link: skip TestBuildFortvOS if the SDK is missingElias Naur
2019-03-21cmd/link/internal/ld: copy Mach-O platform version commands to go.oElias Naur
2019-03-13cmd: disable DWARF with old ld on aix/ppc64Clément Chigot
2019-03-02cmd/link: reliably remove temporary directory in testDwarfIan Lance Taylor
2019-02-27cmd/link: do not close over the loop variable in testDWARFBryan C. Mills
2019-02-26cmd/link: use SeekPC in testDWARFIan Lance Taylor
2018-09-27cmd/link: move DIE of global variables to their compile unitAlessandro Arzilli
2018-05-04cmd/link/internal/ld: skip DWARF combining for iOS binariesElias Naur
2018-04-26cmd/link, cmd/go: enable DWARF on darwin/arm and darwin/arm64Cherry Zhang
2018-01-09cmd/link: set runtime.GOROOT default during linkRuss Cox
2017-03-30cmd/link: skip TestDWARF when cgo is disabledJosh Bleecher Snyder
2017-03-30cmd/link: skip TestDWARF on Plan 9David du Colombier