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
/
addr2line
/
addr2line_test.go
Age
Commit message (
Expand
)
Author
2024-09-06
cmd/addr2line: use t.TempDir
Kir Kolyshkin
2024-09-03
cmd: use testenv.Executable helper
Kir Kolyshkin
2024-02-21
cmd: remove support for GOROOT_FINAL
Constantin Konstantinidis
2022-11-15
cmd/addr2line: use the test binary as 'addr2line' instead of rebuilding it twice
Bryan C. Mills
2022-11-15
cmd/addr2line: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-09-17
cmd/addr2line: don't assume that GOROOT_FINAL is clean
Bryan C. Mills
2020-06-10
run.bat: do not unset GOROOT_FINAL before running tests
Bryan C. Mills
2020-06-09
cmd/dist: do not unset GOROOT_FINAL prior to running tests
Bryan C. Mills
2019-03-08
internal/testenv: remove SetModVendor
Bryan C. Mills
2019-03-05
all: add -mod=vendor to GOFLAGS in tests that execute 'go' commands within st...
Bryan C. Mills
2017-03-29
cmd/go: build test binaries with -s in addition to -w
Russ Cox
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
2015-06-17
cmd/addr2line: simplify windows test
Russ Cox
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-04-12
cmd/addr2line: skip fork test on darwin/arm64
David Crawshaw
2015-02-26
cmd/addr2line: exclude Go tool test on darwin/arm
David Crawshaw
2014-07-08
cmd/addr2line: skip test on android
David Crawshaw
2014-05-20
build: make nacl pass
Russ Cox
2014-05-16
cmd/addr2line, cmd/objdump: handle Plan 9 a.out object files
David du Colombier
2014-05-15
cmd/addr2line,cmd/objdump: test that commands accept addresses with 0x prefix...
Alex Brainman
2014-05-07
cmd/addr2line: skip broken TestAddr2Line on plan9 (fixes build)
Alex Brainman
2014-05-07
cmd/addr2line: works with windows pe executables now
Alex Brainman