test_rjumpv_into_rjumpv()¶
Documentation for tests/prague/eip7692_eof_v1/eip4200_relative_jumps/test_rjumpv.py::test_rjumpv_into_rjumpv@verkle@v0.0.6.
Generate fixtures for these test cases for Pragueeip7692 with:
Pragueeip7692 only:
fill -v tests/prague/eip7692_eof_v1/eip4200_relative_jumps/test_rjumpv.py::test_rjumpv_into_rjumpv --fork=PragueEIP7692 --evm-bin=/path/to/evm-tool-dev-version
For all forks up to and including Pragueeip7692:
fill -v tests/prague/eip7692_eof_v1/eip4200_relative_jumps/test_rjumpv.py::test_rjumpv_into_rjumpv --until=PragueEIP7692
EOF1I4200_0040 (Invalid) EOF code containing RJUMPV with target other RJUMPV immediate
Source code in tests/prague/eip7692_eof_v1/eip4200_relative_jumps/test_rjumpv.py
859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 | |
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Skipped Parameters
For more concise readability, the table below does not list the following parameter values:
fork, blockchain_test, state_test, state_test_only, eof_test, eof_state_test.
| Test ID | data_portion_end | target_table_size | source_table_size | invalid_index |
|---|---|---|---|---|
| data_portion_end-t1-s1i0 | True | 1 | 1 | 0 |
| data_portion_end-t1-s256i0 | True | 1 | 256 | 0 |
| data_portion_end-t1-s256i255 | True | 1 | 256 | 255 |
| data_portion_end-t256-s1i0 | True | 256 | 1 | 0 |
| data_portion_end-t256-s256i0 | True | 256 | 256 | 0 |
| data_portion_end-t256-s256i255 | True | 256 | 256 | 255 |
| data_portion_start-t1-s1i0 | False | 1 | 1 | 0 |
| data_portion_start-t1-s256i0 | False | 1 | 256 | 0 |
| data_portion_start-t1-s256i255 | False | 1 | 256 | 255 |
| data_portion_start-t256-s1i0 | False | 256 | 1 | 0 |
| data_portion_start-t256-s256i0 | False | 256 | 256 | 0 |
| data_portion_start-t256-s256i255 | False | 256 | 256 | 255 |