mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-26 10:55:41 +00:00
disable problematic tests
This commit is contained in:
parent
df21dd44cb
commit
0f2be7c964
@ -151,9 +151,12 @@ func skipBCTests*(folder: string, name: string): bool =
|
|||||||
# BlockChain slow tests
|
# BlockChain slow tests
|
||||||
"SuicideIssue.json",
|
"SuicideIssue.json",
|
||||||
|
|
||||||
# BC OOM tests
|
# BC OOM tests in CI
|
||||||
"randomStatetest94.json", # pre istanbul
|
"randomStatetest94.json", # pre istanbul
|
||||||
|
|
||||||
|
# BC huge memory consumption
|
||||||
|
"DelegateCallSpam.json",
|
||||||
|
|
||||||
# pre istanbul failing
|
# pre istanbul failing
|
||||||
"SuicidesMixingCoinbase.json",
|
"SuicidesMixingCoinbase.json",
|
||||||
"suicideCoinbase.json",
|
"suicideCoinbase.json",
|
||||||
@ -171,8 +174,15 @@ func skipNewBCTests*(folder: string, name: string): bool =
|
|||||||
"RevertInCreateInInitCreate2.json",
|
"RevertInCreateInInitCreate2.json",
|
||||||
"InitCollision.json",
|
"InitCollision.json",
|
||||||
|
|
||||||
# BC OOM
|
# BC OOM tests in CI
|
||||||
"static_Return50000_2.json" # istanbul
|
"static_Return50000_2.json", # istanbul
|
||||||
|
|
||||||
|
# see allowedFailingGeneralStateTest
|
||||||
|
"modexp.json",
|
||||||
|
"create2noCash.json",
|
||||||
|
|
||||||
|
# BC huge memory consumption
|
||||||
|
"DelegateCallSpam.json"
|
||||||
]
|
]
|
||||||
|
|
||||||
result = name in allowedFailingBCTests
|
result = name in allowedFailingBCTests
|
||||||
@ -180,6 +190,7 @@ func skipNewBCTests*(folder: string, name: string): bool =
|
|||||||
func skipTxTests*(folder: string, name: string): bool =
|
func skipTxTests*(folder: string, name: string): bool =
|
||||||
# from test_transaction_json
|
# from test_transaction_json
|
||||||
when sizeof(int) == 4:
|
when sizeof(int) == 4:
|
||||||
|
# see nim-eth#95
|
||||||
result = name == "RLPHeaderSizeOverflowInt32.json"
|
result = name == "RLPHeaderSizeOverflowInt32.json"
|
||||||
else:
|
else:
|
||||||
false
|
false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user