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
without a time limit, or a time limit >= 60s or thereabouts - dafny loops for ever.
this version fails reliably - longer versions would e.g. fail on recent versions of dafny, but work on dafny4.4, say, or work with --isolate-assertions but not without. "objectage-spike.dfy" (attached) does this against 4.9.2+a88767fb453b51d475667aab6f230711d7eeeb79, but verifies in 2.0s fine with 4.4.0+707b18acee078b3aa4d84c0590a980966bf22428,.
Failing code
Steps to reproduce the issue
Expected behavior
Code should verify or time out
Actual behavior
without a time limit, or a time limit >= 60s or thereabouts - dafny loops for ever.
this version fails reliably - longer versions would e.g. fail on recent versions of dafny, but work on dafny4.4, say, or work with --isolate-assertions but not without. "objectage-spike.dfy" (attached) does this against 4.9.2+a88767fb453b51d475667aab6f230711d7eeeb79, but verifies in 2.0s fine with 4.4.0+707b18acee078b3aa4d84c0590a980966bf22428,.
spike-bug4.dfy.txt
objectage-spike.dfy.txt
The text was updated successfully, but these errors were encountered: