aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/syscall_windows_test.go
AgeCommit message (Expand)Author
2025-05-15os: set FILE_FLAG_BACKUP_SEMANTICS when opening without I/O accessqmuntal
2025-04-30syscall: cache Errno.Error() on WindowsJake Bailey
2024-11-20syscall: do not run TestSyscallAllocations in parallel with other testsRuss Cox
2024-11-06syscall: mark SyscallN as noescapeqmuntal
2024-10-18syscall: keep write access when O_TRUNC is used on Windowsqmuntal
2024-10-10syscall: support more flags when opening directories on Windowsqmuntal
2024-10-10syscall: fix Open param namesqmuntal
2024-10-10syscall,os: move flags validation from os.OpenFile to syscall.Openqmuntal
2024-09-04all: use t.Chdir in testsKir Kolyshkin
2023-08-17syscall: don't check non-existent return code in GetStartupInfoTobias Klauser
2023-06-14syscall: Fix Getwd on Windows to correctly handle long paths.Qi Xiao
2023-05-30syscall: fix ComputerName on Windowsqmuntal
2023-05-04syscall: reduce memory allocated by UTF16FromStringFrediano Ziglio
2022-11-14os,syscall: File.Stat to use file handle for directories on Windowsqmuntal
2022-05-09os, syscall: don't consider stderr output as part of hostnameDmitri Shuralyov
2021-06-15syscall: disable c-shared test when no cgo, for windows/armJason A. Donenfeld
2021-06-15syscall: rewrite handle inheritance test to use C rather than PowershellJason A. Donenfeld
2021-06-11syscall: do not load native libraries on non-native powershell on armJason A. Donenfeld
2021-05-08syscall: do not change stdio handle inheritanceAlex Brainman
2021-04-07syscall: replace os.MkdirTemp with T.TempDirianwoolf
2021-03-11syscall: use runtime.KeepAlive for ProcThreadAttributeList argumentsJason A. Donenfeld
2021-03-04syscall: treat proc thread attribute lists as unsafe.PointersJason A. Donenfeld
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2018-06-11syscall: update TOKEN_ALL_ACCESS according to WinNT.hThanabodee Charoenpiriyakij
2014-09-08build: move package sources from src/pkg to srcRuss Cox