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 + RawCallGasValueTransferMemoryAsk.json OK
+ RawCallMemoryGas.json OK + RawCallMemoryGas.json OK
+ RawCallMemoryGasAsk.json OK + RawCallMemoryGasAsk.json OK
RawCreateFailGasValueTransfer.json Skip + RawCreateFailGasValueTransfer.json OK
RawCreateFailGasValueTransfer2.json Skip RawCreateFailGasValueTransfer2.json Skip
+ RawCreateGas.json OK + RawCreateGas.json OK
RawCreateGasMemory.json Skip RawCreateGasMemory.json Skip
@ -486,7 +486,7 @@ OK: 0/13 Fail: 0/13 Skip: 13/13
+ RawExtCodeCopyMemoryGas.json OK + RawExtCodeCopyMemoryGas.json OK
+ RawExtCodeSizeGas.json OK + RawExtCodeSizeGas.json OK
``` ```
OK: 26/30 Fail: 0/30 Skip: 4/30 OK: 27/30 Fail: 0/30 Skip: 3/30
## stEIP158Specific ## stEIP158Specific
```diff ```diff
CALL_OneVCallSuicide.json Skip CALL_OneVCallSuicide.json Skip
@ -514,8 +514,8 @@ OK: 4/5 Fail: 0/5 Skip: 1/5
## stInitCodeTest ## stInitCodeTest
```diff ```diff
+ CallContractToCreateContractAndCallItOOG.json OK + CallContractToCreateContractAndCallItOOG.json OK
CallContractToCreateContractNoCash.json Skip + CallContractToCreateContractNoCash.json OK
CallContractToCreateContractOOG.json Skip + CallContractToCreateContractOOG.json OK
+ CallContractToCreateContractOOGBonusGas.json OK + CallContractToCreateContractOOGBonusGas.json OK
CallContractToCreateContractWhichWouldCreateContractIfCalled.jsonSkip CallContractToCreateContractWhichWouldCreateContractIfCalled.jsonSkip
CallContractToCreateContractWhichWouldCreateContractInInitCode.jsonSkip CallContractToCreateContractWhichWouldCreateContractInInitCode.jsonSkip
@ -532,7 +532,7 @@ OK: 4/5 Fail: 0/5 Skip: 1/5
+ TransactionCreateStopInInitcode.json OK + TransactionCreateStopInInitcode.json OK
+ TransactionCreateSuicideInInitcode.json OK + TransactionCreateSuicideInInitcode.json OK
``` ```
OK: 11/18 Fail: 0/18 Skip: 7/18 OK: 13/18 Fail: 0/18 Skip: 5/18
## stLogTests ## stLogTests
```diff ```diff
+ log0_emptyMem.json OK + 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 OK: 0/130 Fail: 0/130 Skip: 130/130
---TOTAL--- ---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", "RawCreateGasMemory.json",
"RawCreateGasValueTransferMemory.json", "RawCreateGasValueTransferMemory.json",
"createContractViaContractOOGInitCode.json", "createContractViaContractOOGInitCode.json",
"CallContractToCreateContractNoCash.json",
"CallContractToCreateContractOOG.json",
"CallContractToCreateContractWhichWouldCreateContractIfCalled.json", "CallContractToCreateContractWhichWouldCreateContractIfCalled.json",
"CallContractToCreateContractWhichWouldCreateContractInInitCode.json", "CallContractToCreateContractWhichWouldCreateContractInInitCode.json",
"CallTheContractToCreateEmptyContract.json", "CallTheContractToCreateEmptyContract.json",
@ -68,7 +66,7 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"CALLCODEEcrecoverV_prefixedf0.json", "CALLCODEEcrecoverV_prefixedf0.json",
"randomStatetest14.json", "randomStatetest14.json",
"randomStatetest184.json", "randomStatetest184.json",
"randomStatetest85.json", "randomStatetest85.json",
"randomStatetest646.json", "randomStatetest646.json",
"randomStatetest248.json", "randomStatetest248.json",
"RevertOpcodeCalls.json", "RevertOpcodeCalls.json",
@ -101,7 +99,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"randomStatetest237.json", "randomStatetest237.json",
"randomStatetest7.json", "randomStatetest7.json",
# 2019-02-17: # 2019-02-17:
"RawCreateFailGasValueTransfer.json",
"NewGasPriceForCodes.json", "NewGasPriceForCodes.json",
"NewGasPriceForCodesWithMemExpandingCalls.json", "NewGasPriceForCodesWithMemExpandingCalls.json",
"NonZeroValue_CALLCODE_ToNonNonZeroBalance.json", "NonZeroValue_CALLCODE_ToNonNonZeroBalance.json",