Skip to content

Static tests that need update for Osaka #1971

@marioevz

Description

@marioevz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions