summaryrefslogtreecommitdiff
path: root/src/runtime/syscall_windows_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: query thread stack size from OS on WindowsAustin Clements2018-07-021-0/+46
* runtime: handle windows callback on non-go threadBill Zissimopoulos2018-06-051-2/+0
* runtime: implement TestCallbackInAnotherThreadAlex Brainman2018-05-261-1/+33
* runtime: make TestWindowsStackMemory build even with CGO_ENABLED=0 setAlex Brainman2017-11-141-1/+9
* cmd/link: restore windows stack commit size back to 4KBAlex Brainman2017-11-031-0/+4
* all: correct location of go toolHiroshi Ioka2017-09-201-1/+1
* all: fix minor misspellingsEric Lagergren2017-04-031-1/+1
* runtime: import os package in BenchmarkRunningGoProgramAlex Brainman2017-03-211-2/+4
* runtime: pass windows float syscall args via XMMDavid Crawshaw2016-10-281-0/+56
* runtime: use RtlGenRandom instead of CryptGenRandomAlex Brainman2016-09-281-0/+38
* runtime: revert "do not call timeBeginPeriod on windows"Dmitry Vyukov2016-04-091-55/+11
* runtime: leave directory before removing it in TestDLLPreloadMitigationAlex Brainman2016-04-051-6/+11
* runtime: remove race out of BenchmarkChanToSyscallPing1msAlex Brainman2016-04-051-6/+9
* runtime: change osyield to use Windows SwitchToThreadAlex Brainman2016-04-041-0/+144
* runtime, syscall: only search for Windows DLLs in the System32 directoryBrad Fitzpatrick2016-04-011-0/+93
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* runtime: move test programs out of source code, coalesceRuss Cox2015-12-291-24/+2
* runtime: do not call timeBeginPeriod on windowsAlex Brainman2015-11-241-7/+0
* runtime: account for cpu affinity in windows NumCPUAlex Brainman2015-10-231-0/+153
* runtime: test that timeBeginPeriod succeedsAlex Brainman2015-09-231-0/+7
* runtime: skip TestReturnAfterStackGrowInCallback if gcc is not foundAlex Brainman2015-07-181-0/+3
* runtime: store syscall parameters in m not on stackAlex Brainman2015-06-291-0/+83
* runtime: skip TestStdcallAndCDeclCallbacks when gcc is missingShenghou Ma2015-03-151-0/+3
* runtime: do not display Windows Error Reporting dialogueAlex Brainman2015-01-061-0/+18
* syscall: clean up TestStdcallAndCDeclCallbacks to have no warningsAlex Brainman2014-12-221-7/+7
* runtime: handle all windows exception (second attempt)Alex Brainman2014-10-151-0/+39
* undo CL 145150043 / 8b3d26697b8dAlex Brainman2014-10-091-39/+0
* runtime: handle all windows exceptionAlex Brainman2014-10-091-0/+39
* runtime: allow OutputDebugString to be sent to debuggerAlex Brainman2014-09-191-0/+6
* runtime: fix parameter checking in syscall.NewCallbackAlex Brainman2014-09-151-0/+39
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+451