aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/signal_windows_test.go
AgeCommit message (Expand)Author
2023-10-05runtime: support SetUnhandledExceptionFilter on Windowsqmuntal
2023-04-25runtime: fallback to TEB arbitrary pointer when TLS slots are fullqmuntal
2023-01-24runtime: run TestVectoredHandlerDontCrashOnLibrary on 386 and arm64qmuntal
2022-11-21testing: skip TestVectoredHandlerExceptionInNonGoThread on windows-amd64-2012-*Than McIntosh
2022-10-21runtime: skip TestVectoredHandlerExceptionInNonGoThreadqmuntal
2022-10-20runtime: fix TestVectoredHandlerExceptionInNonGoThreadqmuntal
2022-10-19runtime: ignore exceptions from non-Go threads on windows arm/arm64qmuntal
2022-09-07runtime: use strings.Buildercuiweixie
2022-09-06runtime: add missing copyright header to signal_windows_test.goTobias Klauser
2022-04-04Revert "os: add handling of os.Interrupt for windows"Bryan Mills
2022-04-03os: add handling of os.Interrupt for windowsConstantin Konstantinidis
2022-03-18runtime: allow TestCtrlHandler to run in ConPTYNuno Cruces
2022-03-18runtime: call testenv.MustHaveCGO in a couple of testsIan Lance Taylor
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
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