Skip to content

Commit 6b24bcb

Browse files
committed
Add coverage missed reason to blake2 tests
1 parent 0db40cc commit 6b24bcb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/istanbul/eip152_blake2/test_blake2.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@
3333
"https://github.com/ethereum/execution-spec-tests/pull/1244",
3434
"https://github.com/ethereum/execution-spec-tests/pull/1067",
3535
],
36+
coverage_missed_reason=(
37+
"No longer used opcodes, SUB, GT, ISZERO, AND, CODESIZE, JUMP, some PUSH opcodes."
38+
"Original test calls Blake2b in ConstantinopleFix (activation test), "
39+
"which results in empty account code being triggered."
40+
),
3641
)
3742
@pytest.mark.valid_from("Istanbul")
3843
@pytest.mark.parametrize("call_opcode", [Op.CALL])

0 commit comments

Comments
 (0)