summaryrefslogtreecommitdiff
path: root/src/path/filepath/path_windows_test.go
Commit message (Expand)AuthorAgeFilesLines
* os: do not report ModeDir for symlinks on windowsAlex Brainman2017-04-261-2/+0
* path/filepath: add test to walk symlinkAlex Brainman2017-04-051-35/+20
* path/filepath: add test for directory junction walkAlex Brainman2017-02-121-0/+42
* path/filepath: fix TestWinSplitListTestsAreValid on some systemsRemi Gillig2017-02-111-1/+4
* path/filepath: make TestToNorm robustHiroshi Ioka2016-10-251-10/+19
* path/filepath: fix match of \\?\c:\* on WindowsRuss Cox2016-10-241-0/+8
* path/filepath: pass TestToNorm even if VolumeName(tmpdir) != VolumeName(pwd) ...Hiroshi Ioka2016-10-231-5/+4
* path/filepath: simplify TestToNormHiroshi Ioka2016-10-161-3/+5
* path/filepath: handle ".." in normalizing a path on WindowsHiroshi Ioka2016-08-301-2/+99
* path/filepath: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka2016-08-231-20/+0
* path/filepath: normalize output of EvalSymlinks on windowsHiroshi Ioka2016-04-051-0/+56
* path/filepath: use fsutil with TestEvalSymlinksCanonicalNamesAlex Brainman2016-03-291-0/+105
* path/filepath: test EvalSymlinks returns canonical path on windowsAlex Brainman2015-10-221-0/+63
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+113