aboutsummaryrefslogtreecommitdiff
path: root/src/os/os_test.go
AgeCommit message (Expand)Author
2026-02-26os: avoid escape from Root via ReadDir or ReaddirDamien Neil
2026-02-03internal/poll: readWriteUnlock should destroy fd when no remaining referencesqmuntal
2025-11-14std: fix printf("%q", int) mistakesAlan Donovan
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-05-27os: don't follow symlinks on Windows when O_CREATE|O_EXCL and read-onlyDamien Neil
2025-05-21os: skip TestOpenFileCreateExclDanglingSymlink when no symlinksDamien Neil
2025-05-14os: don't follow symlinks on Windows when O_CREATE|O_EXCLDamien Neil
2025-03-28os: add Root.SymlinkDamien Neil
2025-03-24os: add Root.LinkDamien Neil
2025-03-19os: skip Root.Chtimes atime check on netbsd, truncate a/mtime on plan9Damien Neil
2025-03-11os: add more File.WriteAt testsqmuntal
2025-03-06os: add missing calls to Root.Close() in testsOlivier Mengué
2025-03-04os: guarantee min buffer size for ReadFile reads on /proc-like filesBrad Fitzpatrick
2025-02-19syscall: don't truncate newly created files on Windowsqmuntal
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2024-11-22os: allow for variant plan9 error messages in TestOpenErrorRichard Miller
2024-11-20os: add Root.FSDamien Neil
2024-11-20os: add Root.RemoveDamien Neil
2024-11-20os: add RootDamien Neil
2024-10-31os: skip TestPipeThreads on aixPaul E. Murphy
2024-10-23syscall: only remove write data access when O_APPEND is set on Windowsqmuntal
2024-10-15os: use relative paths in a test dir in TestOpenErrorDamien Neil
2024-10-09os: handle umask comparing execute mode in verifyCopyFSIan Lance Taylor
2024-10-04os: check permissions of CopyFS copied filesxieyuschen
2024-09-17os: TestPipeThreads: remove openbsd special caseKir Kolyshkin
2024-09-06os: use Mkdir in TestCopyFSWithSymlinksKir Kolyshkin
2024-09-06os: use t.TempDir in TestRemoveAllRaceKir Kolyshkin
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2024-08-20os: rm reiserfs exception from TestSeekKir Kolyshkin
2024-08-16os: use O_EXCL instead of O_TRUNC in CopyFS to disallow rewriting existing filesAndy Pan
2024-08-08os: fix Chtimes test flakesKir Kolyshkin
2024-08-06os: remove non-constant format string in t.Errorf callTim King
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2024-07-22os: check relative paths in UserConfigDir and UserCacheDirrhysd
2024-07-02os: add TODO about removing test exceptionKir Kolyshkin
2024-06-26os: rewrite TestChtimesWithZeroTimesKir Kolyshkin
2024-06-24os: TestChtimes: separate hasNoatimeKir Kolyshkin
2024-06-21os: improve newFile, rm newDirKir Kolyshkin
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-02-23os: avoid writing within the tree during testing CopyFSAndy Pan
2024-02-23os: implement CopyFSAndy Pan
2024-01-10os: relax tests and add examples for UserCacheDir and UserConfigDirBryan C. Mills
2023-12-11os: limit temp file randomness to uint32Russ Cox
2023-11-21os: avoid TestFileChdir fail when GOROOT is a symbolic linkqiulaidongfeng
2023-10-09os: use strings.EqualFold in os_test.gocui fliter
2023-09-12os: fix TestRenameCaseDifferenceKir Kolyshkin
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-09-05os: don't invoke shell in TestStatStdinIan Lance Taylor
2023-08-21os: add tests for UserCacheDir and UserConfigDirJosh Kraft