aboutsummaryrefslogtreecommitdiff
path: root/src/debug/gosym/pclntab_test.go
AgeCommit message (Expand)Author
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-07-30[dev.link] cmd/link: add runtime.pcheaderJeremy Faller
2019-05-22all: shorten some testsRuss Cox
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-03-08internal/testenv: remove SetModVendorBryan C. Mills
2019-03-05all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...Bryan C. Mills
2018-11-12debug/gosym: use "go build" instead of hand-running asm and linkAustin Clements
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2016-05-09cmd/compile: add -linkobj flag to allow writing object file in two partsRuss Cox
2016-04-05debug/gosym: do not forget to close test binay file handle in TestPCLineAlex Brainman
2016-03-21all: delete dead test codeDominik Honnef
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-27debug/gosym: fix TestPCLine on Plan 9David du Colombier
2015-10-07debug/gosym: clean up and modernize pclntab_testIan Lance Taylor
2015-06-05debug/gosym: avoid calling the shell in testAlexis Imperial-Legrand
2015-05-21all: build and use go tool compile, go tool linkRuss Cox
2015-04-10debug/gosym: skip tests when .gosymtab section not foundMichael Hudson-Doyle
2015-03-02all: mv 5a old5a and so onRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox