This commit is contained in:
andri lim 2019-03-13 14:41:16 +07:00 committed by zah
parent f5d6d6bc02
commit 9f0b78dc5a
2 changed files with 7 additions and 10 deletions

View File

@ -472,7 +472,7 @@ OK: 0/13 Fail: 0/13 Skip: 13/13
+ RawCallGasValueTransferMemoryAsk.json OK
+ RawCallMemoryGas.json OK
+ RawCallMemoryGasAsk.json OK
RawCreateFailGasValueTransfer.json Skip
+ RawCreateFailGasValueTransfer.json OK
RawCreateFailGasValueTransfer2.json Skip
+ RawCreateGas.json OK
RawCreateGasMemory.json Skip
@ -486,7 +486,7 @@ OK: 0/13 Fail: 0/13 Skip: 13/13
+ RawExtCodeCopyMemoryGas.json OK
+ RawExtCodeSizeGas.json OK
```
OK: 26/30 Fail: 0/30 Skip: 4/30
OK: 27/30 Fail: 0/30 Skip: 3/30
## stEIP158Specific
```diff
CALL_OneVCallSuicide.json Skip
@ -514,8 +514,8 @@ OK: 4/5 Fail: 0/5 Skip: 1/5
## stInitCodeTest
```diff
+ CallContractToCreateContractAndCallItOOG.json OK
CallContractToCreateContractNoCash.json Skip
CallContractToCreateContractOOG.json Skip
+ CallContractToCreateContractNoCash.json OK
+ CallContractToCreateContractOOG.json OK
+ CallContractToCreateContractOOGBonusGas.json OK
CallContractToCreateContractWhichWouldCreateContractIfCalled.jsonSkip
CallContractToCreateContractWhichWouldCreateContractInInitCode.jsonSkip
@ -532,7 +532,7 @@ OK: 4/5 Fail: 0/5 Skip: 1/5
+ TransactionCreateStopInInitcode.json OK
+ TransactionCreateSuicideInInitcode.json OK
```
OK: 11/18 Fail: 0/18 Skip: 7/18
OK: 13/18 Fail: 0/18 Skip: 5/18
## stLogTests
```diff
+ log0_emptyMem.json OK
@ -2520,4 +2520,4 @@ OK: 0/133 Fail: 0/133 Skip: 133/133
OK: 0/130 Fail: 0/130 Skip: 130/130
---TOTAL---
OK: 1209/2334 Fail: 0/2334 Skip: 1125/2334
OK: 1212/2334 Fail: 0/2334 Skip: 1122/2334

View File

@ -56,8 +56,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"RawCreateGasMemory.json",
"RawCreateGasValueTransferMemory.json",
"createContractViaContractOOGInitCode.json",
"CallContractToCreateContractNoCash.json",
"CallContractToCreateContractOOG.json",
"CallContractToCreateContractWhichWouldCreateContractIfCalled.json",
"CallContractToCreateContractWhichWouldCreateContractInInitCode.json",
"CallTheContractToCreateEmptyContract.json",
@ -68,7 +66,7 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"CALLCODEEcrecoverV_prefixedf0.json",
"randomStatetest14.json",
"randomStatetest184.json",
"randomStatetest85.json",
"randomStatetest85.json",
"randomStatetest646.json",
"randomStatetest248.json",
"RevertOpcodeCalls.json",
@ -101,7 +99,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"randomStatetest237.json",
"randomStatetest7.json",
# 2019-02-17:
"RawCreateFailGasValueTransfer.json",
"NewGasPriceForCodes.json",
"NewGasPriceForCodesWithMemExpandingCalls.json",
"NonZeroValue_CALLCODE_ToNonNonZeroBalance.json",