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
Currently, we seem to disable uninitialized checker for "simplifier-full" tests (with a "TODO: this check should not need to be turned off, but some tests rely on it. Those tests should be fixed".
Because of this, bytecode verification fails for some of the tests.
For relevant code, see third_party/move/move-compiler-v2/tests/testsuite.rs and search for "simplifier-full".
The text was updated successfully, but these errors were encountered:
🐛 Bug
Currently, we seem to disable uninitialized checker for "simplifier-full" tests (with a "TODO: this check should not need to be turned off, but some tests rely on it. Those tests should be fixed".
Because of this, bytecode verification fails for some of the tests.
For relevant code, see
third_party/move/move-compiler-v2/tests/testsuite.rs
and search for"simplifier-full"
.The text was updated successfully, but these errors were encountered: