aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/testdata/script/build_trimpath.txt
AgeCommit message (Expand)Author
2021-01-28cmd/go: revert TestScript/build_trimpath to use ioutil.ReadFileBryan C. Mills
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-15cmd/go: rewrite paths for overlaid files using -trimpathMichael Matloob
2020-06-09cmd/dist: do not unset GOROOT_FINAL prior to running testsBryan C. Mills
2019-11-22cmd/go: fix and re-enable build_trimpath testJay Conrod
2019-11-15cmd/go: fix typo'd argument in build_trimpath.txtBryan C. Mills
2019-11-11cmd/go: fix windows test failuresJay Conrod
2019-10-09cmd/go: forbid resolving import to modules when outside of a moduleJay Conrod
2019-09-18cmd/go: support -trimpath with gccgoBryan C. Mills
2019-09-16cmd/go: don't include package dir in cache key when -trimpath is setJay Conrod
2019-05-16cmd/go: cut 'go test -short cmd/go' time by about halfRuss Cox
2019-04-24cmd/go: add -trimpath build flagRuss Cox