Skip to content

Commit 92b6585

Browse files
veoxcburgdorf
authored andcommitted
tests/blockchain: duplicate INCORRECT_UPSTREAM_TESTS for ConstantinopleFix.
1 parent 7c8dd1a commit 92b6585

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/json-fixtures/test_blockchain.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,24 @@
144144
# * https://github.com/ethereum/py-evm/pull/1224#issuecomment-418800369
145145
('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Byzantium'), # noqa: E501
146146
('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Constantinople'), # noqa: E501
147+
('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_ConstantinopleFix'), # noqa: E501
148+
147149
# The CREATE2 variant seems to have been derived from the one above - it, too,
148150
# has a "synthetic" state, on which py-evm flips.
149151
# * https://github.com/ethereum/py-evm/pull/1181#issuecomment-446330609
150152
('GeneralStateTests/stCreate2/RevertInCreateInInitCreate2_d0g0v0.json', 'RevertInCreateInInitCreate2_d0g0v0_Constantinople'), # noqa: E501
153+
('GeneralStateTests/stCreate2/RevertInCreateInInitCreate2_d0g0v0.json', 'RevertInCreateInInitCreate2_d0g0v0_ConstantinopleFix'), # noqa: E501
154+
151155
# All four variants have been specifically added to test a collision type
152156
# like the above; therefore, they fail in the same manner.
153157
# * https://github.com/ethereum/py-evm/pull/1579#issuecomment-446591118
154158
('GeneralStateTests/stSStoreTest/InitCollision_d0g0v0.json', 'InitCollision_d0g0v0_Constantinople'), # noqa: E501
155159
('GeneralStateTests/stSStoreTest/InitCollision_d1g0v0.json', 'InitCollision_d1g0v0_Constantinople'), # noqa: E501
156160
('GeneralStateTests/stSStoreTest/InitCollision_d2g0v0.json', 'InitCollision_d2g0v0_Constantinople'), # noqa: E501
157161
('GeneralStateTests/stSStoreTest/InitCollision_d3g0v0.json', 'InitCollision_d3g0v0_Constantinople'), # noqa: E501
162+
('GeneralStateTests/stSStoreTest/InitCollision_d0g0v0.json', 'InitCollision_d0g0v0_ConstantinopleFix'), # noqa: E501
163+
('GeneralStateTests/stSStoreTest/InitCollision_d1g0v0.json', 'InitCollision_d1g0v0_ConstantinopleFix'), # noqa: E501
164+
('GeneralStateTests/stSStoreTest/InitCollision_d3g0v0.json', 'InitCollision_d3g0v0_ConstantinopleFix'), # noqa: E501
158165
}
159166

160167

0 commit comments

Comments
 (0)