-
Notifications
You must be signed in to change notification settings - Fork 167
Open
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. - 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
- TODO: Add tests disabled (grep
>=Cancun<Osaka
in the static tests folder).
Metadata
Metadata
Assignees
Labels
No labels