Test CALLF Execution¶
Documentation for tests/prague/eip7692_eof_v1/eip4750_functions/test_callf_execution.py@verkle@v0.0.4
.
Generate fixtures for these test cases for Pragueeip7692 with:
Pragueeip7692 only:
fill -v tests/prague/eip7692_eof_v1/eip4750_functions/test_callf_execution.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/eip4750_functions/test_callf_execution.py --until=PragueEIP7692
Test Functions Overview¶
Name | Type | Cases | Description |
---|---|---|---|
test_callf_stack_size_1024 |
eof_state_test | 1 | Test stack reaching 1024 items in called function |
test_callf_with_inputs_stack_size_1024 |
eof_state_test | 1 | Test stack reaching 1024 items in called function with inputs |
test_callf_stack_size_1024_at_callf |
eof_state_test | 1 | Test stack reaching 1024 items in called function at CALLF instruction |
test_callf_stack_size_1024_at_push |
eof_state_test | 1 | Test stack reaching 1024 items in nested called function at PUSH0 instruction |
test_callf_stack_overflow |
eof_state_test | 1 | Test stack overflowing 1024 items in called function |
test_callf_with_inputs_stack_size_1024_at_push |
eof_state_test | 1 | Test stack reaching 1024 items in nested called function with inputs at PUSH0 instruction |
test_callf_with_inputs_stack_overflow |
eof_state_test | 1 | Test stack overflowing 1024 items in called function with inputs |