Test CALLF Execution¶
Documentation for tests/osaka/eip7692_eof_v1/eip4750_functions/test_callf_execution.py@pectra-devnet-4@v1.0.1
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7692_eof_v1/eip4750_functions/test_callf_execution.py --fork Osaka
Test Functions Overview¶
Name | Type | Cases (Osaka) | 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 |