aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_windows_test.go
AgeCommit message (Expand)Author
2021-04-27runtime: replace --buildmode with -buildmode in testsAlex Brainman
2021-04-08runtime: replace os.MkdirTemp with T.TempDirianwoolf
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2021-01-27runtime: block console ctrlhandler when the signal is handledNuno Cruces
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-03-01runtime: don't invoke t.Fatal* in goroutine in TestLibraryCtrlHandlerEmmanuel T Odeke
2020-02-29runtime: do not exit(2) if a Go built DLL receives a signalmartin
2019-09-12cmd/go/internal/renameio,runtime: avoid leaking temp directory in testTom Thorogood
2019-08-31runtime: do not crash in lastcontinuehandler when running as DLLSimon Ferquel