test_clz_stack_underflow()¶
Documentation for tests/osaka/eip7939_count_leading_zeros/test_count_leading_zeros.py::test_clz_stack_underflow@21507778.
Generate fixtures for these test cases for Amsterdam with:
fill -v tests/osaka/eip7939_count_leading_zeros/test_count_leading_zeros.py::test_clz_stack_underflow --fork Amsterdam
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
193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 | |
Parametrized Test Cases¶
This test generates 1 parametrized test case across 2 forks.