test_rjumpv_after_container()
¶
Documentation for tests/osaka/eip7692_eof_v1/eip4200_relative_jumps/test_rjumpv.py::test_rjumpv_after_container@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_after_container --fork Osaka
EOF1I4200_0034 (Invalid) EOF code containing RJUMPV with target outside code bounds (Jumping to after code end).
Source code in tests/osaka/eip7692_eof_v1/eip4200_relative_jumps/test_rjumpv.py
377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 |
|
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 |