Skip to content

Commit

Permalink
Merge pull request #1047 from gurukamath/run-all-tests
Browse files Browse the repository at this point in the history
Run all pyspecs tests
  • Loading branch information
petertdavies authored Dec 6, 2024
2 parents 19d1b1f + 8c0b951 commit 717677f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 45 deletions.
7 changes: 0 additions & 7 deletions tests/berlin/test_state_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,6 @@
"bcForgedTest",
"bcMultiChainTest",
"GasLimitHigherThan2p63m1_Berlin",
# TODO: The below tests are being ignored due to a bug in
# upstream repo. They should be removed from the ignore list
# once the bug is resolved
# See: https://github.com/ethereum/execution-spec-tests/pull/134
"Pyspecs/vm/dup.json",
"Pyspecs/vm/chain_id.json",
"Pyspecs/example/yul.json",
)

# All tests that recursively create a large number of frames (50000)
Expand Down
9 changes: 0 additions & 9 deletions tests/cancun/test_state_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
"bcForgedTest",
"bcMultiChainTest",
"GasLimitHigherThan2p63m1_Cancun",
# TODO: The below tests are being ignored due to a bug in
# upstream repo. They should be removed from the ignore list
# once the bug is resolved
# See: https://github.com/ethereum/execution-spec-tests/pull/134
"Pyspecs/vm/chain_id.json",
"Pyspecs/vm/dup.json",
"Pyspecs/example/yul.json",
"Pyspecs/eips/warm_coinbase_gas_usage.json",
"Pyspecs/eips/warm_coinbase_call_out_of_gas.json",
)

# All tests that recursively create a large number of frames (50000)
Expand Down
6 changes: 0 additions & 6 deletions tests/istanbul/test_state_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@
"bcForgedTest",
"bcMultiChainTest",
"GasLimitHigherThan2p63m1_Istanbul",
# TODO: The below tests are being ignored due to a bug in
# upstream repo. They should be removed from the ignore list
# once the bug is resolved
# See: https://github.com/ethereum/execution-spec-tests/pull/134
"Pyspecs/vm/dup.json",
"Pyspecs/vm/chain_id.json",
)

# All tests that recursively create a large number of frames (50000)
Expand Down
7 changes: 0 additions & 7 deletions tests/london/test_state_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@
"bcForgedTest",
"bcMultiChainTest",
"GasLimitHigherThan2p63m1_London",
# TODO: The below tests are being ignored due to a bug in
# upstream repo. They should be removed from the ignore list
# once the bug is resolved
# See: https://github.com/ethereum/execution-spec-tests/pull/134
"Pyspecs/vm/dup.json",
"Pyspecs/vm/chain_id.json",
"Pyspecs/example/yul.json",
)

# All tests that recursively create a large number of frames (50000)
Expand Down
7 changes: 0 additions & 7 deletions tests/paris/test_state_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@
"bcForgedTest",
"bcMultiChainTest",
"GasLimitHigherThan2p63m1_Merge",
# TODO: The below tests are being ignored due to a bug in
# upstream repo. They should be removed from the ignore list
# once the bug is resolved
# See: https://github.com/ethereum/execution-spec-tests/pull/134
"Pyspecs/vm/dup.json",
"Pyspecs/vm/chain_id.json",
"Pyspecs/example/yul.json",
)

# All tests that recursively create a large number of frames (50000)
Expand Down
9 changes: 0 additions & 9 deletions tests/shanghai/test_state_transition.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,6 @@
"bcForgedTest",
"bcMultiChainTest",
"GasLimitHigherThan2p63m1_Shanghai",
# TODO: The below tests are being ignored due to a bug in
# upstream repo. They should be removed from the ignore list
# once the bug is resolved
# See: https://github.com/ethereum/execution-spec-tests/pull/134
"Pyspecs/vm/chain_id.json",
"Pyspecs/vm/dup.json",
"Pyspecs/example/yul.json",
"Pyspecs/eips/warm_coinbase_gas_usage.json",
"Pyspecs/eips/warm_coinbase_call_out_of_gas.json",
)

# All tests that recursively create a large number of frames (50000)
Expand Down

0 comments on commit 717677f

Please sign in to comment.