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
/
os_test.go
Age
Commit message (
Expand
)
Author
2026-02-03
internal/poll: readWriteUnlock should destroy fd when no remaining references
qmuntal
2025-11-14
std: fix printf("%q", int) mistakes
Alan Donovan
2025-10-13
all: replace calls to errors.As with errors.AsType
Julien Cretel
2025-05-27
os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-only
Damien Neil
2025-05-21
os: skip TestOpenFileCreateExclDanglingSymlink when no symlinks
Damien Neil
2025-05-14
os: don't follow symlinks on Windows when O_CREATE|O_EXCL
Damien Neil
2025-03-28
os: add Root.Symlink
Damien Neil
2025-03-24
os: add Root.Link
Damien Neil
2025-03-19
os: skip Root.Chtimes atime check on netbsd, truncate a/mtime on plan9
Damien Neil
2025-03-11
os: add more File.WriteAt tests
qmuntal
2025-03-06
os: add missing calls to Root.Close() in tests
Olivier Mengué
2025-03-04
os: guarantee min buffer size for ReadFile reads on /proc-like files
Brad Fitzpatrick
2025-02-19
syscall: don't truncate newly created files on Windows
qmuntal
2025-02-03
io/fs: add ReadLinkFS interface
Roxy Light
2024-11-22
os: allow for variant plan9 error messages in TestOpenError
Richard Miller
2024-11-20
os: add Root.FS
Damien Neil
2024-11-20
os: add Root.Remove
Damien Neil
2024-11-20
os: add Root
Damien Neil
2024-10-31
os: skip TestPipeThreads on aix
Paul E. Murphy
2024-10-23
syscall: only remove write data access when O_APPEND is set on Windows
qmuntal
2024-10-15
os: use relative paths in a test dir in TestOpenError
Damien Neil
2024-10-09
os: handle umask comparing execute mode in verifyCopyFS
Ian Lance Taylor
2024-10-04
os: check permissions of CopyFS copied files
xieyuschen
2024-09-17
os: TestPipeThreads: remove openbsd special case
Kir Kolyshkin
2024-09-06
os: use Mkdir in TestCopyFSWithSymlinks
Kir Kolyshkin
2024-09-06
os: use t.TempDir in TestRemoveAllRace
Kir Kolyshkin
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2024-09-03
math,os,os/*: use testenv.Executable
Kir Kolyshkin
2024-08-20
os: rm reiserfs exception from TestSeek
Kir Kolyshkin
2024-08-16
os: use O_EXCL instead of O_TRUNC in CopyFS to disallow rewriting existing files
Andy Pan
2024-08-08
os: fix Chtimes test flakes
Kir Kolyshkin
2024-08-06
os: remove non-constant format string in t.Errorf call
Tim King
2024-07-25
os,path/filepath,testing: use slices to clean up tests
apocelipes
2024-07-22
os: check relative paths in UserConfigDir and UserCacheDir
rhysd
2024-07-02
os: add TODO about removing test exception
Kir Kolyshkin
2024-06-26
os: rewrite TestChtimesWithZeroTimes
Kir Kolyshkin
2024-06-24
os: TestChtimes: separate hasNoatime
Kir Kolyshkin
2024-06-21
os: improve newFile, rm newDir
Kir Kolyshkin
2024-05-23
all: change from sort functions to slices functions where feasible
Ian Lance Taylor
2024-02-23
os: avoid writing within the tree during testing CopyFS
Andy Pan
2024-02-23
os: implement CopyFS
Andy Pan
2024-01-10
os: relax tests and add examples for UserCacheDir and UserConfigDir
Bryan C. Mills
2023-12-11
os: limit temp file randomness to uint32
Russ Cox
2023-11-21
os: avoid TestFileChdir fail when GOROOT is a symbolic link
qiulaidongfeng
2023-10-09
os: use strings.EqualFold in os_test.go
cui fliter
2023-09-12
os: fix TestRenameCaseDifference
Kir Kolyshkin
2023-09-05
all: use ^TestName$ regular pattern for invoking a single test
Dmitri Shuralyov
2023-09-05
os: don't invoke shell in TestStatStdin
Ian Lance Taylor
2023-08-21
os: add tests for UserCacheDir and UserConfigDir
Josh Kraft
2023-08-10
os: define TestIssue60181 only on Unix platforms
Bryan C. Mills
[next]