aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path_test.go
AgeCommit message (Expand)Author
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
2016-09-05path/filepath: handle "C:." correctly in EvalSymlinks on WindowsHiroshi Ioka
2016-08-30path/filepath: handle ".." in normalizing a path on WindowsHiroshi Ioka
2016-08-25path/filepath: don't return SkipDir at topIan Lance Taylor
2016-08-23path/filepath: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka
2016-04-11all: use bytes.Equal, bytes.Contains and strings.Contains, againDominik Honnef
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-15path/filepath: include test number in TestIssue13582 outputAlex Brainman
2015-12-14path/filepath: keep walking if EvalSymlinks returns symlinkAlex Brainman
2015-12-06path/filepath: handle c: as first parameter in Join properlyAlex Brainman
2015-11-17path/filepath: in Rel use case-insensitive comparison on WindowsMohit Agarwal
2015-11-12path/filepath: in Rel use case-insensitive comparison on WindowsYasuhiro Matsumoto
2015-11-01path/filepath: fix EvalSymlinks(".") on windowsAlex Brainman
2015-10-22path/filepath: test EvalSymlinks returns canonical path on windowsAlex Brainman
2015-10-20path/filepath: disable symlink tests on android.Hyang-Ah Hana Kim
2015-08-21all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-06-29path/filepath: document and test behavior of SkipDir on filesRuss Cox
2015-04-13path/filepath: skip test on darwin/arm64David Crawshaw
2015-03-01path/filepath: get tests working on darwin/armDavid Crawshaw
2015-02-06all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi
2015-01-20path/filepath: make Join handle UNC paths on WindowsEmil Hessman
2014-09-08build: move package sources from src/pkg to srcRuss Cox