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
/
os
/
removeall_test.go
Age
Commit message (
Expand
)
Author
2025-04-15
os: handle trailing slashes in os.RemoveDir on Windows
Damien Neil
2024-08-20
os: simplify TestRemoveAllDot
Kir Kolyshkin
2024-08-20
os: simplify TestRemoveAllLongPath
Kir Kolyshkin
2024-03-25
os: reuse buffer pool more aggressively in readdir
qmuntal
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-04-07
os: add wasip1 support
Johan Brandhorst-Satzkorn
2023-03-29
os: remove mixed dot- and non-dot- imports in tests
Ian Lance Taylor
2023-02-27
os: don't try to put directory into non-blocking mode
Ian Lance Taylor
2023-01-19
os: clean up tests
Bryan C. Mills
2021-04-09
os: replace os.MkdirTemp with T.TempDir
Manlio Perillo
2021-04-04
os: don't use T.Cleanup in TestRemoveAllLongPath
Tobias Klauser
2021-04-04
os, path/filepath: use T.Cleanup to restore the original working directory
ianwoolf
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-12-02
os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...
Russ Cox
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-01-13
Revert "os: handle long path in RemoveAll for windows"
Ian Lance Taylor
2020-01-13
os: handle long path in RemoveAll for windows
Constantin Konstantinidis
2019-10-29
os: return from TestRemoveAllWithMoreErrorThanReqSize when RemoveAll succeeds...
Constantin Konstantinidis
2019-10-28
os: remove read-only directories in RemoveAll on Windows
Constantin Konstantinidis
2019-10-26
os: use an actual RemoveAll failure in TestRemoveAllWithMoreErrorThanReqSize
Bryan C. Mills
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-04-30
all: add new GOOS=illumos, split out of GOOS=solaris
Joshua M. Clulow
2019-04-11
os: fix aliasing bug in RemoveAllTestHook restoration
Bryan C. Mills
2019-04-10
os: fix RemoveAll hangs on large directory
LE Manh Cuong
2019-03-15
os: consistently return PathError from RemoveAll
Baokun Lee
2019-03-05
os: simplify check whether to run subtest of TestRemoveAll
Leon Klingele
2019-03-04
os: remove unreadable directories in RemoveAll
Baokun Lee
2019-01-30
os: treat EACCES as a permission error in RemoveAll
Ian Lance Taylor
2018-12-12
os: in RemoveAll, try Remove first
Ian Lance Taylor
2018-11-20
os: permit RemoveAll with paths that end in ".."
Ian Lance Taylor
2018-11-18
os: make RemoveAll("") fail silently on unix
Tobias Klauser
2018-11-02
os: add support for long path names on aix RemoveAll
Tobias Klauser
2018-11-01
os: add support for long path names on freebsd RemoveAll
Tobias Klauser
2018-11-01
os: don't create files in local directory
Ian Lance Taylor
2018-10-31
os: add support for long path names on solaris RemoveAll
Tobias Klauser
2018-10-31
os: add support for long path names on unix RemoveAll
Oliver Stenbom
2018-10-30
Revert "os: add support for long path names on unix RemoveAll"
Katie Hockman
2018-10-30
os: add support for long path names on unix RemoveAll
Oliver Stenbom