aboutsummaryrefslogtreecommitdiff
path: root/src/os/os_test.go
AgeCommit message (Expand)Author
10 daysall: 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
2023-08-10os: define TestIssue60181 only on Unix platformsBryan C. Mills
2023-08-09os: test that copying to append-only files doesn't fail on LinuxTobias Klauser
2023-06-14all: fix spelling errorsAlexander Yastrebov
2023-05-24os: add dirFs.ReadDir to implement fs.ReadDirFS for DirFSTobias Klauser
2023-05-24os: implement fs.ReadFileFS for DirFSSean Liao
2023-05-24os: make TestProgWideChdir detect more possible failure casesmiller
2023-05-19os: remove unnecessary return after t.FatalOleksandr Redko
2023-05-16os, syscall: permit setting mtime to Unix 0 on WindowsIan Lance Taylor
2023-05-11os: make Chtimes accept empty time values to skip file time modificationConstantin Konstantinidis
2023-04-28os: fix TestChdirAndGetwd/ReaddirnamesOneAtATime on wasip1 to run on Windows ...Takeshi Yoneda
2023-04-12syscall: implement Fchdir on Windowsqmuntal
2023-04-07os: add wasip1 supportJohan Brandhorst-Satzkorn
2023-03-29os: remove mixed dot- and non-dot- imports in testsIan Lance Taylor
2023-03-22os: avoid creating a new file in Truncate on WindowsNont Thanonchai
2023-01-31os: allow $HOME to not exist in TestUserHomeDirBryan C. Mills
2023-01-19os: clean up testsBryan C. Mills
2022-12-19os: reenable TestReaddirSmallSeek on windowsqmuntal
2022-12-10os: skip size test in TestLstat if the file is a symlinkIan Lance Taylor
2022-12-06os, net/http: avoid escapes from os.DirFS and http.Dir on WindowsDamien Neil
2022-11-17os: use testenv.Command instead of exec.Command in testscui fliter
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-11-09os: remove special casing of NUL in Windows file operationsDamien Neil
2022-10-31os: in TestDirFS only check returned path for unexpected stringIan Lance Taylor
2022-10-28os: don't include DirFS argument in DirFS errorsIan Lance Taylor
2022-10-08os: use poll.fdMutex for Plan 9 filesIan Lance Taylor
2022-10-06os: if dirFS.Open fails, undo use of backslashes in error messageIan Lance Taylor
2022-09-08os: fix wrong error msg from TestDoubleCloseErrorKir Kolyshkin
2022-09-07os: fix wrong error msg from TestReadClosedKir Kolyshkin
2022-09-07os: use strings.Buildercuiweixie
2022-05-18os: look up hostname from PATH in testSilke Hofstra
2022-05-09os, syscall: don't consider stderr output as part of hostnameDmitri Shuralyov
2022-04-25os: skip TestRemoveAllRace on dragonflyBryan C. Mills
2022-04-03os: run TestStatSymlinkLoop on all platformsTobias Klauser
2022-02-16os: eliminate arbitrary sleep in Kill testsBryan C. Mills
2022-01-02os: simplify ios checks in testsTobias Klauser
2021-12-21os: enable TestPipeThreads on FreeBSDTobias Klauser
2021-10-12os: Simplify size using io.Discard.Tamir Duberstein
2021-10-06all: use bytes.Cut, strings.CutRuss Cox
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo