test_worst_unop()
¶
Documentation for tests/zkevm/test_worst_compute.py::test_worst_unop@64f949d0
.
Generate fixtures for these test cases for Prague with:
fill -v tests/zkevm/test_worst_compute.py::test_worst_unop --fork Prague
Test running a block with as many unary instructions (takes one arg, produces one value) as possible.
Source code in tests/zkevm/test_worst_compute.py
1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 |
|
Parametrized Test Cases¶
The interactive table below is also available as a standalone page.
Test ID (Abbreviated) | opcode |
---|---|
...fork_Cancun-state_test-opcode_ISZERO | ISZERO |
...fork_Cancun-state_test-opcode_NOT | NOT |
...fork_Cancun-blockchain_test_from_state_test-opcode_ISZERO | ISZERO |
...fork_Cancun-blockchain_test_from_state_test-opcode_NOT | NOT |
...fork_Prague-state_test-opcode_ISZERO | ISZERO |
...fork_Prague-state_test-opcode_NOT | NOT |
...fork_Prague-blockchain_test_from_state_test-opcode_ISZERO | ISZERO |
...fork_Prague-blockchain_test_from_state_test-opcode_NOT | NOT |
...fork_Osaka-state_test-opcode_ISZERO | ISZERO |
...fork_Osaka-state_test-opcode_NOT | NOT |
...fork_Osaka-blockchain_test_from_state_test-opcode_ISZERO | ISZERO |
...fork_Osaka-blockchain_test_from_state_test-opcode_NOT | NOT |