summaryrefslogtreecommitdiff
path: root/src/os/os_test.go
Commit message (Expand)AuthorAgeFilesLines
* os: avoid allocation in File.WriteStringJosh Bleecher Snyder2021-02-251-0/+18
* io/fs: allow backslash in ValidPath, reject in os.DirFS.OpenRuss Cox2021-02-111-0/+34
* os: force consistent mtime before running fstest on directory on WindowsJason A. Donenfeld2021-01-251-0/+27
* os: invoke processKiller synchronously in testKillProcessBryan C. Mills2021-01-151-7/+9
* testing/fstest,os: clarify racy behavior of TestFSAustin Clements2021-01-081-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-21/+21
* os: add ReadFile, WriteFile, CreateTemp (was TempFile), MkdirTemp (was TempDi...Russ Cox2020-12-021-3/+23
* os: avoid nil returns from Readdirnames, Readdir, ReadDirRuss Cox2020-11-041-0/+12
* os: add DirFSRuss Cox2020-10-201-0/+7
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-1/+1
* os: add File.ReadDir method and DirEntry typeRuss Cox2020-10-201-16/+108
* Revert "test: add regression test from #41474"Alberto Donizetti2020-10-191-18/+0
* test: add regression test from #41474Alberto Donizetti2020-10-171-0/+18
* os: call f.Close before t.Fatal to avoid vet unreachable code warningsgzdaijie2020-10-121-1/+1
* all: add GOOS=iosCherry Zhang2020-09-231-4/+4
* os: implement File.Chmod on WindowsConstantin Konstantinidis2020-09-111-11/+16
* os: return a *PathError from Readdirnames and Readdir on POSIX platformsBryan C. Mills2020-08-251-0/+4
* syscall: preserve Windows file permissions for O_CREAT|O_TRUNCIan Lance Taylor2020-05-201-0/+31
* os, net: define and use os.ErrDeadlineExceededIan Lance Taylor2020-04-251-0/+12
* all: remove scattered remnants of darwin/armAustin Clements2020-04-081-4/+4
* os: seek should invalidate any cached directory readsKeith Randall2020-03-011-0/+31
* syscall: fix Fchdir on js/wasmRichard Musiol2020-03-011-0/+35
* all: fix incorrect channel and API usage in some unit testsZiheng Liu2020-02-271-2/+15
* io/ioutil: reject path separators in TempDir, TempFile patternConstantin Konstantinidis2020-02-261-1/+1
* os: skip a new failing test on WindowsBrad Fitzpatrick2019-12-061-0/+42
* os: allow case only renames on case-insensitive filesystemsAudrius Butkevicius2019-11-011-0/+61
* syscall: reenable sysctl on iOSJason A. Donenfeld2019-10-231-3/+0
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-8/+2
* os: re-enable TestPipeThreads on darwinShenghou Ma2019-10-061-2/+0
* net,os: disable more sysctl tests on iOSElias Naur2019-09-071-0/+3
* os: skip TestPipeThreads on GOOS=darwinEmmanuel Odeke2019-08-311-0/+2
* os,time: fix tests on iOSElias Naur2019-05-011-0/+1
* os: fix tests on self-hosted Go buildsElias Naur2019-04-301-9/+25
* all: add new GOOS=illumos, split out of GOOS=solarisJoshua M. Clulow2019-04-301-2/+2
* os: skip Open("/") on AndroidElias Naur2019-04-071-1/+1
* os: reject WriteAt if file opened in append modeLE Manh Cuong2019-03-271-0/+15
* internal/poll: make FD.isFile mean whether it isn't socket on WindowsWèi Cōngruì2019-03-061-2/+6
* os: return an error from UserHomeDir to match UserCacheDirDavid Heuschmann2018-11-221-3/+6
* os: ensure tests pass even if GOROOT is read-onlyDiogo Pinela2018-10-281-40/+1
* os: fix tests for AIXClément Chigot2018-10-261-1/+5
* all: fix a bunch of misspellingsIgor Zhilianin2018-10-061-1/+1
* os: add UserHomeDirBrad Fitzpatrick2018-10-031-0/+14
* os: add js/wasm architectureRichard Musiol2018-06-011-1/+3
* os: fix missing break bug in earlier CL 110295's use of UnameBrad Fitzpatrick2018-05-011-20/+15
* os: find Hostname using Uname to fix AndroidBrad Fitzpatrick2018-04-301-1/+10
* os: do not test Lstat in TestDevNullFileAlex Brainman2018-03-261-6/+0
* os: treat "nul" as DevNull file on windowsAlex Brainman2018-03-251-9/+46
* os: do not forget to set ModeDevice when using ModeCharDeviceAlex Brainman2018-02-261-1/+1
* syscall: make Seek use SetFilePointerEx on Windows, allowing large seek offsetsBrad Fitzpatrick2017-12-071-4/+16
* os: ignore Chtimes test failure on NetBSD if fs mounted noatimeBrad Fitzpatrick2017-12-011-1/+6