Test CALLF Execution¶
Documentation for tests/prague/eip7692_eof_v1/eip4750_functions/test_callf_execution.py@091c1aa1
.
Generate fixtures for these test cases for PragueEIP7692 with:
fill -v tests/prague/eip7692_eof_v1/eip4750_functions/test_callf_execution.py --fork PragueEIP7692
Test Functions Overview¶
Name | Type | Cases (PragueEIP7692) | Description |
---|---|---|---|
test_callf_stack_size_1024 |
eof_state_test | 0 | Test stack reaching 1024 items in called function |
test_callf_with_inputs_stack_size_1024 |
eof_state_test | 0 | Test stack reaching 1024 items in called function with inputs |
test_callf_stack_size_1024_at_callf |
eof_state_test | 0 | Test stack reaching 1024 items in called function at CALLF instruction |
test_callf_stack_size_1024_at_push |
eof_state_test | 0 | Test stack reaching 1024 items in nested called function at PUSH0 instruction |
test_callf_stack_overflow |
eof_state_test | 0 | Test stack overflowing 1024 items in called function |
test_callf_with_inputs_stack_size_1024_at_push |
eof_state_test | 0 | Test stack reaching 1024 items in nested called function with inputs at PUSH0 instruction |
test_callf_with_inputs_stack_overflow |
eof_state_test | 0 | Test stack overflowing 1024 items in called function with inputs |