aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/syscall_windows_test.go
AgeCommit message (Expand)Author
2021-04-14runtime: increase maxargs to avoid syscall18 crash when called with more than...El Mostafa Idrassi
2021-04-08runtime: replace os.MkdirTemp with T.TempDirianwoolf
2021-03-31runtime: support register ABI Go functions from Windows callbacksMichael Anthony Knyszek
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-11-27runtime: return 0 from C function in testJason A. Donenfeld
2020-10-31database/sql, runtime: correct *.Fatal inside goroutines in testsEmmanuel T Odeke
2020-10-26runtime: fix sub-uintptr-sized Windows callback argumentsAustin Clements
2020-10-26runtime: tidy Windows callback testAustin Clements
2020-02-25runtime: allow float syscall return values on windows amd64Richard Wilkes
2019-02-26runtime: fix syscall.NewCallback to return all bits for uintptr valuesAlex Brainman
2018-12-30runtime: use EnumTimeFormatsEx instead of EnumWindows in callback testsJordan Rhee
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-06-05runtime: handle windows callback on non-go threadBill Zissimopoulos
2018-05-26runtime: implement TestCallbackInAnotherThreadAlex Brainman
2017-11-14runtime: make TestWindowsStackMemory build even with CGO_ENABLED=0 setAlex Brainman
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-09-20all: correct location of go toolHiroshi Ioka
2017-04-03all: fix minor misspellingsEric Lagergren
2017-03-21runtime: import os package in BenchmarkRunningGoProgramAlex Brainman
2016-10-28runtime: pass windows float syscall args via XMMDavid Crawshaw
2016-09-28runtime: use RtlGenRandom instead of CryptGenRandomAlex Brainman
2016-04-09runtime: revert "do not call timeBeginPeriod on windows"Dmitry Vyukov
2016-04-05runtime: leave directory before removing it in TestDLLPreloadMitigationAlex Brainman
2016-04-05runtime: remove race out of BenchmarkChanToSyscallPing1msAlex Brainman
2016-04-04runtime: change osyield to use Windows SwitchToThreadAlex Brainman
2016-04-01runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox
2015-11-24runtime: do not call timeBeginPeriod on windowsAlex Brainman
2015-10-23runtime: account for cpu affinity in windows NumCPUAlex Brainman
2015-09-23runtime: test that timeBeginPeriod succeedsAlex Brainman
2015-07-18runtime: skip TestReturnAfterStackGrowInCallback if gcc is not foundAlex Brainman
2015-06-29runtime: store syscall parameters in m not on stackAlex Brainman
2015-03-15runtime: skip TestStdcallAndCDeclCallbacks when gcc is missingShenghou Ma
2015-01-06runtime: do not display Windows Error Reporting dialogueAlex Brainman
2014-12-22syscall: clean up TestStdcallAndCDeclCallbacks to have no warningsAlex Brainman
2014-10-15runtime: handle all windows exception (second attempt)Alex Brainman
2014-10-09undo CL 145150043 / 8b3d26697b8dAlex Brainman
2014-10-09runtime: handle all windows exceptionAlex Brainman
2014-09-19runtime: allow OutputDebugString to be sent to debuggerAlex Brainman
2014-09-15runtime: fix parameter checking in syscall.NewCallbackAlex Brainman
2014-09-08build: move package sources from src/pkg to srcRuss Cox