summaryrefslogtreecommitdiff
path: root/src/os/os_unix_test.go
Commit message (Expand)AuthorAgeFilesLines
* os: use poller when NewFile is called with a blocking descriptor.Nick Patavalis2018-04-111-0/+54
* os: respect umask in Mkdir and OpenFile on BSD systems when perm has ModeStic...Yuval Pavel Zholkover2018-02-231-0/+20
* os: remove redundant GOOS checks in chown testsTobias Klauser2017-11-301-13/+0
* os: don't let File.Readdir return an empty slice and nil errorBrad Fitzpatrick2016-08-291-0/+39
* os: skip Lchown test on Android if symlink doesn't workHana Kim2016-05-091-0/+3
* all: single space after period.Brad Fitzpatrick2016-03-021-6/+6
* os: make TestLchown actually test Lchown.Rahul Chaudhry2015-12-141-16/+7
* os: add explicit tests for fchown(2) and lchown(2) on unix platformsDave Cheney2015-07-311-2/+108
* os: fix TestMkdirAllAtSlash on Plan 9David du Colombier2015-02-021-0/+4
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+76