silkworm icon indicating copy to clipboard operation
silkworm copied to clipboard

Update ethereum/tests

Open yperbasis opened this issue 5 months ago • 1 comments

Currently the following tests fail when updating to v14.1:

Validation error kWrongBlockGas
RevertInCreateInInit_Paris_d0g0v0_Cancun .......................................  Failed
Validation error kWrongBlockGas
dynamicAccountOverwriteEmpty_Paris_d0g0v0_Cancun ...............................  Failed
Validation error kWrongBlockGas
RevertInCreateInInitCreate2Paris_d0g0v0_Cancun .................................  Failed
Validation error kWrongBlockGas
create2collisionStorageParis_d0g0v0_Cancun .....................................  Failed
Validation error kWrongBlockGas
create2collisionStorageParis_d1g0v0_Cancun .....................................  Failed
Validation error kWrongBlockGas
create2collisionStorageParis_d2g0v0_Cancun .....................................  Failed
Validation error kWrongBlockGas
InitCollisionParis_d0g0v0_Cancun ...............................................  Failed
Validation error kWrongBlockGas
InitCollisionParis_d1g0v0_Cancun ...............................................  Failed
Validation error kWrongBlockGas
InitCollisionParis_d2g0v0_Cancun ...............................................  Failed
Validation error kWrongBlockGas
InitCollisionParis_d3g0v0_Cancun ...............................................  Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Berlin-blockchain_test-recreate_on_separate_block_True]   Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Constantinople-blockchain_test-recreate_on_separate_block_True]   Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_ConstantinopleFix-blockchain_test-recreate_on_separate_block_True]   Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Istanbul-blockchain_test-recreate_on_separate_block_True]   Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_London-blockchain_test-recreate_on_separate_block_True]   Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Paris-blockchain_test-recreate_on_separate_block_True]   Failed
Validation error kWrongStateRoot
src/GeneralStateTestsFiller/Pyspecs/constantinople/create2/test_recreate.py::test_recreate[fork_Shanghai-blockchain_test-recreate_on_separate_block_True]   Failed
36421 tests passed, 17 failed, 2 skipped in 983.992ms

yperbasis avatar Sep 04 '24 10:09 yperbasis