]> Cypherpunks.ru repositories - gostls13.git/history - src/os/os_test.go
os: add tests for UserCacheDir and UserConfigDir
[gostls13.git] / src / os / os_test.go
2023-08-21 Josh Kraftos: add tests for UserCacheDir and UserConfigDir
2023-08-10 Bryan C. Millsos: define TestIssue60181 only on Unix platforms
2023-08-09 Tobias Klauseros: test that copying to append-only files doesn't...
2023-06-14 Alexander Yastrebovall: fix spelling errors
2023-05-24 Tobias Klauseros: add dirFs.ReadDir to implement fs.ReadDirFS for...
2023-05-24 Sean Liaoos: implement fs.ReadFileFS for DirFS
2023-05-24 milleros: make TestProgWideChdir detect more possible failure...
2023-05-19 Oleksandr Redkoos: remove unnecessary return after t.Fatal
2023-05-16 Ian Lance Tayloros, syscall: permit setting mtime to Unix 0 on Windows
2023-05-11 Constantin Konstan... os: make Chtimes accept empty time values to skip file...
2023-04-28 Takeshi Yonedaos: fix TestChdirAndGetwd/ReaddirnamesOneAtATime on...
2023-04-12 qmuntalsyscall: implement Fchdir on Windows
2023-04-07 Johan Brandhorst... os: add wasip1 support
2023-03-29 Ian Lance Tayloros: remove mixed dot- and non-dot- imports in tests
2023-03-22 Nont Thanonchaios: avoid creating a new file in Truncate on Windows
2023-01-31 Bryan C. Millsos: allow $HOME to not exist in TestUserHomeDir
2023-01-19 Bryan C. Millsos: clean up tests
2022-12-19 qmuntalos: reenable TestReaddirSmallSeek on windows
2022-12-10 Ian Lance Tayloros: skip size test in TestLstat if the file is a symlink
2022-12-06 Damien Neilos, net/http: avoid escapes from os.DirFS and http...
2022-11-17 cui fliteros: use testenv.Command instead of exec.Command in...
2022-11-14 qmuntalos,syscall: File.Stat to use file handle for directorie...
2022-11-09 Damien Neilos: remove special casing of NUL in Windows file operations
2022-10-31 Ian Lance Tayloros: in TestDirFS only check returned path for unexpecte...
2022-10-28 Ian Lance Tayloros: don't include DirFS argument in DirFS errors
2022-10-08 Ian Lance Tayloros: use poll.fdMutex for Plan 9 files
2022-10-06 Ian Lance Tayloros: if dirFS.Open fails, undo use of backslashes in...
2022-09-08 Kir Kolyshkinos: fix wrong error msg from TestDoubleCloseError
2022-09-07 Kir Kolyshkinos: fix wrong error msg from TestReadClosed
2022-09-07 cuiweixieos: use strings.Builder
2022-05-18 Silke Hofstraos: look up hostname from PATH in test
2022-05-09 Dmitri Shuralyovos, syscall: don't consider stderr output as part of...
2022-04-27 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-25 Bryan C. Millsos: skip TestRemoveAllRace on dragonfly
2022-04-05 Lasse Folger[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-04-03 Tobias Klauseros: run TestStatSymlinkLoop on all platforms
2022-03-07 David Chase[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-02-16 Bryan C. Millsos: eliminate arbitrary sleep in Kill tests
2022-02-03 Chressie Himpel[dev.boringcrypto] all: merge master into dev.boringcrypto
2022-01-02 Tobias Klauseros: simplify ios checks in tests
2021-12-21 Tobias Klauseros: enable TestPipeThreads on FreeBSD
2021-11-05 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2021-10-12 Tamir Dubersteinos: Simplify size using io.Discard.
2021-10-06 Russ Coxall: use bytes.Cut, strings.Cut
2021-07-06 Jay Conrod[dev.cmdgo] all: merge master (912f075) into dev.cmdgo
2021-05-17 Katie Hockman[dev.fuzz] all: merge master (d137b74) into dev.fuzz
2021-05-13 Filippo Valsorda[dev.boringcrypto] all: merge commit 9d0819b27c (CL...
2021-05-11 Cherry Mui[dev.typeparams] all: merge master (9b84814) into dev...
2021-04-09 Manlio Perilloos: replace os.MkdirTemp with T.TempDir
2021-02-25 Josh Bleecher Snyderos: avoid allocation in File.WriteString
2021-02-19 Katie Hockman[dev.fuzz] all: merge master (7764ee5) into dev.fuzz
2021-02-18 Rob Findley[dev.typeparams] merge master (2f0da6d) into dev.typeparams
2021-02-17 Russ Cox[dev.boringcrypto] all: merge master (2f0da6d) into...
2021-02-12 Cherry Zhang[dev.regabi] all: merge master (ff0e93e) into dev.regabi
2021-02-11 Russ Coxio/fs: allow backslash in ValidPath, reject in os.DirFS...
2021-01-26 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (5e4a0cd) into...
2021-01-26 Matthew Dempsky[dev.regabi] all: merge master (bf0f7c9) into dev.regabi
2021-01-25 Matthew Dempsky[dev.regabi] os: disable TestDirFS until #42637 is...
2021-01-25 Jason A. Donenfeldos: force consistent mtime before running fstest on...
2021-01-23 Gerrit Code ReviewMerge "[dev.typeparams] all: merge dev.regabi (7e0a81d...
2021-01-23 Matthew Dempsky[dev.typeparams] all: merge dev.regabi (7e0a81d) into...
2021-01-22 Matthew Dempsky[dev.regabi] all: merge master (dab3e5a) into dev.regabi
2021-01-15 Bryan C. Millsos: invoke processKiller synchronously in testKillProcess
2021-01-08 Austin Clementstesting/fstest,os: clarify racy behavior of TestFS
2020-12-14 Robert Griesemer[dev.typeparams] merge: merge branch 'dev.regabi' into...
2020-12-14 Alexander RakoczyMerge branch 'master' into dev.regabi
2020-12-14 Katie Hockman[dev.fuzz] all: merge master into dev.fuzz
2020-12-09 Russ Coxall: update to use os.ReadFile, os.WriteFile, os.Create...
2020-12-03 Russ Cox[dev.regabi] all: merge master (d0c0dc682c1f) into...
2020-12-02 Russ Coxos: add ReadFile, WriteFile, CreateTemp (was TempFile...
2020-11-20 Robert Griesemer[dev.typeparams] Merge branch 'master' into dev.typeparams
2020-11-18 Roland Shoemaker[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-18 Katie Hockman[dev.boringcrypto] crypto/hmac: merge up to 2a206c7...
2020-11-17 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-11-04 Russ Coxos: avoid nil returns from Readdirnames, Readdir, ReadDir
2020-10-23 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-20 Russ Coxos: add DirFS
2020-10-20 Russ Coxall: update references to symbols moved from os to...
2020-10-20 Russ Coxos: add File.ReadDir method and DirEntry type
2020-10-19 Alberto DonizettiRevert "test: add regression test from #41474"
2020-10-17 Alberto Donizettitest: add regression test from #41474
2020-10-12 Rob Findley[dev.typeparams] merge master into dev.typeparams
2020-10-12 gzdaijieos: call f.Close before t.Fatal to avoid vet unreachabl...
2020-09-30 Jeremy Faller[dev.link] Merge branch 'master' into dev.link
2020-09-23 Cherry Zhangall: add GOOS=ios
2020-09-11 Constantin Konstan... os: implement File.Chmod on Windows
2020-09-11 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-08-25 Bryan C. Millsos: return a *PathError from Readdirnames and Readdir...
2020-07-09 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-05-21 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-05-20 Ian Lance Taylorsyscall: preserve Windows file permissions for O_CREAT...
2020-05-07 Dmitri Shuralyov[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-30 Cherry Zhangcmd: merge branch 'dev.link' into master
2020-04-29 Than McIntosh[dev.link] all: merge branch 'master' into dev.link
2020-04-25 Ian Lance Tayloros, net: define and use os.ErrDeadlineExceeded
2020-04-10 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-04-08 Filippo Valsorda[dev.boringcrypto] all: merge master into dev.boringcrypto
2020-04-08 Austin Clementsall: remove scattered remnants of darwin/arm
2020-03-06 Cherry Zhang[dev.link] all: merge branch 'master' into dev.link
2020-03-01 Keith Randallos: seek should invalidate any cached directory reads
next