aboutsummaryrefslogtreecommitdiff
path: root/src/os/os_windows_test.go
AgeCommit message (Expand)Author
2025-07-15os: remove useless error checkguoguangwu
2025-04-24os,internal/poll: disassociate handle from IOCP in File.Fdqmuntal
2025-04-15os: handle trailing slashes in os.RemoveDir on WindowsDamien Neil
2025-04-14os,internal/poll: support I/O on overlapped files not added to the pollerqmuntal
2025-04-09os: clean-up NewFile testsqmuntal
2025-04-04os: support overlapped IO with NewFileqmuntal
2025-03-31os,internal/poll: support I/O on overlapped handles not added to the pollerqmuntal
2024-11-19Revert "os: check for valid Windows path when creating files"George Adams
2024-10-31os: fix findOneDriveDir to expand REG_SZ registry valuesGeorge Adams
2024-10-29os: check for valid Windows path when creating filesGeorge Adams
2024-10-28os: don't check for developer mode in TestSymlinkCreationqmuntal
2024-10-28os: add File.Close for TestFileStatNULchangwang ma
2024-09-23os: skip TestReadlink sub-tests requiring symlinks when not enoughqmuntal
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2024-09-03math,os,os/*: use testenv.ExecutableKir Kolyshkin
2024-07-25os,path/filepath,testing: use slices to clean up testsapocelipes
2024-05-23all: change from sort functions to slices functions where feasibleIan Lance Taylor
2024-04-16os: remove unused issueNo fieldTobias Klauser
2024-03-05os: fix 63703.md release notesqmuntal
2024-03-04os: don't normalize volumes to drive letters in os.Readlinkqmuntal
2024-03-04os: don't treat mount points as symbolic linksqmuntal
2023-11-20src: a/an grammar fixesVille Skyttä
2023-09-12all: fix Microsoft linksqmuntal
2023-09-05all: use ^TestName$ regular pattern for invoking a single testDmitri Shuralyov
2023-08-16os: support file systems without file IDs when reading directories on windowsqmuntal
2023-08-08os: follow all name surrogate reparse points in Stat on Windowsqmuntal
2023-08-07os: fix test failure when Workstation service is not enabledqiulaidongfeng
2023-07-25os: mark the share created by TestNetworkSymbolicLink as temporaryBryan C. Mills
2023-05-24os: explicitly check for invalid FD in NewFileMichael Pratt
2023-05-15os, syscall: support ill-formed UTF-16 strings on Windowsqmuntal
2023-01-28os: fix findOneDriveDir to expand strings that contain environment variablesDaniela Petruzalek
2023-01-23os: treat non-symlink reparse points as irregular filesBryan C. Mills
2023-01-19os: clean up testsBryan C. Mills
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-11-09os: remove special casing of NUL in Windows file operationsDamien Neil
2022-04-03os: run TestStatSymlinkLoop on all platformsTobias Klauser
2021-04-09os: replace os.MkdirTemp with T.TempDirManlio Perillo
2021-04-04os: don't use T.Cleanup in TestRemoveAllLongPathTobias Klauser
2021-04-04os, path/filepath: use T.Cleanup to restore the original working directoryianwoolf
2021-01-18os: do not close syscall.Stdin in TestReadStdinJason A. Donenfeld
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
2020-05-28os: in Symlink, stat the correct target path for drive-relative targets on Wi...Bryan C. Mills
2019-12-06all: fix most of the remaining windows -d=checkptr violationsAlex Brainman
2019-09-09src: gofmt -sAinar Garipov
2019-08-29os: return an error when the argument of Mkdir on Windows is os.DevNullConstantin Konstantinidis
2019-03-20os: fix windows Lstat missing name for some filesLE Manh Cuong
2019-03-01os: make Readlink work with symlinks with target like \??\Volume{ABCD}\Alex Brainman
2019-02-26all: fix typos as reported by 'misspell'Leon Klingele
2018-12-27os: add SyscallConn method for os.FileIan Lance Taylor