aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/dirent_test.go
AgeCommit message (Expand)Author
2025-08-11net, os, file/filepath, syscall: use slices.Equal in testsTobias Klauser
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2023-09-22all: clean unnecessary casts for test filesJes Cok
2022-03-29all: use new "unix" build tag where appropriateIan Lance Taylor
2022-03-18syscall: unskip TestDirentRepeat on freebsdTobias Klauser
2022-01-07syscall: in TestDirent, make as many ReadDirent calls as are neededBryan C. Mills
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-04-07syscall: replace os.MkdirTemp with T.TempDirianwoolf
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2019-08-29syscall: enable ReadDirent tests on aix, linux and solarisTobias Klauser