Skip to content

Commit 1b581e8

Browse files
committed
chore(ported_static): mark stQuadraticComplexityTest fixes as @manually-enhanced
The four post-state corrections cherry-picked from PR ethereum#2784 should not be overwritten the next time `tests/ported_static/` is regenerated by `scripts/filler_to_python`. Add the `@manually-enhanced` marker to each docstring so the regenerator skips them.
1 parent b496301 commit 1b581e8

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

tests/ported_static/stQuadraticComplexityTest/test_call20_kbytes_contract50_2.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
44
Ported from:
55
state_tests/stQuadraticComplexityTest/Call20KbytesContract50_2Filler.json
6+
7+
@manually-enhanced: Do not overwrite. Post-state expectations corrected
8+
manually (see PR #2784).
69
"""
710

811
import pytest

tests/ported_static/stQuadraticComplexityTest/test_call50000.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
44
Ported from:
55
state_tests/stQuadraticComplexityTest/Call50000Filler.json
6+
7+
@manually-enhanced: Do not overwrite. Post-state expectations corrected
8+
manually (see PR #2784).
69
"""
710

811
import pytest

tests/ported_static/stQuadraticComplexityTest/test_callcode50000.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
44
Ported from:
55
state_tests/stQuadraticComplexityTest/Callcode50000Filler.json
6+
7+
@manually-enhanced: Do not overwrite. Post-state expectations corrected
8+
manually (see PR #2784).
69
"""
710

811
import pytest

tests/ported_static/stQuadraticComplexityTest/test_quadratic_complexity_solidity_call_data_copy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
44
Ported from:
55
state_tests/stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopyFiller.json
6+
7+
@manually-enhanced: Do not overwrite. Post-state expectations corrected
8+
manually (see PR #2784).
69
"""
710

811
import pytest

0 commit comments

Comments
 (0)