test_rjumpv_into_data()
¶
Documentation for tests/osaka/eip7692_eof_v1/eip4200_relative_jumps/test_rjumpv.py::test_rjumpv_into_data@21fb11c8
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7692_eof_v1/eip4200_relative_jumps/test_rjumpv.py::test_rjumpv_into_data --fork Osaka
EOF1I4200_0033 (Invalid) EOF code containing RJUMPV with target outside code bounds (Jumping into data section).
Source code in tests/osaka/eip7692_eof_v1/eip4200_relative_jumps/test_rjumpv.py
344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | table_size | invalid_index |
---|---|---|
...fork_Osaka-eof_test-t1i0 | 1 | 0 |
...fork_Osaka-eof_test-t256i0 | 256 | 0 |
...fork_Osaka-eof_test-t256i255 | 256 | 255 |