test_eof_calls_eof_then_fails()
¶
Documentation for tests/osaka/eip7692_eof_v1/eip7069_extcall/test_calls.py::test_eof_calls_eof_then_fails@bc691d13
.
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
727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | fail_opcode | opcode |
---|---|---|
...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 |
...fork_Osaka-blockchain_test_from_state_test-fail_opcode_REVERT-opcode_EXTCALL | REVERT | EXTCALL |
...fork_Osaka-blockchain_test_from_state_test-fail_opcode_REVERT-opcode_EXTDELEGATECALL | REVERT | EXTDELEGATECALL |
...fork_Osaka-blockchain_test_from_state_test-fail_opcode_INVALID-opcode_EXTCALL | INVALID | EXTCALL |
...fork_Osaka-blockchain_test_from_state_test-fail_opcode_INVALID-opcode_EXTDELEGATECALL | INVALID | EXTDELEGATECALL |