Test CALL¶
Documentation for tests/frontier/opcodes/test_call.py@98848dfe
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/frontier/opcodes/test_call.py --fork Osaka
Test Functions Overview¶
Name | Type | Cases (Osaka) | Description |
---|---|---|---|
test_call_large_offset_mstore |
state_test | 1 | CALL with ret_offset larger than memory size and ret_size zero |
test_call_memory_expands_on_early_revert |
state_test | 1 | When CALL reverts early (e.g. because of not enough balance by the sender), |
test_call_large_args_offset_size_zero |
state_test | 4 | Test xCALL with an extremely large args_offset and args_size set to zero. |