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
The test for aborting verification in 1_ide.test.ts should have a check that the Boogie and Z3 processes have ended after aborting. Sometimes however theses processes do not go away fast enough, causing the test to fail. This occurs especially on Mac and Windows.
As a temporary measure, we have commented out the check of the processes. We should figure out why this is happening and fix it.
The text was updated successfully, but these errors were encountered:
I have seen other tests which also check for processes fail in the wild, especially for Mac. Rerunning usually passes, so the problem seems less severe than for this test.
The test for aborting verification in 1_ide.test.ts should have a check that the Boogie and Z3 processes have ended after aborting. Sometimes however theses processes do not go away fast enough, causing the test to fail. This occurs especially on Mac and Windows.
As a temporary measure, we have commented out the check of the processes. We should figure out why this is happening and fix it.
The text was updated successfully, but these errors were encountered: