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
Adding spectests is no still actual due to chosen implementation strategy.
Disabling unnecessary tests. In discussion, no final decision here. Related issue
Migrate to cranelift filetests -- in active work, maybe it make sense to split it into several issues to track the progress, task is relatively big.
Support different types of asserts in tests -- formally not finished, but introducing zkasm helper for assert made a good progress on it, now it is easy to simply add new types of assert here. Also, we don't really need all this asserts asap with migrating to filetests.
Checking test summary.csv in CI -- blocked by filetests migrating
Speed up by caching npm install -- still planned and not prioritized. Is it a good topic for zkasm programming session?
This is a tracking issue for all tasks related to test infrastructure that we want to complete in Stage 2.
For Stage 2 we aim to support the majority of WASM instructions, not limited to basic i32 and i64 operations.
To make sure our implementation is correct, we will expand our test suite to more tests from WASM testsuite.
As the test suite grows, we must invest in faster and more convenient tooling to run the tests.
Given the scope of the work, it might be worth writing a short design document describing how the testing would work end-to-end.
Tasks
The text was updated successfully, but these errors were encountered: