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
/
nm
/
nm_test.go
Age
Commit message (
Expand
)
Author
2024-09-06
cmd/nm: use t.TempDir
Kir Kolyshkin
2024-09-03
cmd: use testenv.Executable helper
Kir Kolyshkin
2023-03-20
internal/platform: pass race mode to DefaultPIE
Ian Lance Taylor
2023-03-15
internal/platform: add a function to report whether default builds are PIE
Bryan C. Mills
2023-03-10
all: skip tests that fail on android/arm64
Bryan C. Mills
2022-11-15
cmd/nm: use the test binary as 'nm' instead of rebuilding it
Bryan C. Mills
2022-07-11
cmd/nm: don't rely on an erroneous install target in tests
Bryan C. Mills
2022-03-18
internal/testenv: add GOROOT and use it to fix tests broken with -trimpath
Bryan C. Mills
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-09
all: enable more tests on macOS/ARM64
Cherry Zhang
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-06-03
Revert "cmd/internal/goobj: add index to symbol name for indexed symbols"
Cherry Zhang
2020-04-30
cmd/go: use -buildmode=pie as default on window
Alex Brainman
2020-04-22
[dev.link] cmd/internal/goobj: add index to symbol name for indexed symbols
Cherry Zhang
2019-11-21
all: base64-encode binaries that will cause Apple notarization to fail
Andrew
2019-10-09
Revert "cmd/go: fail if a test binary exits with no output"
Bryan C. Mills
2019-10-09
cmd/go: fail if a test binary exits with no output
Daniel Martí
2019-05-06
cmd/internal/obj: write package path at compile time if possible
Cherry Zhang
2019-03-20
cmd/nm: fix cgo tests for aix/ppc64
Clément Chigot
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
2019-02-19
cmd/nm: fix testGoLib helper to be module-agnostic
Bryan C. Mills
2018-12-15
cmd/nm: report windows/arm as relocatable in TestGoExec
Jordan Rhee
2018-12-11
cmd/nm: run tests in parallel, don't use Scanner on []byte
Ian Lance Taylor
2018-12-10
all: move cmd/internal/xcoff to internal/xcoff
Clément Chigot
2018-10-31
cmd: add XCOFF objfile and adapt cmd/nm tests
Clément Chigot
2018-06-11
cmd/nm: fix TestGoExec on Plan 9
David du Colombier
2018-06-09
cmd/link: split pe .text section into .text and .rdata
Alex Brainman
2017-09-21
cmd/nm: handle cgo archive
Hiroshi Ioka
2017-09-20
cmd/nm: add test case for go archives
Hiroshi Ioka
2017-02-14
all: fix some printf format strings
Josh Bleecher Snyder
2017-02-04
cmd/link: do not prefix external symbols with underscore on windows/386/cgo
Alex Brainman
2016-08-30
all: use testing.GoToolPath instead of "go"
Keith Randall
2015-06-16
all: extract "can I exec?" check from tests into internal/testenv
Russ Cox
2015-04-12
cmd/nm: skip fork test on darwin/arm64
David Crawshaw
2015-02-26
cmd/nm: exclude Go tool test on darwin/arm
David Crawshaw
2014-09-08
build: adjustments for move from src/pkg to src
Russ Cox
2014-08-07
cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile
Russ Cox
2014-07-08
cmd/nm: skip test on android (no Go tool)
David Crawshaw
2014-05-20
build: make nacl pass
Russ Cox
2014-05-12
cmd/nm: do not write to GOROOT testdata directories during TestNM
Alex Brainman
2014-04-21
cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm output
Alex Brainman
2014-04-21
cmd/nm: disable TestNM on darwin, linux and solaris
Alex Brainman
2014-04-21
cmd/ld: correct addresses in windows pe symbol table
Alex Brainman
2014-04-16
cmd/nm: windows pe handling fixes
Alex Brainman