aboutsummaryrefslogtreecommitdiff
path: root/src/testing/fstest/testfs.go
AgeCommit message (Expand)Author
2025-10-13all: replace calls to errors.As with errors.AsTypeJulien Cretel
2025-02-03io/fs: add ReadLinkFS interfaceRoxy Light
2025-01-14testing/fstest: fix function name and commentcuishuang
2024-10-02all: use slices.Sorted(maps.Keys(m))Tobias Klauser
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-05testing/fstest: return structured errors in TestFSOlivier Mengué
2023-06-16testing/fstest: fix the Glob test when dir entries are out of orderAchille Roussel
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-04-21io/fs: document that caller can modify slice returned by ReadFileIan Lance Taylor
2021-04-05all: update references to symbols moved from io/ioutil to ioKimMachineGun
2021-03-12Revert "testing/fstest: test that ReadDirFile on a non-dir fails"Josh Bleecher Snyder
2021-03-11testing/fstest: clarify TestFS docsJosh Bleecher Snyder
2021-03-11testing/fstest: test that ReadDirFile on a non-dir failsJosh Bleecher Snyder
2021-02-25testing/fstest: treat dash specially when building globIan Lance Taylor
2021-02-05testing/fstest: avoid symlink-induced failures in testerRuss Cox
2021-01-08testing/fstest,os: clarify racy behavior of TestFSAustin Clements
2021-01-04testing/fstest: fix typo in error messageDrGo
2020-12-04io/fs: add SubRuss Cox
2020-10-23io/fs, path, path/filepath, testing/fstest: validate patterns in Match, GlobRuss Cox
2020-10-20io/fs: add Glob and GlobFSRuss Cox
2020-10-20io/fs: add ReadDir and ReadDirFSRuss Cox
2020-10-20io/fs: add Stat and StatFSRuss Cox
2020-10-20io/fs: add ReadFile and ReadFileFSRuss Cox
2020-10-20testing/fstest: new package for testing file system codeRuss Cox