summaryrefslogtreecommitdiff
path: root/src/cmd/pack/pack_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor2023-05-041-0/+4
* all: skip tests that fail on android/arm64Bryan C. Mills2023-03-101-0/+5
* internal/testenv: avoid rebuilding all of std in WriteImportcfgBryan C. Mills2023-02-021-2/+2
* cmd/pack: use testenv.Command instead of exec.Command in testsBryan C. Mills2022-11-151-2/+1
* cmd/pack: use the test binary as 'pack' instead of rebuilding itBryan C. Mills2022-11-151-12/+40
* go,cmd,internal: update to anticipate missing targets and .a filesMichael Matloob2022-10-181-5/+12
* cmd/pack: use strings.Buildercuiweixie2022-09-081-3/+3
* cmd/compile: require -p flagRuss Cox2022-03-091-8/+8
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-131-2/+2
* cmd/pack: use testing.T.TempDir in testsTobias Klauser2021-04-071-27/+9
* cmd/pack: r command create output file if not existCherry Zhang2020-12-221-1/+24
* cmd/pack: treat compiler's -linkobj output as "compiler object"Cherry Zhang2020-12-221-0/+66
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-7/+6
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-5/+6
* [dev.link] cmd/pack: use cmd/internal/archive packageCherry Zhang2020-08-111-52/+25
* all: shorten some testsRuss Cox2019-05-221-0/+3
* cmd/pack: fix export data truncation bugMatthew Dempsky2017-09-091-0/+31
* all: use testing.GoToolPath instead of "go"Keith Randall2016-08-301-7/+9
* all: extract "can I exec?" check from tests into internal/testenvRuss Cox2015-06-161-19/+3
* all: retire architecture letter in file names, public APIRuss Cox2015-05-211-22/+3
* all: build and use go tool compile, go tool linkRuss Cox2015-05-211-5/+5
* cmd/pack: skip fork test on darwin/arm64David Crawshaw2015-04-131-4/+6
* cmd/pack: skip fork test on darwin/armDavid Crawshaw2015-03-011-0/+8
* cmd/pack: simplify the testing logic slightlyRob Pike2015-02-051-8/+1
* cmd/pack: make a test less disk-intensive in short modeBrad Fitzpatrick2015-01-301-1/+8
* cmd/pack: fix c command for existing fileRob Pike2014-09-231-5/+18
* cmd/pack: skip test on android (no Go tool)David Crawshaw2014-07-081-4/+6
* build: make nacl passRuss Cox2014-05-201-0/+9
* cmd/pack: buffer writes in TestLargeDefsAnthony Martin2014-05-151-1/+6
* src: fix issues found by go vet stdRobert Hencke2014-04-261-2/+2
* cmd/pack: avoid ./ import in test (fix Windows build)Russ Cox2014-04-171-3/+3
* cmd/pack: handle very long lines in pkgdefIan Lance Taylor2014-04-171-15/+87
* os/exec: always try appropriate command extensions during Cmd.Start on windowsAlex Brainman2014-04-041-1/+1
* cmd/pack: fix matchRuss Cox2014-02-201-0/+16
* cmd/pack: provide executable name in TestHelloAlex Brainman2014-02-201-1/+1
* cmd/pack: another attempt to fix the build for TestHelloRob Pike2014-02-191-1/+1
* cmd/pack: don't look for " in output from go envRob Pike2014-02-191-4/+8
* cmd/pack: dump output of command of "go env" command in testRob Pike2014-02-191-1/+1
* cmd/pack: add 'c' command to create archiveRuss Cox2014-02-191-0/+44
* cmd/pack: rewrite in GoRob Pike2014-01-151-0/+252