aboutsummaryrefslogtreecommitdiff
path: root/src/os/error_test.go
AgeCommit message (Expand)Author
2021-04-12os: restore testErrNotExist's working directory on os.Chdir successGrace Han
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2019-08-02os: don't consult Is methods on non-syscall error typesDamien Neil
2019-03-20os: make errors.Is work with ErrPermission et al.Damien Neil
2019-03-20os: add PathError.UnwrapJonathan Amsterdam
2016-10-24os: add ErrClosed, return for use of closed FileDan Caddigan
2016-04-03os: make IsExists also recognize syscall.ENOTEMPTYBrad Fitzpatrick
2015-10-10os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError tooBrad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox