Update failing tests list

This commit is contained in:
coffeepots 2018-11-12 18:24:14 +00:00 committed by tersec
parent f99138dca6
commit eceaa58ebb
1 changed files with 2 additions and 25 deletions

View File

@ -163,7 +163,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"delegatecallEmptycontract.json",
"delegatecallInInitcodeToEmptyContract.json",
"delegatecallInInitcodeToExistingContract.json",
"delegatecallInInitcodeToExistingContractOOG.json",
"delegatecallOOGinCall.json",
"delegatecallSenderCheck.json",
"delegatecallValueCheck.json",
@ -262,10 +261,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"NonZeroValue_CALL_ToEmpty.json",
"NonZeroValue_CALL_ToNonNonZeroBalance.json",
"NonZeroValue_CALL_ToOneStorageKey.json",
"NonZeroValue_DELEGATECALL.json",
"NonZeroValue_DELEGATECALL_ToEmpty.json",
"NonZeroValue_DELEGATECALL_ToNonNonZeroBalance.json",
"NonZeroValue_DELEGATECALL_ToOneStorageKey.json",
"CALLCODEEcrecover0.json",
"CALLCODEEcrecover0_0input.json",
"CALLCODEEcrecover0_Gas2999.json",
@ -363,7 +358,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"randomStatetest150.json",
"randomStatetest154.json",
"randomStatetest159.json",
"randomStatetest177.json",
"randomStatetest178.json",
"randomStatetest184.json",
"randomStatetest205.json",
@ -384,6 +378,7 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"randomStatetest632.json",
"randomStatetest636.json",
"randomStatetest639.json",
"randomStatetest642.json",
"randomStatetest643.json",
"randomStatetest644.json",
"randomStatetest645.json",
@ -398,12 +393,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"refund_CallToSuicideTwice.json",
"refund_multimpleSuicide.json",
"refund_singleSuicide.json",
"create_callprecompile_returndatasize.json",
"returndatacopy_0_0_following_successful_create.json",
"returndatacopy_following_create.json",
"returndatacopy_following_revert_in_create.json",
"returndatacopy_following_successful_create.json",
"returndatasize_following_successful_create.json",
"LoopCallsThenRevert.json",
"NashatyrevSuicideRevert.json",
"RevertDepthCreateAddressCollision.json",
@ -412,7 +401,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"RevertOpcodeCreate.json",
"RevertOpcodeDirectCall.json",
"RevertOpcodeInCallsOnNonEmptyReturnData.json",
"RevertOpcodeInCreateReturns.json",
"RevertOpcodeInInit.json",
"RevertOpcodeMultipleSubCalls.json",
"RevertOpcodeReturn.json",
@ -470,6 +458,7 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"callcodeToNameRegistratorZeroMemExpanion.json",
"callcodeToReturn1.json",
"createNameRegistrator.json",
"createNameRegistratorOutOfMemoryBonds0.json",
"createNameRegistratorValueTooHigh.json",
"createNameRegistratorZeroMem.json",
"createNameRegistratorZeroMem2.json",
@ -478,7 +467,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"suicideCoinbase.json",
"suicideSendEtherPostDeath.json",
"testRandomTest.json",
"CreateMessageReverted.json",
"CreateMessageSuccess.json",
"EmptyTransaction2.json",
"EmptyTransaction3.json",
@ -511,17 +499,6 @@ func allowedFailingGeneralStateTest*(folder, name: string): bool =
"walletConstruction.json",
"walletConstructionPartial.json",
"ZeroValue_CALL.json",
"ZeroValue_CALLCODE.json",
"ZeroValue_CALLCODE_ToEmpty.json",
"ZeroValue_CALLCODE_ToNonZeroBalance.json",
"ZeroValue_CALLCODE_ToOneStorageKey.json",
"ZeroValue_CALL_ToEmpty.json",
"ZeroValue_CALL_ToNonZeroBalance.json",
"ZeroValue_CALL_ToOneStorageKey.json",
"ZeroValue_DELEGATECALL.json",
"ZeroValue_DELEGATECALL_ToEmpty.json",
"ZeroValue_DELEGATECALL_ToNonZeroBalance.json",
"ZeroValue_DELEGATECALL_ToOneStorageKey.json",
"pairingTest.json",
"pointAdd.json",
"pointAddTrunc.json",