Skip to content

test_rjump_truncated_rjump()

Documentation for tests/osaka/eip7692_eof_v1/eip4200_relative_jumps/test_rjump.py::test_rjump_truncated_rjump@83970623.

Generate fixtures for these test cases for Osaka with:

fill -v tests/osaka/eip7692_eof_v1/eip4200_relative_jumps/test_rjump.py::test_rjump_truncated_rjump --fork Osaka

EOF1I4200_0001 (Invalid) EOF code containing truncated RJUMP.

Source code in tests/osaka/eip7692_eof_v1/eip4200_relative_jumps/test_rjump.py
104
105
106
107
108
109
110
111
def test_rjump_truncated_rjump(
    eof_test: EOFTestFiller,
):
    """EOF1I4200_0001 (Invalid) EOF code containing truncated RJUMP."""
    eof_test(
        container=Container.Code(Op.RJUMP),
        expect_exception=EOFException.TRUNCATED_INSTRUCTION,
    )

Parametrized Test Cases

This test case is only parametrized by fork.

Test ID (Abbreviated)
...fork_Osaka-eof_test