Skip to content

Implement sigINT handler for Window's timeout.exe

On linux we current register a sigINT handler and kill the child processed.

On Windows we don't. This sometimes leaves dangling processes when the testsuite is interrupted. Causing future failures until the dangling processes are killed.

We already specifically create a job group and assign the processors to those jobs. All we have to do is register the handler and kill the process if the handler is called.

See https://msdn.microsoft.com/en-us/library/windows/desktop/ms686016(v=vs.85).aspx

Trac metadata
Trac field Value
Version 8.0.1
Type Task
TypeOfFailure OtherFailure
Priority normal
Resolution Unresolved
Component Test Suite
Test case
Differential revisions
BlockedBy
Related
Blocking
CC
Operating system
Architecture
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information