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
Using the current tip of test-gen-support (7cbe566), the following program fails verification when invoked with --lazy-methods and succeeds otherwise. The full command-line is cbmc Main.class (--lazy-methods).
Yep, the initialisation takes place in a static initialiser, and they currently aren't picked up by lazy method elaboration. Will put a patch together tomorrow morning.
Using the current tip of test-gen-support (7cbe566), the following program fails verification when invoked with
--lazy-methods
and succeeds otherwise. The full command-line iscbmc Main.class (--lazy-methods)
.@smowton, do you know why this might be?
The text was updated successfully, but these errors were encountered: