|
144 | 144 | # * https://github.com/ethereum/py-evm/pull/1224#issuecomment-418800369
|
145 | 145 | ('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Byzantium'), # noqa: E501
|
146 | 146 | ('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Constantinople'), # noqa: E501
|
| 147 | + ('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_ConstantinopleFix'), # noqa: E501 |
| 148 | + |
147 | 149 | # The CREATE2 variant seems to have been derived from the one above - it, too,
|
148 | 150 | # has a "synthetic" state, on which py-evm flips.
|
149 | 151 | # * https://github.com/ethereum/py-evm/pull/1181#issuecomment-446330609
|
150 | 152 | ('GeneralStateTests/stCreate2/RevertInCreateInInitCreate2_d0g0v0.json', 'RevertInCreateInInitCreate2_d0g0v0_Constantinople'), # noqa: E501
|
| 153 | + ('GeneralStateTests/stCreate2/RevertInCreateInInitCreate2_d0g0v0.json', 'RevertInCreateInInitCreate2_d0g0v0_ConstantinopleFix'), # noqa: E501 |
| 154 | + |
151 | 155 | # All four variants have been specifically added to test a collision type
|
152 | 156 | # like the above; therefore, they fail in the same manner.
|
153 | 157 | # * https://github.com/ethereum/py-evm/pull/1579#issuecomment-446591118
|
154 | 158 | ('GeneralStateTests/stSStoreTest/InitCollision_d0g0v0.json', 'InitCollision_d0g0v0_Constantinople'), # noqa: E501
|
155 | 159 | ('GeneralStateTests/stSStoreTest/InitCollision_d1g0v0.json', 'InitCollision_d1g0v0_Constantinople'), # noqa: E501
|
156 | 160 | ('GeneralStateTests/stSStoreTest/InitCollision_d2g0v0.json', 'InitCollision_d2g0v0_Constantinople'), # noqa: E501
|
157 | 161 | ('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_d2g0v0.json', 'InitCollision_d2g0v0_ConstantinopleFix'), # noqa: E501 |
| 165 | + ('GeneralStateTests/stSStoreTest/InitCollision_d3g0v0.json', 'InitCollision_d3g0v0_ConstantinopleFix'), # noqa: E501 |
158 | 166 | }
|
159 | 167 |
|
160 | 168 |
|
|
0 commit comments