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 the "test" function insertBack is successfully verified by Leon. Adding test prevents insertBack from being verified. The issue is due to the "rec < 5".
Here is a more complete example: Scheduler-simple.txt
(If you comment the "test" function, the code verifies.)
I've tried comparing the --instrument output with and without the test function. The layout is different, but I haven't spotted any significant change (might be worth double-checking though).
The text was updated successfully, but these errors were encountered:
BLepers
changed the title
Adding ensuring(rec < ...) in a function prevent other functions from being verified
Adding ensuring(rec < ...) in a function prevents other functions from being verified
Aug 23, 2016
Strange issue :)
Without the "test" function insertBack is successfully verified by Leon. Adding test prevents insertBack from being verified. The issue is due to the "rec < 5".
Here is a more complete example:
Scheduler-simple.txt
(If you comment the "test" function, the code verifies.)
I've tried comparing the --instrument output with and without the test function. The layout is different, but I haven't spotted any significant change (might be worth double-checking though).
git bisect blames 0ba77a2 for the problem.
The text was updated successfully, but these errors were encountered: