aptos-labs / aptos-core

Aptos is a layer 1 blockchain built to support the widespread use of blockchain through better technology and user experience.

Home Page:https://aptosfoundation.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[compiler-v2] Verify test coverage/add more tests for VM enum implementation

wrwg opened this issue · comments

The VM enum type extensions, PR #13812, needs more tests, and use test coverage to analyze test suite quality. Currently testing of parts of the VM like bytecode verifier and paranoid mode is problematic because of the missing framework for writing negative tests. See also #13871