test_eof_calls_eof_then_fails()
¶
Documentation for tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calls.py::test_eof_calls_eof_then_fails@49a16fac
.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calls.py::test_eof_calls_eof_then_fails --fork Osaka
Test EOF contracts calling EOF contracts and failing after the call.
Source code in tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calls.py
670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | fail_opcode | opcode |
---|---|---|
...fork_Osaka-blockchain_test-fail_opcode_REVERT-opcode_EXTCALL | REVERT | EXTCALL |
...fork_Osaka-blockchain_test-fail_opcode_REVERT-opcode_EXTDELEGATECALL | REVERT | EXTDELEGATECALL |
...fork_Osaka-blockchain_test-fail_opcode_INVALID-opcode_EXTCALL | INVALID | EXTCALL |
...fork_Osaka-blockchain_test-fail_opcode_INVALID-opcode_EXTDELEGATECALL | INVALID | EXTDELEGATECALL |
...fork_Osaka-state_test-fail_opcode_REVERT-opcode_EXTCALL | REVERT | EXTCALL |
...fork_Osaka-state_test-fail_opcode_REVERT-opcode_EXTDELEGATECALL | REVERT | EXTDELEGATECALL |
...fork_Osaka-state_test-fail_opcode_INVALID-opcode_EXTCALL | INVALID | EXTCALL |
...fork_Osaka-state_test-fail_opcode_INVALID-opcode_EXTDELEGATECALL | INVALID | EXTDELEGATECALL |