Skip to content

Reconsider skipped tests "Failing in Besu" #2415

@amkCha

Description

@amkCha

The following ref tests are skipped as the are flagged "Failing in Besu too"

But it looks like Besu isn't skipping them anymore

Review with the Besu Team which ones are indeed skipped or not on their codebase and fix the non skipped ones if needed

    // ignore tests that are failing in Besu too
    PARAMS.ignore("RevertInCreateInInitCreate2_d0g0v0_*");
    PARAMS.ignore("RevertInCreateInInit_d0g0v0_*");
    PARAMS.ignore("create2collisionStorage_d0g0v0_*");
    PARAMS.ignore("create2collisionStorage_d1g0v0_*");
    PARAMS.ignore("create2collisionStorage_d2g0v0_*");
    PARAMS.ignore("dynamicAccountOverwriteEmpty_d0g0v0_*");
    // From ethereum/execution-spec-tests repo
    PARAMS.ignore(
        "RevertInCreateInInitCreate2Paris\\[fork_Prague-blockchain_test_from_state_test-\\]");
    PARAMS.ignore(
        "create2collisionStorageParis\\[fork_Prague-blockchain_test_from_state_test-d0\\]");
    PARAMS.ignore(
        "create2collisionStorageParis\\[fork_Prague-blockchain_test_from_state_test-d1\\]");
    PARAMS.ignore(
        "create2collisionStorageParis\\[fork_Prague-blockchain_test_from_state_test-d2\\]");
    PARAMS.ignore(
        "dynamicAccountOverwriteEmpty_Paris\\[fork_Prague-blockchain_test_from_state_test-\\]");

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions