Skip to content

Commit 717677f

Browse files
authored
Merge pull request #1047 from gurukamath/run-all-tests
Run all pyspecs tests
2 parents 19d1b1f + 8c0b951 commit 717677f

File tree

6 files changed

+0
-45
lines changed

6 files changed

+0
-45
lines changed

tests/berlin/test_state_transition.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@
6161
"bcForgedTest",
6262
"bcMultiChainTest",
6363
"GasLimitHigherThan2p63m1_Berlin",
64-
# TODO: The below tests are being ignored due to a bug in
65-
# upstream repo. They should be removed from the ignore list
66-
# once the bug is resolved
67-
# See: https://github.com/ethereum/execution-spec-tests/pull/134
68-
"Pyspecs/vm/dup.json",
69-
"Pyspecs/vm/chain_id.json",
70-
"Pyspecs/example/yul.json",
7164
)
7265

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

tests/cancun/test_state_transition.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@
5959
"bcForgedTest",
6060
"bcMultiChainTest",
6161
"GasLimitHigherThan2p63m1_Cancun",
62-
# TODO: The below tests are being ignored due to a bug in
63-
# upstream repo. They should be removed from the ignore list
64-
# once the bug is resolved
65-
# See: https://github.com/ethereum/execution-spec-tests/pull/134
66-
"Pyspecs/vm/chain_id.json",
67-
"Pyspecs/vm/dup.json",
68-
"Pyspecs/example/yul.json",
69-
"Pyspecs/eips/warm_coinbase_gas_usage.json",
70-
"Pyspecs/eips/warm_coinbase_call_out_of_gas.json",
7162
)
7263

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

tests/istanbul/test_state_transition.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@
6262
"bcForgedTest",
6363
"bcMultiChainTest",
6464
"GasLimitHigherThan2p63m1_Istanbul",
65-
# TODO: The below tests are being ignored due to a bug in
66-
# upstream repo. They should be removed from the ignore list
67-
# once the bug is resolved
68-
# See: https://github.com/ethereum/execution-spec-tests/pull/134
69-
"Pyspecs/vm/dup.json",
70-
"Pyspecs/vm/chain_id.json",
7165
)
7266

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

tests/london/test_state_transition.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@
6262
"bcForgedTest",
6363
"bcMultiChainTest",
6464
"GasLimitHigherThan2p63m1_London",
65-
# TODO: The below tests are being ignored due to a bug in
66-
# upstream repo. They should be removed from the ignore list
67-
# once the bug is resolved
68-
# See: https://github.com/ethereum/execution-spec-tests/pull/134
69-
"Pyspecs/vm/dup.json",
70-
"Pyspecs/vm/chain_id.json",
71-
"Pyspecs/example/yul.json",
7265
)
7366

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

tests/paris/test_state_transition.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@
6262
"bcForgedTest",
6363
"bcMultiChainTest",
6464
"GasLimitHigherThan2p63m1_Merge",
65-
# TODO: The below tests are being ignored due to a bug in
66-
# upstream repo. They should be removed from the ignore list
67-
# once the bug is resolved
68-
# See: https://github.com/ethereum/execution-spec-tests/pull/134
69-
"Pyspecs/vm/dup.json",
70-
"Pyspecs/vm/chain_id.json",
71-
"Pyspecs/example/yul.json",
7265
)
7366

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

tests/shanghai/test_state_transition.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@
5959
"bcForgedTest",
6060
"bcMultiChainTest",
6161
"GasLimitHigherThan2p63m1_Shanghai",
62-
# TODO: The below tests are being ignored due to a bug in
63-
# upstream repo. They should be removed from the ignore list
64-
# once the bug is resolved
65-
# See: https://github.com/ethereum/execution-spec-tests/pull/134
66-
"Pyspecs/vm/chain_id.json",
67-
"Pyspecs/vm/dup.json",
68-
"Pyspecs/example/yul.json",
69-
"Pyspecs/eips/warm_coinbase_gas_usage.json",
70-
"Pyspecs/eips/warm_coinbase_call_out_of_gas.json",
7162
)
7263

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

0 commit comments

Comments
 (0)