aboutsummaryrefslogtreecommitdiff
path: root/src/os/removeall_test.go
AgeCommit message (Expand)Author
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-04os: don't use T.Cleanup in TestRemoveAllLongPathTobias Klauser
2021-04-04os, path/filepath: use T.Cleanup to restore the original working directoryianwoolf
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-09-23all: add GOOS=iosCherry Zhang
2020-01-13Revert "os: handle long path in RemoveAll for windows"Ian Lance Taylor
2020-01-13os: handle long path in RemoveAll for windowsConstantin Konstantinidis
2019-10-29os: return from TestRemoveAllWithMoreErrorThanReqSize when RemoveAll succeeds...Constantin Konstantinidis
2019-10-28os: remove read-only directories in RemoveAll on WindowsConstantin Konstantinidis
2019-10-26os: use an actual RemoveAll failure in TestRemoveAllWithMoreErrorThanReqSizeBryan C. Mills
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-11os: fix aliasing bug in RemoveAllTestHook restorationBryan C. Mills
2019-04-10os: fix RemoveAll hangs on large directoryLE Manh Cuong
2019-03-15os: consistently return PathError from RemoveAllBaokun Lee
2019-03-05os: simplify check whether to run subtest of TestRemoveAllLeon Klingele
2019-03-04os: remove unreadable directories in RemoveAllBaokun Lee
2019-01-30os: treat EACCES as a permission error in RemoveAllIan Lance Taylor
2018-12-12os: in RemoveAll, try Remove firstIan Lance Taylor
2018-11-20os: permit RemoveAll with paths that end in ".."Ian Lance Taylor
2018-11-18os: make RemoveAll("") fail silently on unixTobias Klauser
2018-11-02os: add support for long path names on aix RemoveAllTobias Klauser
2018-11-01os: add support for long path names on freebsd RemoveAllTobias Klauser
2018-11-01os: don't create files in local directoryIan Lance Taylor
2018-10-31os: add support for long path names on solaris RemoveAllTobias Klauser
2018-10-31os: add support for long path names on unix RemoveAllOliver Stenbom
2018-10-30Revert "os: add support for long path names on unix RemoveAll"Katie Hockman
2018-10-30os: add support for long path names on unix RemoveAllOliver Stenbom