summaryrefslogtreecommitdiff
path: root/src/path/filepath/path_test.go
Commit message (Expand)AuthorAgeFilesLines
* path/filepath: fix Abs on WindowsZev Goldstein2016-10-291-1/+4
* test: delete bugs directoryJosh Bleecher Snyder2016-10-251-2/+2
* path/filepath: add a test case for EvalSymlinks errorHiroshi Ioka2016-10-121-0/+22
* path/filepath: handle "C:." correctly in EvalSymlinks on WindowsHiroshi Ioka2016-09-051-0/+34
* path/filepath: handle ".." in normalizing a path on WindowsHiroshi Ioka2016-08-301-2/+30
* path/filepath: don't return SkipDir at topIan Lance Taylor2016-08-251-3/+18
* path/filepath: use testenv.MustHaveSymlink to simplify symlink testsHiroshi Ioka2016-08-231-16/+3
* all: use bytes.Equal, bytes.Contains and strings.Contains, againDominik Honnef2016-04-111-1/+1
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* path/filepath: include test number in TestIssue13582 outputAlex Brainman2015-12-151-2/+2
* path/filepath: keep walking if EvalSymlinks returns symlinkAlex Brainman2015-12-141-0/+69
* path/filepath: handle c: as first parameter in Join properlyAlex Brainman2015-12-061-1/+6
* path/filepath: in Rel use case-insensitive comparison on WindowsMohit Agarwal2015-11-171-0/+2
* path/filepath: in Rel use case-insensitive comparison on WindowsYasuhiro Matsumoto2015-11-121-0/+1
* path/filepath: fix EvalSymlinks(".") on windowsAlex Brainman2015-11-011-2/+83
* path/filepath: test EvalSymlinks returns canonical path on windowsAlex Brainman2015-10-221-26/+5
* path/filepath: disable symlink tests on android.Hyang-Ah Hana Kim2015-10-201-1/+1
* all: fix some vet-caught formatting errors, mostly but not only in testsRob Pike2015-08-211-4/+4
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* path/filepath: document and test behavior of SkipDir on filesRuss Cox2015-06-291-0/+29
* path/filepath: skip test on darwin/arm64David Crawshaw2015-04-131-5/+11
* path/filepath: get tests working on darwin/armDavid Crawshaw2015-03-011-0/+27
* all: don't refer to code.google.com/p/go{,-wiki}/Péter Surányi2015-02-061-1/+1
* path/filepath: make Join handle UNC paths on WindowsEmil Hessman2015-01-201-8/+20
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1028