index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
syscall_windows_test.go
Age
Commit message (
Expand
)
Author
2025-07-28
internal/runtime/syscall/windows: factor out code from runtime
qmuntal
2025-05-21
runtime: skip windows stack tests in race mode
Michael Pratt
2025-02-25
all: surround -test.run arguments with ^$
qmuntal
2025-02-24
all: use testenv.Executable instead of os.Executable and os.Args[0]
qmuntal
2024-11-18
runtime: relax TestWindowsStackMemory from 100kB to 128kB
Russ Cox
2024-10-11
runtime: reduce syscall.SyscallX stack usage
qmuntal
2024-09-04
all: use t.Chdir in tests
Kir Kolyshkin
2023-08-31
runtime: remove unnecessary timeout in TestCallbackInAnotherThread
qmuntal
2023-05-08
runtime: remove TestCrashExitCode
qmuntal
2023-05-05
runtime: don't check the exit code in TestWERDialogue
qmuntal
2023-04-10
runtime: support GOTRACEBACK=wer on Windows
qmuntal
2023-01-31
runtime: always use LoadLibraryEx to load system libraries
qmuntal
2022-11-29
testing: remove stale builder names from windows tests
Than McIntosh
2022-11-21
testing: skip flaky TestRaiseException on windows-amd64-2012-*
Than McIntosh
2022-09-29
all: use strings.Builder where appropriate
hopehook
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2022-01-13
testing: skip flaky TestRaiseException on windows-amd64-2012
Patrik Nyblom
2021-12-14
testing: retry spurious errors from RemoveAll for temp directories
Bryan C. Mills
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-09-30
runtime: avoid run TestSyscallN in parallel
Changkun Ou
2021-08-19
syscall: add SyscallN
Changkun Ou
2021-05-24
runtime: account for spill slots in Windows callback compilation
Michael Anthony Knyszek
2021-04-14
runtime: increase maxargs to avoid syscall18 crash when called with more than...
El Mostafa Idrassi
2021-04-08
runtime: replace os.MkdirTemp with T.TempDir
ianwoolf
2021-03-31
runtime: support register ABI Go functions from Windows callbacks
Michael Anthony Knyszek
2020-12-09
all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp
Russ Cox
2020-11-27
runtime: return 0 from C function in test
Jason A. Donenfeld
2020-10-31
database/sql, runtime: correct *.Fatal inside goroutines in tests
Emmanuel T Odeke
2020-10-26
runtime: fix sub-uintptr-sized Windows callback arguments
Austin Clements
2020-10-26
runtime: tidy Windows callback test
Austin Clements
2020-02-25
runtime: allow float syscall return values on windows amd64
Richard Wilkes
2019-02-26
runtime: fix syscall.NewCallback to return all bits for uintptr values
Alex Brainman
2018-12-30
runtime: use EnumTimeFormatsEx instead of EnumWindows in callback tests
Jordan Rhee
2018-07-02
runtime: query thread stack size from OS on Windows
Austin Clements
2018-06-05
runtime: handle windows callback on non-go thread
Bill Zissimopoulos
2018-05-26
runtime: implement TestCallbackInAnotherThread
Alex Brainman
2017-11-14
runtime: make TestWindowsStackMemory build even with CGO_ENABLED=0 set
Alex Brainman
2017-11-03
cmd/link: restore windows stack commit size back to 4KB
Alex Brainman
2017-09-20
all: correct location of go tool
Hiroshi Ioka
2017-04-03
all: fix minor misspellings
Eric Lagergren
2017-03-21
runtime: import os package in BenchmarkRunningGoProgram
Alex Brainman
2016-10-28
runtime: pass windows float syscall args via XMM
David Crawshaw
2016-09-28
runtime: use RtlGenRandom instead of CryptGenRandom
Alex Brainman
2016-04-09
runtime: revert "do not call timeBeginPeriod on windows"
Dmitry Vyukov
2016-04-05
runtime: leave directory before removing it in TestDLLPreloadMitigation
Alex Brainman
2016-04-05
runtime: remove race out of BenchmarkChanToSyscallPing1ms
Alex Brainman
2016-04-04
runtime: change osyield to use Windows SwitchToThread
Alex Brainman
2016-04-01
runtime, syscall: only search for Windows DLLs in the System32 directory
Brad Fitzpatrick
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-12-29
runtime: move test programs out of source code, coalesce
Russ Cox
[next]