summaryrefslogtreecommitdiff
path: root/src/os/os_test.go
Commit message (Collapse)AuthorAgeFilesLines
* os, syscall: test Chtimes on directories, fix on WindowsRuss Cox2014-10-061-9/+38
| | | | | | | | | Fixes issue 8090. LGTM=alex.brainman R=alex.brainman CC=golang-codereviews https://codereview.appspot.com/154020043
* os: skip TestRemoveAllRace on WindowsRuss Cox2014-09-181-0/+8
| | | | | | | | | | It's just fundamentally incompatible with Windows' pickiness about removing things that are in use. TBR=brainman CC=golang-codereviews https://codereview.appspot.com/142270043
* os: avoid error result when dir is removed out from under RemoveAllRuss Cox2014-09-181-0/+42
| | | | | | | | | Fixes issue 7776. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews, r https://codereview.appspot.com/145860043
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+1405
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.