summaryrefslogtreecommitdiff
path: root/src/os/removeall_test.go
Commit message (Expand)AuthorAgeFilesLines
* os: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-071-4/+7
* os: remove mixed dot- and non-dot- imports in testsIan Lance Taylor2023-03-291-4/+3
* os: don't try to put directory into non-blocking modeIan Lance Taylor2023-02-271-0/+64
* os: clean up testsBryan C. Mills2023-01-191-0/+4
* os: replace os.MkdirTemp with T.TempDirManlio Perillo2021-04-091-44/+9
* os: don't use T.Cleanup in TestRemoveAllLongPathTobias Klauser2021-04-041-20/+15
* os, path/filepath: use T.Cleanup to restore the original working directoryianwoolf2021-04-041-15/+20
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-10/+10
* os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox2020-12-021-3/+4
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+1
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* Revert "os: handle long path in RemoveAll for windows"Ian Lance Taylor2020-01-131-20/+0
* os: handle long path in RemoveAll for windowsConstantin Konstantinidis2020-01-131-0/+20
* os: return from TestRemoveAllWithMoreErrorThanReqSize when RemoveAll succeeds...Constantin Konstantinidis2019-10-291-7/+5
* os: remove read-only directories in RemoveAll on WindowsConstantin Konstantinidis2019-10-281-1/+1
* os: use an actual RemoveAll failure in TestRemoveAllWithMoreErrorThanReqSizeBryan C. Mills2019-10-261-16/+34
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-2/+2
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-1/+1
* os: fix aliasing bug in RemoveAllTestHook restorationBryan C. Mills2019-04-111-4/+5
* os: fix RemoveAll hangs on large directoryLE Manh Cuong2019-04-101-0/+46
* os: consistently return PathError from RemoveAllBaokun Lee2019-03-151-2/+13
* os: simplify check whether to run subtest of TestRemoveAllLeon Klingele2019-03-051-10/+2
* os: remove unreadable directories in RemoveAllBaokun Lee2019-03-041-0/+30
* os: treat EACCES as a permission error in RemoveAllIan Lance Taylor2019-01-301-0/+80
* os: in RemoveAll, try Remove firstIan Lance Taylor2018-12-121-0/+28
* os: permit RemoveAll with paths that end in ".."Ian Lance Taylor2018-11-201-12/+24
* os: make RemoveAll("") fail silently on unixTobias Klauser2018-11-181-0/+4
* os: add support for long path names on aix RemoveAllTobias Klauser2018-11-021-2/+2
* os: add support for long path names on freebsd RemoveAllTobias Klauser2018-11-011-2/+2
* os: don't create files in local directoryIan Lance Taylor2018-11-011-9/+22
* os: add support for long path names on solaris RemoveAllTobias Klauser2018-10-311-2/+2
* os: add support for long path names on unix RemoveAllOliver Stenbom2018-10-311-0/+237
* Revert "os: add support for long path names on unix RemoveAll"Katie Hockman2018-10-301-237/+0
* os: add support for long path names on unix RemoveAllOliver Stenbom2018-10-301-0/+237