aboutsummaryrefslogtreecommitdiff
path: root/src/os/os_test.go
AgeCommit message (Expand)Author
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
2017-12-01os: ignore Chtimes test failure on NetBSD if fs mounted noatimeBrad Fitzpatrick
2017-11-30Revert "os: remove skipped test on netbsd"Brad Fitzpatrick
2017-11-30os: remove skipped test on netbsdBrad Fitzpatrick
2017-11-29os: correct err check in TestChdirAndGetwdTobias Klauser
2017-11-06syscall: fix NaCl Link syscall error handlingTim Wright
2017-11-03cmd/go: run vet automatically during go testRuss Cox
2017-10-05all: revert "all: prefer strings.IndexByte over strings.Index"Marvin Stenger
2017-09-25all: prefer strings.IndexByte over strings.IndexMarvin Stenger
2017-09-13os: avoid crashing with a thundering herd in TestPipeThreadsIan Lance Taylor