afonso360 opened PR #3252 from merge-interp
to main
:
Almost all the tests in the interpreter are already in the runtests folder so that we can reuse them for the backends. The distinction
between interpreter tests and runtests is no longer very clear, since they should both support the same clif code, and produce the same results.We only have two test files:
add.clif
tests the add and jump instruction, both of which are already covered in other test files, so we remove that file.
fibonacci.clif
does a recursive call which is currently not supported in the filetest environment, so we keep this test interpreter only for now.
abrown submitted PR review.
afonso360 closed without merge PR #3252.
afonso360 reopened PR #3252 from merge-interp
to main
.
afonso360 requested abrown for a review on PR #3252.
abrown merged PR #3252.
Last updated: Nov 22 2024 at 17:03 UTC