remove 55 32bit GST from skip list

This commit is contained in:
andri lim 2019-08-17 21:49:52 +07:00 committed by zah
parent e675182506
commit 1ed6322c2f
1 changed files with 0 additions and 58 deletions

View File

@ -104,65 +104,7 @@ func slowTest*(folder: string, name: string): bool =
func failIn32Bits(folder, name: string): bool =
return name in @[
"Call10.json",
"randomStatetest94.json",
"calldatacopy_dejavu.json",
"calldatacopy_dejavu2.json",
"codecopy_dejavu.json",
"codecopy_dejavu2.json",
"extcodecopy_dejavu.json",
"log1_dejavu.json",
"log2_dejavu.json",
"log3_dejavu.json",
"log4_dejavu.json",
"mload_dejavu.json",
"mstore_dejavu.json",
"mstroe8_dejavu.json",
"sha3_dejavu.json",
"HighGasLimit.json",
"OverflowGasRequire2.json",
"RevertInCreateInInit.json",
"FailedCreateRevertsDeletion.json",
"Callcode1024BalanceTooLow.json",
"sha3_bigSize.json", # from vm_test
# TODO: obvious theme; check returndatasize/returndatacopy
"call_ecrec_success_empty_then_returndatasize.json",
"call_then_call_value_fail_then_returndatasize.json",
"returndatacopy_after_failing_callcode.json",
"returndatacopy_after_failing_delegatecall.json",
"returndatacopy_after_failing_staticcall.json",
"returndatacopy_after_revert_in_staticcall.json",
"returndatacopy_after_successful_callcode.json",
"returndatacopy_after_successful_delegatecall.json",
"returndatacopy_after_successful_staticcall.json",
"returndatacopy_following_call.json",
"returndatacopy_following_failing_call.json",
"returndatacopy_following_revert.json",
"returndatacopy_following_too_big_transfer.json",
"returndatacopy_initial.json",
"returndatacopy_initial_256.json",
"returndatacopy_initial_big_sum.json",
"returndatacopy_overrun.json",
"returndatasize_after_failing_callcode.json",
"returndatasize_after_failing_staticcall.json",
"returndatasize_after_oog_after_deeper.json",
"returndatasize_after_successful_callcode.json",
"returndatasize_after_successful_delegatecall.json",
"returndatasize_after_successful_staticcall.json",
"returndatasize_bug.json",
"returndatasize_initial.json",
"returndatasize_initial_zero_read.json",
"call_then_create_successful_then_returndatasize.json",
"call_outsize_then_create_successful_then_returndatasize.json",
"returndatacopy_following_create.json",
"returndatacopy_following_revert_in_create.json",
"returndatacopy_following_successful_create.json",
"RevertOpcodeInCreateReturns.json",
"create_callprecompile_returndatasize.json",
"returndatacopy_0_0_following_successful_create.json",
"returndatasize_following_successful_create.json"
]
func allowedFailInCurrentBuild(folder, name: string): bool =