Early ISA Unit tests
Some checks failed
per-push tests / test-frontend (push) Blocked by required conditions
per-push tests / timed-decomposer-parse (push) Blocked by required conditions
per-push tests / test-utility (push) Blocked by required conditions
per-push tests / test-backend (push) Blocked by required conditions
per-push tests / build (push) Has been cancelled
Some checks failed
per-push tests / test-frontend (push) Blocked by required conditions
per-push tests / timed-decomposer-parse (push) Blocked by required conditions
per-push tests / test-utility (push) Blocked by required conditions
per-push tests / test-backend (push) Blocked by required conditions
per-push tests / build (push) Has been cancelled
This commit provides some but not all unit tests for VM instructions. All tests pass, and this commit includes modifications to logic to allow for that. Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
609e65a8db
commit
3bc256dab2
6 changed files with 544 additions and 156 deletions
|
|
@ -79,4 +79,6 @@ jobs:
|
|||
run: cargo test util
|
||||
- name: test garbage collection
|
||||
run: cargo test heap
|
||||
- name: test instruction set implementation
|
||||
run: cargo test isa_
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue