-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cargo test --release --package evm_arithmetization
fails
#664
Comments
These are basically to run in a As for the error:
This doesn't happen in regular release mode. While I don't quite get why this happens with these particular flags, the issue is because for the transient storage test, we define a new zk_evm/evm_arithmetization/src/cpu/kernel/tests/transient_storage.rs Lines 226 to 235 in 56e7d08
Which contains an additional assembly file ( |
I first came across this on https://github.com/0xPolygonZero/zk_evm/actions/runs/11043011303/job/30676493011?pr=659
I've checked that this repros on master:
Note that the test fails when run as part of the suite, but not in isolation, suggesting that our tests are polluting one another.
Also note that we pass weird compiler options when we run CI:
zk_evm/.github/workflows/ci.yml
Line 94 in 56e7d08
Not entirely sure what is going on here, but it's a smell
The text was updated successfully, but these errors were encountered: