aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/nm/nm_test.go
AgeCommit message (Expand)Author
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-09all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-06-03Revert "cmd/internal/goobj: add index to symbol name for indexed symbols"Cherry Zhang
2020-04-30cmd/go: use -buildmode=pie as default on windowAlex Brainman
2020-04-22[dev.link] cmd/internal/goobj: add index to symbol name for indexed symbolsCherry Zhang
2019-11-21all: base64-encode binaries that will cause Apple notarization to failAndrew
2019-10-09Revert "cmd/go: fail if a test binary exits with no output"Bryan C. Mills
2019-10-09cmd/go: fail if a test binary exits with no outputDaniel Martí
2019-05-06cmd/internal/obj: write package path at compile time if possibleCherry Zhang
2019-03-20cmd/nm: fix cgo tests for aix/ppc64Clément Chigot
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
2019-02-19cmd/nm: fix testGoLib helper to be module-agnosticBryan C. Mills
2018-12-15cmd/nm: report windows/arm as relocatable in TestGoExecJordan Rhee
2018-12-11cmd/nm: run tests in parallel, don't use Scanner on []byteIan Lance Taylor
2018-12-10all: move cmd/internal/xcoff to internal/xcoffClément Chigot
2018-10-31cmd: add XCOFF objfile and adapt cmd/nm testsClément Chigot
2018-06-11cmd/nm: fix TestGoExec on Plan 9David du Colombier
2018-06-09cmd/link: split pe .text section into .text and .rdataAlex Brainman
2017-09-21cmd/nm: handle cgo archiveHiroshi Ioka
2017-09-20cmd/nm: add test case for go archivesHiroshi Ioka
2017-02-14all: fix some printf format stringsJosh Bleecher Snyder
2017-02-04cmd/link: do not prefix external symbols with underscore on windows/386/cgoAlex Brainman
2016-08-30all: use testing.GoToolPath instead of "go"Keith Randall
2015-06-16all: extract "can I exec?" check from tests into internal/testenvRuss Cox
2015-04-12cmd/nm: skip fork test on darwin/arm64David Crawshaw
2015-02-26cmd/nm: exclude Go tool test on darwin/armDavid Crawshaw
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-08-07cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox
2014-07-08cmd/nm: skip test on android (no Go tool)David Crawshaw
2014-05-20build: make nacl passRuss Cox
2014-05-12cmd/nm: do not write to GOROOT testdata directories during TestNMAlex Brainman
2014-04-21cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm outputAlex Brainman
2014-04-21cmd/nm: disable TestNM on darwin, linux and solarisAlex Brainman
2014-04-21cmd/ld: correct addresses in windows pe symbol tableAlex Brainman
2014-04-16cmd/nm: windows pe handling fixesAlex Brainman