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.
Consider the following declaration in a P program:
event E3 assume 1;
The meaning is that in production assume acts as an assert but in testing it acts as an assume. One of the P regressions is currently failing. Upon debugging, it seems like PSharpTester is treating the assume annotation as an assert. But I can't be sure since I am not able to step into the PSharp code. Could you please check and clarify what is the PSharp behavior?
The text was updated successfully, but these errors were encountered:
Consider the following declaration in a P program:
event E3 assume 1;
The meaning is that in production assume acts as an assert but in testing it acts as an assume. One of the P regressions is currently failing. Upon debugging, it seems like PSharpTester is treating the assume annotation as an assert. But I can't be sure since I am not able to step into the PSharp code. Could you please check and clarify what is the PSharp behavior?
The text was updated successfully, but these errors were encountered: