aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path_test.go
AgeCommit message (Expand)Author
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