aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path/filepath/path_test.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-22path/filepath: make Abs handle paths like c:a.txt properlyAlex Brainman
2014-08-07path/filepath: do not restore original working directory twice in testAlex Brainman
2014-07-17os: Implement symlink support for WindowsMichael Fraenkel
2014-05-20build: make nacl passRuss Cox
2013-12-17os, path/filepath: don't ignore Lstat errors in ReaddirBrad Fitzpatrick
2013-09-09path/filepath: fix race with other testsRuss Cox
2013-08-21all: protect alloc count tests by -testing.shortRob Pike
2013-05-24path/filepath: Skip TestEvalSymlinks. Plan 9 doesn't have symlinks.Christopher Nielsen
2013-03-06all: Skip AllocsPerRun tests if GOMAXPROCS>1.Albert Strasheim
2013-02-20path/filepath, os/exec: unquote PATH elements on WindowsPéter Surányi
2013-02-02testing: add AllocsPerRunKyle Lemons
2012-12-01all: set GOMAXPROCS to 1 when counting mallocsShenghou Ma
2012-06-28path/filepath: add test case for rooted ".."Han-Wen Nienhuys
2012-06-27path/filepath: avoid allocation in Clean of cleaned pathRuss Cox
2012-06-04path/filepath: fix testMikio Hara
2012-06-02path/filepath: implement documented SkipDir behaviorJan Mercl
2012-04-05path/filepath: move out of temp directory before deleting it in TestAbsAlex Brainman
2012-03-27path/filepath: convert drive letter to upper case in windows EvalSymlinksAlex Brainman
2012-03-23path/filepath: windows drive letter cannot be a digitAlex Brainman
2012-03-08all: gofmt -w -s src miscRobert Griesemer
2012-03-08path/filepath: retrieve real file name in windows EvalSymlinksAlex Brainman
2012-03-07os: fix SameFile to work for directories on windowsAlex Brainman
2012-03-07path/filepath: disable AbsTest on windowsRob Pike
2012-03-07path/filepath/path_test.go: repair and enable TestAbsRob Pike
2012-02-17path/filepath: fix test on darwinRob Pike
2012-02-16path, path/filepath: polish documentation.Rémy Oudompheng
2012-02-13all: update 'gotest' to 'go test'Shenghou Ma
2012-02-07path/filepath: repair and simplify the symlink testRob Pike
2012-02-04path/filepath: disable broken testsRuss Cox
2012-02-03os: turn FileStat.Sys into a method on FileInfoGustavo Niemeyer
2012-01-30build: remove Make.pkg, Make.toolRuss Cox
2012-01-25path/filepath: fix testRob Pike
2011-12-23path/filepath: implement Base and Dir for windowsAlex Brainman
2011-12-22path/filepath: DirRob Pike
2011-12-02gofmt -s misc srcRuss Cox
2011-11-30os: new FileInfo, FileMode types + update treeRuss Cox
2011-11-27filepath/path: fix Rel buffer sizingGustavo Niemeyer
2011-11-01src/pkg/[n-z]*: gofix -r error -force=errorRuss Cox
2011-10-04path/filepath: added Rel as the complement of AbsGustavo Niemeyer
2011-09-13path/filepath: new signature for WalkRob Pike
2011-09-09path/filepath: make UNC file names workYasuhiro Matsumoto
2011-09-07undo CL 4964067 / 661cb84cc6f0Robert Griesemer
2011-09-07path/filepath: Simplify Walk interfaceGustavo Niemeyer
2011-09-06cleanup: gofmt -s -w src miscRobert Griesemer
2011-07-18path/filepath: fixes for windows pathsAlex Brainman
2011-06-24path/filepath: enable TestWalk to run on windowsAlex Brainman
2011-06-02path/filepath: skip permission test in all.bashRuss Cox
2011-05-30filepath: Abs must always return a clean pathGustavo Niemeyer
2011-05-17filepath: make EvalSymlinks work on WindowsAlex Brainman