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 Jul 5, 2024. It is now read-only.
Ignored_SkipTestDifficulty and Ignored_SkipTestBalanceOverflow not needed. They are related limitation of scroll l2 evm. I guess these tests should work well for standard evm.
i noticed the html report only shows "circuit was not satisfied" without more details. I remembered previously detailed failure msg is shown on the web page?
creationTxInitCodeSizeLimit_d1(invalid)_g0_v0 should be parsed as exception and return ok.
skip precompile tests? since they are not implemented.. a lot of constrain failures.. At least the "MemoryOp writes for caller memory" is missing.
### Description
- [x] `SkipTestDifficulty` and `SkipTestBalanceOverflow` should not be
ignored.
- [x] `creationTxInitCodeSizeLimit_d1(invalid)_g0_v0` should be parsed
as exception and return ok.
- Address this error`Exception(expected:false,
found:"TracingError(\"Failed to run Trace, err: Failed to apply
config.Transactions[0]: max initcode size exceeded: code size 49153
limit 49152\")")`
- [x] skip precompile tests
- [x] Use shanghai fork
- [x] Fix "circuit was not satisfied." We report the first failure and
the total number of failures.
### Issue Link
#1622
### Type of change
Bug fix (non-breaking change which fixes an issue)
---------
Co-authored-by: Eduard S. <eduardsanou@posteo.net>
Co-authored-by: adria0.eth <5526331+adria0@users.noreply.github.com>
What command(s) is the bug in?
No response
Describe the bug
Ignored_SkipTestDifficulty
andIgnored_SkipTestBalanceOverflow
not needed. They are related limitation of scroll l2 evm. I guess these tests should work well for standard evm.creationTxInitCodeSizeLimit_d1(invalid)_g0_v0
should be parsed as exception and return ok.Concrete steps to reproduce the bug. If it's able reproduce via testool, please share
test_id
from jenkins reportNo response
The text was updated successfully, but these errors were encountered: