Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
testing: add SignalSuite for capturing signals during tests #2675
Conversation
davecheney
added some commits
Jun 30, 2015
|
Should this be considered outdated and closed? It didn't get a review board link. |
davecheney
closed this
Apr 13, 2016
davecheney
deleted the
davecheney:signalsuite
branch
Apr 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
davecheney commentedJun 30, 2015
This PR adds a SignalSuite which can be used to hook signals, like SIGQUIT,
which is generated by the timeout from the test runner.
The list of signals handled is defined in the
testing.Signalsvariable. This is for documentation purposes, it should not be modified.The function supplied to
SignalSuite.SetUpSuiteshould not return. If it does, the test suite will be marked as failed unconditionally.Usage: