aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/syscall_windows_test.go
AgeCommit message (Expand)Author
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