Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug][compiler-v2] Re-enable uninitialized checker for "simplifier-full" tests after fixing them #12830

Closed
vineethk opened this issue Apr 9, 2024 · 1 comment · Fixed by #12831
Labels
bug Something isn't working

Comments

@vineethk
Copy link
Contributor

vineethk commented Apr 9, 2024

🐛 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".

@vineethk vineethk added the bug Something isn't working label Apr 9, 2024
@vineethk
Copy link
Contributor Author

vineethk commented Apr 9, 2024

I re-enabled the checker in this PR: #12831.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant