pass additional 4 GST

This commit is contained in:
andri lim 2019-02-25 17:10:38 +07:00
parent 3dd18bd8ec
commit d6f7dfde5c
No known key found for this signature in database
GPG Key ID: 31702AE10541E6B9
2 changed files with 8 additions and 12 deletions

View File

@ -349,9 +349,9 @@ OK: 49/58 Fail: 0/58 Skip: 9/58
+ callcodecallcodecallcode_111_OOGMAfter_2.json OK + callcodecallcodecallcode_111_OOGMAfter_2.json OK
+ callcodecallcodecallcode_111_OOGMAfter_3.json OK + callcodecallcodecallcode_111_OOGMAfter_3.json OK
+ contractCreationMakeCallThatAskMoreGasThenTransactionProvided.jsonOK + contractCreationMakeCallThatAskMoreGasThenTransactionProvided.jsonOK
createInitFail_OOGduringInit.json Skip + createInitFail_OOGduringInit.json OK
``` ```
OK: 26/30 Fail: 0/30 Skip: 4/30 OK: 27/30 Fail: 0/30 Skip: 3/30
## stCodeCopyTest ## stCodeCopyTest
```diff ```diff
+ ExtCodeCopyTests.json OK + ExtCodeCopyTests.json OK
@ -414,14 +414,14 @@ OK: 11/30 Fail: 0/30 Skip: 19/30
callOutput3Fail.json Skip callOutput3Fail.json Skip
callOutput3partial.json Skip callOutput3partial.json Skip
callOutput3partialFail.json Skip callOutput3partialFail.json Skip
callWithHighValueAndGasOOG.json Skip + callWithHighValueAndGasOOG.json OK
callcodeOutput1.json Skip callcodeOutput1.json Skip
callcodeOutput2.json Skip callcodeOutput2.json Skip
callcodeOutput3.json Skip callcodeOutput3.json Skip
callcodeOutput3Fail.json Skip callcodeOutput3Fail.json Skip
callcodeOutput3partial.json Skip callcodeOutput3partial.json Skip
callcodeOutput3partialFail.json Skip callcodeOutput3partialFail.json Skip
callcodeWithHighValueAndGasOOG.json Skip + callcodeWithHighValueAndGasOOG.json OK
deleagateCallAfterValueTransfer.json Skip deleagateCallAfterValueTransfer.json Skip
+ delegatecallAndOOGatTxLevel.json OK + delegatecallAndOOGatTxLevel.json OK
+ delegatecallBasic.json OK + delegatecallBasic.json OK
@ -435,7 +435,7 @@ OK: 11/30 Fail: 0/30 Skip: 19/30
delegatecodeDynamicCode.json Skip delegatecodeDynamicCode.json Skip
delegatecodeDynamicCode2SelfCall.json Skip delegatecodeDynamicCode2SelfCall.json Skip
``` ```
OK: 5/34 Fail: 0/34 Skip: 29/34 OK: 7/34 Fail: 0/34 Skip: 27/34
## stEIP150Specific ## stEIP150Specific
```diff ```diff
CallAndCallcodeConsumeMoreGasThenTransactionHas.json Skip CallAndCallcodeConsumeMoreGasThenTransactionHas.json Skip
@ -1708,12 +1708,12 @@ OK: 15/16 Fail: 0/16 Skip: 1/16
+ deploymentError.json OK + deploymentError.json OK
failed_tx_xcf416c53.json Skip failed_tx_xcf416c53.json Skip
gasPrice0.json Skip gasPrice0.json Skip
makeMoney.json Skip + makeMoney.json OK
sha3_deja.json Skip sha3_deja.json Skip
txCost-sec73.json Skip txCost-sec73.json Skip
tx_e1c174e2.json Skip tx_e1c174e2.json Skip
``` ```
OK: 3/13 Fail: 0/13 Skip: 10/13 OK: 4/13 Fail: 0/13 Skip: 9/13
## stStackTests ## stStackTests
```diff ```diff
shallowStack.json Skip shallowStack.json Skip
@ -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: 1154/2334 Fail: 0/2334 Skip: 1180/2334 OK: 1158/2334 Fail: 0/2334 Skip: 1176/2334

View File

@ -147,17 +147,13 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"delegatecallBeforeTransition.json", "delegatecallBeforeTransition.json",
# 2018-12-07: # 2018-12-07:
# 2019-02-07: # 2019-02-07:
"makeMoney.json",
# 2019-02-15: # 2019-02-15:
"callWithHighValueAndGasOOG.json",
"callcodeWithHighValueAndGasOOG.json",
"randomStatetest101.json", "randomStatetest101.json",
"randomStatetest116.json", "randomStatetest116.json",
"randomStatetest237.json", "randomStatetest237.json",
"randomStatetest7.json", "randomStatetest7.json",
# 2019-02-17: # 2019-02-17:
"RawCreateFailGasValueTransfer.json", "RawCreateFailGasValueTransfer.json",
"createInitFail_OOGduringInit.json",
"NewGasPriceForCodes.json", "NewGasPriceForCodes.json",
"NewGasPriceForCodesWithMemExpandingCalls.json", "NewGasPriceForCodesWithMemExpandingCalls.json",
"NonZeroValue_CALLCODE_ToNonNonZeroBalance.json", "NonZeroValue_CALLCODE_ToNonNonZeroBalance.json",