Skip to content

Commit 203f1d6

Browse files
committed
fix(tests): Add coverage missing reasons
fix(tests): Add coverage missing reasons
1 parent b5dd1ce commit 203f1d6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/constantinople/eip1014_create2/test_create_returndata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"https://github.com/ethereum/tests/blob/v13.3/src/GeneralStateTestsFiller/stCreate2/call_then_create2_successful_then_returndatasizeFiller.json",
2222
],
2323
pr=["https://github.com/ethereum/execution-spec-tests/pull/497"],
24+
coverage_missed_reason="coinbase is deleted in original test (tx.gas_price==env.base_fee)",
2425
)
2526
@pytest.mark.valid_from("Istanbul")
2627
@pytest.mark.parametrize("call_return_size", [35, 32, 0])

tests/frontier/create/test_create_one_byte.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"https://github.com/ethereum/tests/blob/v13.3/src/GeneralStateTestsFiller/stCreateTest/CREATE_FirstByte_loopFiller.yml",
2626
],
2727
pr=["https://github.com/ethereum/execution-spec-tests/pull/1615"],
28+
coverage_missed_reason=(
29+
"coinbase is deleted in original test (tx.gas_price==env.base_fee), "
30+
"opcodes lt, iszero, jump are no longer used"
31+
),
2832
)
2933
@pytest.mark.valid_from("Frontier")
3034
@pytest.mark.with_all_create_opcodes

0 commit comments

Comments
 (0)