skip incorrect and slow tests

This commit is contained in:
andri lim 2019-11-18 20:49:24 +07:00
parent 28514dbb28
commit 19803bd685
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
3 changed files with 3039 additions and 31 deletions

3031
newBlockchainTests.md Normal file

File diff suppressed because it is too large Load Diff

View File

@ -22,35 +22,11 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
# static call context checker
"create2noCash.json",
# bcStateTests
#"TransactionFromCoinbaseHittingBlockGasLimit1.json",
#"randomStatetest123.json",
#"randomStatetest160.json",
#"randomStatetest170.json",
#"randomStatetest223.json",
#"randomStatetest229.json",
#"randomStatetest241.json",
#"randomStatetest328.json",
#"randomStatetest375.json",
#"randomStatetest377.json",
#"randomStatetest38.json",
#"randomStatetest441.json",
#"randomStatetest46.json",
#"randomStatetest549.json",
#"randomStatetest594.json",
#"randomStatetest619.json",
#"randomStatetest94.json",
#
# # bcRandomBlockhashTest
#"randomStatetest127BC.json",
#"randomStatetest141BC.json",
#"randomStatetest165BC.json",
#"randomStatetest272BC.json",
#"randomStatetest35BC.json",
#"randomStatetest44BC.json",
#"randomStatetest459BC.json",
#"randomStatetest540BC.json",
#"randomStatetest613BC.json",
#"randomStatetest623BC.json",
# Istanbul bc test
# py-evm claims these tests are incorrect
# nimbus also agree
"RevertInCreateInInit.json",
"RevertInCreateInInitCreate2.json",
"InitCollision.json"
]
result = name in allowedFailingGeneralStateTests

View File

@ -118,7 +118,8 @@ func slowTest*(folder: string, name: string): bool =
"callcallcallcode_ABCB_RECURSIVE.json",
# BlockChain slow tests
"SuicideIssue.json"
"SuicideIssue.json",
"CALLBlake2f_MaxRounds.json"
]
func failIn32Bits(folder, name: string): bool =