Skip to content

RISC-V parser tests: fail on unparsed instructions

Victor Dumitrescu requested to merge vdum@riscv_parser_tests into master

What

When testing the parser on the RISC-V test suite, don't skip unparsed instructions.

Why

This was necessary while our coverage of RISC-V instructions was not 100%, but now we need to test that no valid instruction is unparsed.

How

Small, simple change

Manually testing the MR

cargo test -- parser
Edited by Victor Dumitrescu

Merge request reports