You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.The text was updated successfully, but these errors were encountered: