aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path_windows_test.go
AgeCommit message (Expand)Author
2020-10-25path/filepath: allow EvalSymlinks to work on UNC share roots on WindowsKevin Parsons
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-03-01path/filepath: do not call GetFinalPathNameByHandle from EvalSymlinksAlex Brainman
2019-01-15path/filepath: skip part of TestNTNamespaceSymlinkAlex Brainman
2019-01-10path/filepath: return special error from EvalSymlinksAlex Brainman
2018-09-26all: use strings.ReplaceAll and bytes.ReplaceAll where applicableBrad Fitzpatrick
2018-04-26path/filepath: fix Win32 tests missing 'chcp'Lubomir I. Ivanov (VMware)
2017-10-05path/filepath: re-implement windows EvalSymlinksAlex Brainman
2017-09-24path/filepath: simplify TestEvalSymlinksAlex Brainman
2017-04-26os: do not report ModeDir for symlinks on windowsAlex Brainman
2017-04-05path/filepath: add test to walk symlinkAlex Brainman
2017-02-12path/filepath: add test for directory junction walkAlex Brainman
2017-02-11path/filepath: fix TestWinSplitListTestsAreValid on some systemsRemi Gillig
2016-10-25path/filepath: make TestToNorm robustHiroshi Ioka
2016-10-24path/filepath: fix match of \\?\c:\* on WindowsRuss Cox
2016-10-23path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) ...Hiroshi Ioka
2016-10-16path/filepath: simplify TestToNormHiroshi Ioka
2016-08-30path/filepath: handle ".." in normalizing a path on WindowsHiroshi Ioka
2016-08-23path/filepath: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka
2016-04-05path/filepath: normalize output of EvalSymlinks on windowsHiroshi Ioka
2016-03-29path/filepath: use fsutil with TestEvalSymlinksCanonicalNamesAlex Brainman
2015-10-22path/filepath: test EvalSymlinks returns canonical path on windowsAlex Brainman
2014-09-08build: move package sources from src/pkg to srcRuss Cox