aboutsummaryrefslogtreecommitdiff
path: root/src/os/os_test.go
AgeCommit message (Expand)Author
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-02-25os: avoid allocation in File.WriteStringJosh Bleecher Snyder
2021-02-11io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox
2021-01-25os: force consistent mtime before running fstest on directory on WindowsJason A. Donenfeld
2021-01-15os: invoke processKiller synchronously in testKillProcessBryan C. Mills
2021-01-08testing/fstest,os: clarify racy behavior of TestFSAustin Clements
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-12-02os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox
2020-11-04os: avoid nil returns from Readdirnames, Readdir, ReadDirRuss Cox
2020-10-20os: add DirFSRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-20os: add File.ReadDir method and DirEntry typeRuss Cox
2020-10-19Revert "test: add regression test from #41474"Alberto Donizetti
2020-10-17test: add regression test from #41474Alberto Donizetti
2020-10-12os: call f.Close before t.Fatal to avoid vet unreachable code warningsgzdaijie
2020-09-23all: add GOOS=iosCherry Zhang
2020-09-11os: implement File.Chmod on WindowsConstantin Konstantinidis
2020-08-25os: return a *PathError from Readdirnames and Readdir on POSIX platformsBryan C. Mills
2020-05-20syscall: preserve Windows file permissions for O_CREAT|O_TRUNCIan Lance Taylor
2020-04-25os, net: define and use os.ErrDeadlineExceededIan Lance Taylor
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2020-03-01os: seek should invalidate any cached directory readsKeith Randall
2020-03-01syscall: fix Fchdir on js/wasmRichard Musiol
2020-02-27all: fix incorrect channel and API usage in some unit testsZiheng Liu
2020-02-26io/ioutil: reject path separators in TempDir, TempFile patternConstantin Konstantinidis
2019-12-06os: skip a new failing test on WindowsBrad Fitzpatrick
2019-11-01os: allow case only renames on case-insensitive filesystemsAudrius Butkevicius
2019-10-23syscall: reenable sysctl on iOSJason A. Donenfeld
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
2019-10-06os: re-enable TestPipeThreads on darwinShenghou Ma
2019-09-07net,os: disable more sysctl tests on iOSElias Naur
2019-08-31os: skip TestPipeThreads on GOOS=darwinEmmanuel Odeke
2019-05-01os,time: fix tests on iOSElias Naur
2019-04-30os: fix tests on self-hosted Go buildsElias Naur
2019-04-30all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow
2019-04-07os: skip Open("/") on AndroidElias Naur
2019-03-27os: reject WriteAt if file opened in append modeLE Manh Cuong
2019-03-06internal/poll: make FD.isFile mean whether it isn't socket on WindowsWèi Cōngruì
2018-11-22os: return an error from UserHomeDir to match UserCacheDirDavid Heuschmann
2018-10-28os: ensure tests pass even if GOROOT is read-onlyDiogo Pinela
2018-10-26os: fix tests for AIXClément Chigot
2018-10-06all: fix a bunch of misspellingsIgor Zhilianin
2018-10-03os: add UserHomeDirBrad Fitzpatrick
2018-06-01os: add js/wasm architectureRichard Musiol
2018-05-01os: fix missing break bug in earlier CL 110295's use of UnameBrad Fitzpatrick
2018-04-30os: find Hostname using Uname to fix AndroidBrad Fitzpatrick
2018-03-26os: do not test Lstat in TestDevNullFileAlex Brainman
2018-03-25os: treat "nul" as DevNull file on windowsAlex Brainman
2018-02-26os: do not forget to set ModeDevice when using ModeCharDeviceAlex Brainman
2017-12-07syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsetsBrad Fitzpatrick