ethereum / ethereum/execution-specs
Static tests that need update for Osaka
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 505
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 116
Description
The following tests have been disabled for Osaka in order to be able to fill the rest of the working static tests:
- [ ] tests/static/state_tests/stMemoryStressTest/MLOAD_Bounds3Filler.json, tests/static/state_tests/stMemoryStressTest/MSTORE_Bounds2aFiller.json: Expand the memory using the maximum available gas in a transaction without running out of gas for MLOAD and MSTORE. Basically the entire `stMemoryStressTest` has to be converted to a python test where all opcodes that expand memory try to expand it over the gas limits.
- [x] tests/static/state_tests/stPreCompiledContracts/modexpFiller.json, tests/static/state_tests/stPreCompiledContracts/modexpTestsFiller.yml: Seems like a lot of duplicate cases we already have, we should just port them to one of the python.
- [ ] tests/static/state_tests/VMTests/vmIOandFlowOperations/msizeFiller.yml: Tries to expand memory as much as possible with the gas available, we need to port this to python to make the expansion dynamic based on the max tx gas limit cap
- [ ] tests/static/state_tests/stStaticCall/static_LoopCallsThenRevertFiller.json: Takes around 10 minutes to fill with eels
- [ ] TODO: Add tests disabled (grep `>=Cancun
Contributor guide
Assessment
This issue has not been assessed yet.