You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
We should support clean cancellation of PSharpTester. When the user gives a Ctrl-C signal to PSharpTester, it should abort cleanly, reporting whatever it has gathered so far. This involves two changes: (1) stopping the loop that runs test iterations (controlled by the /i flag) and (2) forcing the check that runs a single iteration to its length (controlled by /max-steps flag).to call Stop.
Perhaps we give it a couple of seconds before actually terminating the process. (To make sure that Ctrl-C is respected.)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should support clean cancellation of
PSharpTester
. When the user gives aCtrl-C
signal toPSharpTester
, it should abort cleanly, reporting whatever it has gathered so far. This involves two changes: (1) stopping the loop that runs test iterations (controlled by the/i
flag) and (2) forcing the check that runs a single iteration to its length (controlled by/max-steps
flag).to callStop
.Perhaps we give it a couple of seconds before actually terminating the process. (To make sure that
Ctrl-C
is respected.)The text was updated successfully, but these errors were encountered: