aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/os/file_anyos_test.go
AgeCommit message (Expand)Author
6 daysproperly handle unix read on directoryThomas Legris
2023-05-03os: implement os.(*File).ReadDir for -target=wasiAchille Roussel
2023-05-03os: add os.(*File).SyncAchille Roussel
2023-03-28fix resource leak in os.(*File).CloseAchille Roussel
2022-12-19build: drop deprecated build tagsYurii Soldak
2022-04-25TestChdir: avoid cd .., as wasi does not really support it yet. Tiptoes aroun...Dan Kegel
2022-03-16test: write into a temp file and read from its fdZauberNerd
2022-03-16test: simple test to verify os.File.Fd() is workingZauberNerd
2022-02-04all: update build constraints to Go 1.17Ayke van Laethem
2021-12-07os: implement and smoketest os.ChdirDan Kegel
2021-11-30os: TempDir(): obey TMPDIR on unix, TMP on win, etcDan Kegel