summaryrefslogtreecommitdiff
path: root/src/cmd/nm/nm_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: fix some printf format stringsJosh Bleecher Snyder2017-02-141-3/+3
* cmd/link: do not prefix external symbols with underscore on windows/386/cgoAlex Brainman2017-02-041-44/+127
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-1/+1
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-9/+2
* cmd/nm: skip fork test on darwin/arm64David Crawshaw2015-04-121-2/+3
* cmd/nm: exclude Go tool test on darwin/armDavid Crawshaw2015-02-261-0/+4
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox2014-08-071-2/+2
* cmd/nm: skip test on android (no Go tool)David Crawshaw2014-07-081-2/+3
* build: make nacl passRuss Cox2014-05-201-0/+4
* cmd/nm: do not write to GOROOT testdata directories during TestNMAlex Brainman2014-05-121-5/+12
* cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm outputAlex Brainman2014-04-211-5/+0
* cmd/nm: disable TestNM on darwin, linux and solarisAlex Brainman2014-04-211-0/+4
* cmd/ld: correct addresses in windows pe symbol tableAlex Brainman2014-04-211-0/+49
* cmd/nm: windows pe handling fixesAlex Brainman2014-04-161-0/+40