aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pack/pack_test.go
AgeCommit message (Expand)Author
2021-04-07cmd/pack: use testing.T.TempDir in testsTobias Klauser
2020-12-22cmd/pack: r command create output file if not existCherry Zhang
2020-12-22cmd/pack: treat compiler's -linkobj output as "compiler object"Cherry Zhang
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-08-11[dev.link] cmd/pack: use cmd/internal/archive packageCherry Zhang
2019-05-22all: shorten some testsRuss Cox
2017-09-09cmd/pack: fix export data truncation bugMatthew Dempsky
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-05-21all: retire architecture letter in file names, public APIRuss Cox
2015-05-21all: build and use go tool compile, go tool linkRuss Cox
2015-04-13cmd/pack: skip fork test on darwin/arm64David Crawshaw
2015-03-01cmd/pack: skip fork test on darwin/armDavid Crawshaw
2015-02-05cmd/pack: simplify the testing logic slightlyRob Pike
2015-01-30cmd/pack: make a test less disk-intensive in short modeBrad Fitzpatrick
2014-09-23cmd/pack: fix c command for existing fileRob Pike
2014-07-08cmd/pack: skip test on android (no Go tool)David Crawshaw
2014-05-20build: make nacl passRuss Cox
2014-05-15cmd/pack: buffer writes in TestLargeDefsAnthony Martin
2014-04-26src: fix issues found by go vet stdRobert Hencke
2014-04-17cmd/pack: avoid ./ import in test (fix Windows build)Russ Cox
2014-04-17cmd/pack: handle very long lines in pkgdefIan Lance Taylor
2014-04-04os/exec: always try appropriate command extensions during Cmd.Start on windowsAlex Brainman
2014-02-20cmd/pack: fix matchRuss Cox
2014-02-20cmd/pack: provide executable name in TestHelloAlex Brainman
2014-02-19cmd/pack: another attempt to fix the build for TestHelloRob Pike
2014-02-19cmd/pack: don't look for " in output from go envRob Pike
2014-02-19cmd/pack: dump output of command of "go env" command in testRob Pike
2014-02-19cmd/pack: add 'c' command to create archiveRuss Cox
2014-01-15cmd/pack: rewrite in GoRob Pike