|
125 | 125 | # The result is in conflict with the yellow-paper:
|
126 | 126 | # * https://github.com/ethereum/py-evm/pull/1224#issuecomment-418800369
|
127 | 127 | ('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Byzantium'), # noqa: E501
|
| 128 | + ('GeneralStateTests/stRevertTest/RevertInCreateInInit_d0g0v0.json', 'RevertInCreateInInit_d0g0v0_Constantinople'), # noqa: E501 |
| 129 | + # The CREATE2 variant seems to have been derived from the one above - it, too, |
| 130 | + # has a "synthetic" state, on which py-evm flips. |
| 131 | + # * https://github.com/ethereum/py-evm/pull/1181#issuecomment-446330609 |
| 132 | + ('GeneralStateTests/stCreate2/RevertInCreateInInitCreate2_d0g0v0.json', 'RevertInCreateInInitCreate2_d0g0v0_Constantinople'), # noqa: E501 |
| 133 | + # All four variants have been specifically added to test a collision type |
| 134 | + # like the above; therefore, they fail in the same manner. |
| 135 | + # * https://github.com/ethereum/py-evm/pull/1579#issuecomment-446591118 |
| 136 | + ('GeneralStateTests/stSStoreTest/InitCollision_d0g0v0.json', 'InitCollision_d0g0v0_Constantinople'), # noqa: E501 |
| 137 | + ('GeneralStateTests/stSStoreTest/InitCollision_d1g0v0.json', 'InitCollision_d1g0v0_Constantinople'), # noqa: E501 |
| 138 | + ('GeneralStateTests/stSStoreTest/InitCollision_d2g0v0.json', 'InitCollision_d2g0v0_Constantinople'), # noqa: E501 |
| 139 | + ('GeneralStateTests/stSStoreTest/InitCollision_d3g0v0.json', 'InitCollision_d3g0v0_Constantinople'), # noqa: E501 |
128 | 140 | }
|
129 | 141 |
|
130 | 142 |
|
|
0 commit comments