aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path_test.go
AgeCommit message (Expand)Author
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-10-08path/filepath: return cleaned path from RelFederico Guerinoni
2025-02-19path/filepath: use RtlIsDosDeviceName_U to detect Windows devicesqmuntal
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2024-03-22path/filepath: use slices to simplify the test codeapocelipes
2024-03-04os: don't treat mount points as symbolic linksqmuntal
2024-02-26path/filepath: add LocalizeDamien Neil
2024-02-26path/filepath: support multiple TestAbs runs on Windowsqmuntal
2023-11-09path/filepath: consider \\?\c: as a volume on WindowsDamien Neil
2023-11-07path/filepath: fix various issues in parsing Windows pathsDamien Neil
2023-09-12io/fs, path/filepath, cmd/gofmt: replace statDirEntry with fs.FileInfoToDirEntrymstmdev
2023-08-08path/filepath: don't drop .. elements when cleaning invalid Windows pathsDamien Neil
2023-06-16path/filepath: avoid assuming that GOROOT/test is presentBryan C. Mills
2023-05-04all: add String for fs.{FileInfo,DirEntry} implementationsIan Lance Taylor
2023-04-14path/filepath,cmd/go: skip tests involving double-symlinks on iosBryan C. Mills
2023-04-13path/filepath: add test cases for walking a symlink-to-symlink-to-dirBryan C. Mills
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-02-14path/filepath: do not Clean("a/../c:/b") into c:\b on WindowsDamien Neil
2023-01-25os: make Lstat for symlinks on Windows consistent with POSIXBryan C. Mills
2023-01-20path/filepath: fix evaluation of symlinks to paths under /tmp on macOSmatsuyoshi30
2022-12-02path/filepath: make Join("c:", "/a") return "c:/a" againDamien Neil
2022-11-17path/filepath: detect Windows CONIN$ and CONOUT$ paths in IsLocalDamien Neil
2022-11-17path/filepath: remove IsLocal tests dependent on Windows versionDamien Neil
2022-11-16path/filepath: add IsLocalDamien Neil
2022-11-09Revert "path/filepath: change IsAbs("NUL") to return true"Damien Neil
2022-11-09path/filepath: detect all forms of \\ volume paths on WindowsDamien Neil
2022-08-25path/filepath, io/fs: add SkipAllPaschalis Tsilias
2022-05-24path/filepath: do not remove prefix "." when following path contains ":".Yasuhiro Matsumoto
2022-03-28io/fs, path/filepath: honor SkipDir on second WalkDirFunc error callIan Lance Taylor
2022-03-18internal/testenv: add GOROOT and use it to fix tests broken with -trimpathBryan C. Mills
2021-08-18path/filepath: change IsAbs to treat \\host\share as an absolute pathYasuhiro Matsumoto
2021-06-30path/filepath: deflake TestEvalSymlinksAboveRoot on darwinJosh Bleecher Snyder
2021-04-10path/filepath: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-06path/filepath: replace os.MkdirTemp with T.TempDirianwoolf
2021-04-04os, path/filepath: use T.Cleanup to restore the original working directoryianwoolf
2021-03-25path/filepath: make Rel handle Windows UNC shareAman Gupta
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-06io/fs: add WalkDirRuss Cox
2020-11-06path/filepath: add WalkDirRuss Cox
2020-11-05path/filepath: revert "add WalkDir"Dmitri Shuralyov
2020-11-04path/filepath: add WalkDirRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2020-10-06all: enable more tests on macOS/ARM64Cherry Zhang
2020-09-23all: add GOOS=iosCherry Zhang
2020-04-08all: remove scattered remnants of darwin/armAustin Clements
2019-03-05path/filepath: don't discard .. in EvalSymlinksIan Lance Taylor
2019-03-01path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinksAlex Brainman
2019-02-20path/filepath: revert "fix Windows-specific Clean bug"Ian Lance Taylor
2019-01-27path/filepath: skip TestIssue29372 on windows, if /tmp has symilinksAlex Brainman