Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
tests: add even more tests to SLOW_TESTS.
Browse files Browse the repository at this point in the history
  • Loading branch information
veox committed May 16, 2019
1 parent 127fe2b commit 260613c
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions tests/json-fixtures-over-rpc/test_rpc_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,12 @@
BASE_FIXTURE_PATH = os.path.join(ROOT_PROJECT_DIR, 'fixtures', 'BlockchainTests')

SLOW_TESTS = (
'Call1024PreCalls_d0g0v0_Byzantium',
'Call1024PreCalls_d0g0v0_EIP150',
'Call1024PreCalls_d0g0v0_EIP158',
'Call1024PreCalls_d0g0v0',
'ContractCreationSpam_d0g0v0_Homestead',
'ContractCreationSpam_d0g0v0_Frontier',
'ForkStressTest_EIP150',
'ForkStressTest_EIP158',
'ForkStressTest_Homestead',
'ForkStressTest_Frontier',
'ForkStressTest_Byzantium',
'Create2Recursive_d0g0v0',
'Create2Recursive_d0g1v0',
'ForkStressTest',
'stQuadraticComplexityTest/Call50000_d0g1v0.json',
'stQuadraticComplexityTest/QuadraticComplexitySolidity_CallDataCopy_d0g1v0.json',
'stQuadraticComplexityTest/Return50000_2_d0g1v0.json',
Expand All @@ -71,6 +67,11 @@
'walletReorganizeOwners',
'bcExploitTest/SuicideIssue.json',
'DelegateCallSpam_Homestead',
'static_Call1024PreCalls_d1g0v0',
'static_Call1024PreCalls2_d0g0v0',
'static_Call1024PreCalls2_d1g0v0',
'static_Call1024PreCalls3_d1g0v0',
'static_Call50000bytesContract50_1_d0g0v0',
'static_Call50000_ecrec_d0g0v0',
'static_Call50000_ecrec_d1g0v0',
'static_Call50000_rip160_d0g0v0',
Expand All @@ -87,10 +88,12 @@
'static_Call50000bytesContract50_2_d1g0v0',
'static_LoopCallsThenRevert_d0g0v0',
'static_LoopCallsThenRevert_d0g1v0',
'static_Return50000_2_d0g0v0',
'stQuadraticComplexityTest/Call50000_identity2_d0g1v0.json',
'stQuadraticComplexityTest/Call50000_identity_d0g1v0.json',
'stQuadraticComplexityTest/Call50000_rip160_d0g1v0.json',
'stQuadraticComplexityTest/Call50000bytesContract50_1_d0g1v0.json',
'stQuadraticComplexityTest/Call50000bytesContract50_2_d0g1v0.json',
'stQuadraticComplexityTest/Create1000_d0g1v0.json',
'ShanghaiLove_Homestead',
'ShanghaiLove_Frontier',
Expand Down

0 comments on commit 260613c

Please sign in to comment.