aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path_test.go
AgeCommit message (Expand)Author
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
2019-01-10path/filepath: return special error from EvalSymlinksAlex Brainman
2018-12-24path/filepath: walkSymlinks: return correct error for file with trailing slashLE Manh Cuong
2018-11-02path/filepath: change IsAbs("NUL") to return trueAlex Brainman
2018-09-29path/filepath: fix Windows-specific Clean bugQtRoS
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-09-13path/filepath: rewrite walkSymlinksIan Lance Taylor
2018-08-26path/filepath: fix Join with Windows drive letterYasuhiro Matsumoto
2018-05-14path/filepath: make Abs("") return working directory on WindowsDmitri Shuralyov
2018-03-05path/filepath: use a temp dir in path_test.goMostyn Bramley-Moore
2017-09-25path/filepath: ensure Walk report unreadable directories onceWei Congrui
2017-09-24path/filepath: simplify TestEvalSymlinksAlex Brainman
2017-04-26os: do not report ModeDir for symlinks on windowsAlex Brainman
2017-04-25all: remove some unused parameters in test codeDaniel Martí
2017-04-05path/filepath: add test to walk symlinkAlex Brainman
2017-02-04path/filepath: ignore dot for Dir(`\\server\share`)Yasuhiro Matsumoto
2016-10-29path/filepath: fix Abs on WindowsZev Goldstein
2016-10-25test: delete bugs directoryJosh Bleecher Snyder
2016-10-12path/filepath: add a test case for EvalSymlinks errorHiroshi Ioka