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
/
pack
/
pack_test.go
Age
Commit message (
Expand
)
Author
2025-05-19
runtime: pass through -asan/-msan/-race to testprog tests
Michael Pratt
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2024-09-03
cmd: use testenv.Executable helper
Kir Kolyshkin
2023-05-04
all: add String for fs.{FileInfo,DirEntry} implementations
Ian Lance Taylor
2023-03-10
all: skip tests that fail on android/arm64
Bryan C. Mills
2023-02-02
internal/testenv: avoid rebuilding all of std in WriteImportcfg
Bryan C. Mills
2022-11-15
cmd/pack: use testenv.Command instead of exec.Command in tests
Bryan C. Mills
2022-11-15
cmd/pack: use the test binary as 'pack' instead of rebuilding it
Bryan C. Mills
2022-10-18
go,cmd,internal: update to anticipate missing targets and .a files
Michael Matloob
2022-09-08
cmd/pack: use strings.Builder
cuiweixie
2022-03-09
cmd/compile: require -p flag
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-04-07
cmd/pack: use testing.T.TempDir in tests
Tobias Klauser
2020-12-22
cmd/pack: r command create output file if not exist
Cherry Zhang
2020-12-22
cmd/pack: treat compiler's -linkobj output as "compiler object"
Cherry Zhang
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-08-11
[dev.link] cmd/pack: use cmd/internal/archive package
Cherry Zhang
2019-05-22
all: shorten some tests
Russ Cox
2017-09-09
cmd/pack: fix export data truncation bug
Matthew Dempsky
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-05-21
all: retire architecture letter in file names, public API
Russ Cox
2015-05-21
all: build and use go tool compile, go tool link
Russ Cox
2015-04-13
cmd/pack: skip fork test on darwin/arm64
David Crawshaw
2015-03-01
cmd/pack: skip fork test on darwin/arm
David Crawshaw
2015-02-05
cmd/pack: simplify the testing logic slightly
Rob Pike
2015-01-30
cmd/pack: make a test less disk-intensive in short mode
Brad Fitzpatrick
2014-09-23
cmd/pack: fix c command for existing file
Rob Pike
2014-07-08
cmd/pack: skip test on android (no Go tool)
David Crawshaw
2014-05-20
build: make nacl pass
Russ Cox
2014-05-15
cmd/pack: buffer writes in TestLargeDefs
Anthony Martin
2014-04-26
src: fix issues found by go vet std
Robert Hencke
2014-04-17
cmd/pack: avoid ./ import in test (fix Windows build)
Russ Cox
2014-04-17
cmd/pack: handle very long lines in pkgdef
Ian Lance Taylor
2014-04-04
os/exec: always try appropriate command extensions during Cmd.Start on windows
Alex Brainman
2014-02-20
cmd/pack: fix match
Russ Cox
2014-02-20
cmd/pack: provide executable name in TestHello
Alex Brainman
2014-02-19
cmd/pack: another attempt to fix the build for TestHello
Rob Pike
2014-02-19
cmd/pack: don't look for " in output from go env
Rob Pike
2014-02-19
cmd/pack: dump output of command of "go env" command in test
Rob Pike
2014-02-19
cmd/pack: add 'c' command to create archive
Russ Cox
2014-01-15
cmd/pack: rewrite in Go
Rob Pike