Test JUMPF Stack¶
Documentation for tests/prague/eip7692_eof_v1/eip6206_jumpf/test_jumpf_stack.py@verkle@v0.0.4
.
Generate fixtures for these test cases for Pragueeip7692 with:
Pragueeip7692 only:
fill -v tests/prague/eip7692_eof_v1/eip6206_jumpf/test_jumpf_stack.py --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/eip6206_jumpf/test_jumpf_stack.py --until=PragueEIP7692
Test Functions Overview¶
Name | Type | Cases | Description |
---|---|---|---|
test_jumpf_stack_non_returning_rules |
eof_state_test | 27 | Tests for JUMPF validation stack rules. Non-returning section cases. |
test_jumpf_stack_returning_rules |
eof_state_test | 243 | Tests for JUMPF validation stack rules. Returning section cases. |
test_jumpf_incompatible_outputs |
eof_test | 6 | Tests jumpf into fuction with incorrect output sizes |
test_jumpf_diff_max_stack_height |
eof_test | 6 | Tests jumpf with a different max stack height |
test_jumpf_diff_min_stack_height |
eof_test | 6 | Tests jumpf with a different min stack height |