index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
link
/
dwarf_test.go
Age
Commit message (
Expand
)
Author
2026-03-02
all: test: remove unneeded loop variables
Ariel Otilibili
2026-02-25
Revert "cmd/compile: add loclist for removed DCL nodes"
Cherry Mui
2026-02-24
cmd/compile: add loclist for removed DCL nodes
Derek Parker
2026-02-18
cmd/link: don't pass -Wl,-S on illumos
Peter Tribble
2025-12-08
cmd/link: generate DWARF for moduledata
Ian Lance Taylor
2025-11-26
cmd/link: always run current linker in tests
Ian Lance Taylor
2025-09-29
cmd/link: don't pass -Wl,-S on Solaris
Cherry Mui
2025-09-29
cmd/link: skip TestFlagW on platforms without DWARF symbol table
Richard Miller
2025-09-26
cmd/link: skip TestFlagW on AIX
Cherry Mui
2025-09-25
cmd/link: handle -w flag in external linking mode
Cherry Mui
2025-09-23
cmd/link: make -w behavior consistent on Windows
Cherry Mui
2025-07-23
cmd/link: scope test to linux & net.sendFile
Derek Parker
2025-07-22
cmd/compile: fix loclist for heap return vars without optimizations
Derek Parker
2024-10-28
cmd/link, go/internal/gccgoimporter: get ar from env by default in tests
changwang ma
2024-07-29
cmd/link: add script testing facility for linker use
Than McIntosh
2023-05-03
cmd/compile,cmd/link: skip tests that require DWARF symbols on ios
Bryan C. Mills
2023-01-31
cmd/link: skip c-archive tests if c-archive mode is not supported
Ian Lance Taylor
2022-11-15
cmd/link: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2021-10-27
cmd: move internal/str back to cmd/go
Russ Cox
2021-08-16
cmd: support space and quotes in CC and CXX
Jay Conrod
2021-05-27
cmd/go,cmd/link: do not check for staleness in most tests
Bryan C. Mills
2021-03-08
cmd/link: use testing.T.TempDir in tests
Brad Fitzpatrick
2021-03-03
cmd/link: disable flaky Darwin "symbols" test
David Chase
2020-10-19
cmd/link: fix TestDWARFiOS
Cherry Zhang
2020-07-07
[dev.link] cmd/link: run more tests in parallel
Cherry Zhang
2020-06-11
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-06-09
cmd/dist: do not unset GOROOT_FINAL prior to running tests
Bryan C. Mills
2020-05-19
[dev.link] cmd/link: skip TestDWARFiOS if the iOS tools aren't installed
Jeremy Faller
2020-04-06
cmd/link: remove darwin/arm test
Cherry Zhang
2020-04-06
cmd/link: fix data race in testDWARF
Cherry Zhang
2020-01-24
cmd/link: ensure cgo cflags do not leak into dwarf tests
Carlos Amedee
2019-11-13
cmd/link: don't run TestDWARF in c-archive mode on Windows
Than McIntosh
2019-11-11
cmd/link: disable a DWARF testpoint on Windows pending investigation
Than McIntosh
2019-09-17
debug/elf: apply more relocations when reading DWARF data sections
Than McIntosh
2019-05-30
cmd/link/internal/ld: ensure mach-o debug symbols are visible to App Store
Aman Gupta
2019-05-30
cmd/link/internal/ld: improve messages for testDWARF failures
Aman Gupta
2019-05-22
all: shorten some tests
Russ Cox
2019-04-11
cmd/link/internal/ld: fix c-archive mach-o compatibility
Aman Gupta
2019-03-21
cmd/link: skip TestBuildFortvOS if the SDK is missing
Elias Naur
2019-03-21
cmd/link/internal/ld: copy Mach-O platform version commands to go.o
Elias Naur
2019-03-13
cmd: disable DWARF with old ld on aix/ppc64
Clément Chigot
2019-03-02
cmd/link: reliably remove temporary directory in testDwarf
Ian Lance Taylor
2019-02-27
cmd/link: do not close over the loop variable in testDWARF
Bryan C. Mills
2019-02-26
cmd/link: use SeekPC in testDWARF
Ian Lance Taylor
2018-09-27
cmd/link: move DIE of global variables to their compile unit
Alessandro Arzilli
2018-05-04
cmd/link/internal/ld: skip DWARF combining for iOS binaries
Elias Naur
2018-04-26
cmd/link, cmd/go: enable DWARF on darwin/arm and darwin/arm64
Cherry Zhang
2018-01-09
cmd/link: set runtime.GOROOT default during link
Russ Cox
2017-03-30
cmd/link: skip TestDWARF when cgo is disabled
Josh Bleecher Snyder
2017-03-30
cmd/link: skip TestDWARF on Plan 9
David du Colombier
[next]