test_clz_stack_underflow()¶
Documentation for tests/osaka/eip7939_count_leading_zeros/test_count_leading_zeros.py::test_clz_stack_underflow@e9958ed2.
Generate fixtures for these test cases for Osaka with:
fill -v tests/osaka/eip7939_count_leading_zeros/test_count_leading_zeros.py::test_clz_stack_underflow --fork Osaka
Test CLZ opcode with empty stack (should revert due to stack underflow).
Source code in tests/osaka/eip7939_count_leading_zeros/test_count_leading_zeros.py
185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 | |
Parametrized Test Cases¶
This test case is only parametrized by fork and fixture format.
| Test ID (Abbreviated) |
|---|
| ...fork_Osaka-state_test |
| ...fork_Osaka-blockchain_test_from_state_test |