Skip to content

Commit

Permalink
tests: pull in latest tests from upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Aug 16, 2017
1 parent 4e0fea4 commit 64d199e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testdata
Submodule testdata updated 25 files
+66 −66 BlockchainTests/GeneralStateTests/stPreCompiledContracts/modexp_d28g0v0.json
+60 −60 BlockchainTests/GeneralStateTests/stPreCompiledContracts/modexp_d29g0v0.json
+112 −112 BlockchainTests/TransitionTests/bcHomesteadToDao/DaoTransactions.json
+51 −51 BlockchainTests/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAhead.json
+272 −272 BlockchainTests/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradata.json
+25 −25 BlockchainTests/TransitionTests/bcHomesteadToDao/DaoTransactions_XBlockm1.json
+3 −3 GeneralStateTests/stPreCompiledContracts/modexp.json
+130 −0 GeneralStateTests/stReturnDataTest/call_outsize_then_create_successful_then_returndatasize.json
+130 −0 GeneralStateTests/stReturnDataTest/call_then_call_value_fail_then_returndatasize.json
+130 −0 GeneralStateTests/stReturnDataTest/call_then_create_successful_then_returndatasize.json
+130 −0 GeneralStateTests/stReturnDataTest/create_callprecompile_returndatasize.json
+123 −0 GeneralStateTests/stReturnDataTest/returndatasize_following_successful_create.json
+3 −3 GeneralStateTests/stTransactionTest/zeroSigTransactionCreate.json
+782 −0 GeneralStateTests/stTransactionTest/zeroSigTransactionCreatePrice0.json
+4 −4 src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactionsFiller.json
+4 −4 ...nTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_EmptyTransactionAndForkBlocksAheadFiller.json
+4 −4 src/BlockchainTestsFiller/TransitionTests/bcHomesteadToDao/DaoTransactions_UncleExtradataFiller.json
+4 −4 src/GeneralStateTestsFiller/stPreCompiledContracts/modexpFiller.json
+51 −0 ...GeneralStateTestsFiller/stReturnDataTest/call_outsize_then_create_successful_then_returndatasizeFiller.json
+51 −0 src/GeneralStateTestsFiller/stReturnDataTest/call_then_call_value_fail_then_returndatasizeFiller.json
+51 −0 src/GeneralStateTestsFiller/stReturnDataTest/call_then_create_successful_then_returndatasizeFiller.json
+51 −0 src/GeneralStateTestsFiller/stReturnDataTest/create_callprecompile_returndatasizeFiller.json
+44 −0 src/GeneralStateTestsFiller/stReturnDataTest/returndatasize_following_successful_createFiller.json
+1 −1 src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionCreateFiller.json
+1 −1 src/GeneralStateTestsFiller/stTransactionTest/zeroSigTransactionCreatePrice0Filler.json

0 comments on commit 64d199e

Please sign in to comment.