Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Improve test-vector format to handle syscalls #1454

Open
ZenGround0 opened this issue Jun 14, 2021 · 0 comments
Open

Improve test-vector format to handle syscalls #1454

ZenGround0 opened this issue Jun 14, 2021 · 0 comments

Comments

@ZenGround0
Copy link
Contributor

Most scenario test messages generate test vectors that cannot be used for scenario testing because scenario tests fake syscall implementations and the current test-vector format cannot handle this, instead relying on a complete syscall implementation.

We should modify the test-vector format so that conformance test drivers can take advantage of a syscall input->output mapping directly specified in the vector.

When we do this the vm fakeSyscallsAccessed boolean can be removed as the generated conformance test vector corpus will be all generated vectors instead of the current subset not calling syscalls.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant