update tests log

This commit is contained in:
andri lim 2019-12-09 16:35:58 +07:00 committed by zah
parent 69072b8cf7
commit 7bdbf85a7a
3 changed files with 14 additions and 14 deletions

View File

@ -27,12 +27,12 @@ OK: 1/1 Fail: 0/1 Skip: 0/1
OK: 1/1 Fail: 0/1 Skip: 0/1
## bcExploitTest
```diff
+ DelegateCallSpam.json OK
DelegateCallSpam.json Skip
+ ShanghaiLove.json OK
+ StrangeContractCreation.json OK
SuicideIssue.json Skip
```
OK: 3/4 Fail: 0/4 Skip: 1/4
OK: 2/4 Fail: 0/4 Skip: 2/4
## bcForgedTest
```diff
+ bcForkBlockTest.json OK
@ -404,4 +404,4 @@ OK: 20/20 Fail: 0/20 Skip: 0/20
OK: 5/5 Fail: 0/5 Skip: 0/5
---TOTAL---
OK: 313/318 Fail: 0/318 Skip: 5/318
OK: 312/318 Fail: 0/318 Skip: 6/318

View File

@ -22,10 +22,10 @@ OK: 1/1 Fail: 0/1 Skip: 0/1
OK: 1/1 Fail: 0/1 Skip: 0/1
## bcExploitTest
```diff
+ DelegateCallSpam.json OK
DelegateCallSpam.json Skip
+ ShanghaiLove.json OK
+ StrangeContractCreation.json OK
SuicideIssue.json Skip
+ SuicideIssue.json OK
```
OK: 3/4 Fail: 0/4 Skip: 1/4
## bcForgedTest
@ -222,7 +222,7 @@ OK: 96/96 Fail: 0/96 Skip: 0/96
+ OverflowGasRequire.json OK
+ RefundOverflow.json OK
+ RefundOverflow2.json OK
SuicidesMixingCoinbase.json Skip
+ SuicidesMixingCoinbase.json OK
+ TransactionFromCoinbaseHittingBlockGasLimit1.json OK
+ TransactionFromCoinbaseNotEnoughFounds.json OK
+ TransactionNonceCheck.json OK
@ -273,8 +273,8 @@ OK: 96/96 Fail: 0/96 Skip: 0/96
+ randomStatetest619.json OK
randomStatetest94.json Skip
+ simpleSuicide.json OK
suicideCoinbase.json Skip
suicideCoinbaseState.json Skip
+ suicideCoinbase.json OK
+ suicideCoinbaseState.json OK
+ suicideStorageCheck.json OK
+ suicideStorageCheckVCreate.json OK
+ suicideStorageCheckVCreate2.json OK
@ -282,7 +282,7 @@ OK: 96/96 Fail: 0/96 Skip: 0/96
+ transactionFromNotExistingAccount.json OK
+ txCost-sec73.json OK
```
OK: 65/69 Fail: 0/69 Skip: 4/69
OK: 68/69 Fail: 0/69 Skip: 1/69
## bcTotalDifficultyTest
```diff
+ lotsOfBranchesOverrideAtTheEnd.json OK
@ -3028,4 +3028,4 @@ OK: 133/133 Fail: 0/133 Skip: 0/133
OK: 130/130 Fail: 0/130 Skip: 0/130
---TOTAL---
OK: 2616/2730 Fail: 0/2730 Skip: 114/2730
OK: 2619/2730 Fail: 0/2730 Skip: 111/2730

View File

@ -83,7 +83,10 @@ func slowGSTTests(folder: string, name: string): bool =
"callcodecallcallcode_ABCB_RECURSIVE.json",
"callcodecallcodecall_ABCB_RECURSIVE.json",
"callcodecallcodecallcode_ABCB_RECURSIVE.json",
"callcallcallcode_ABCB_RECURSIVE.json"
"callcallcallcode_ABCB_RECURSIVE.json",
# Istanbul slow tests
"CALLBlake2f_MaxRounds.json",
]
func failIn32Bits(folder, name: string): bool =
@ -133,9 +136,6 @@ func skipNewGSTTests*(folder: string, name: string): bool =
return true
result = name in @[
# skip slow tests
"CALLBlake2f_MaxRounds.json",
# py-evm claims these tests are incorrect
# nimbus also agree
"RevertInCreateInInit.json",