aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README: document how to use the MakefileEverett Hildenbrandt2018-06-071-0/+45
|
* Makefile: enable sani-bcEverett Hildenbrandt2018-06-071-1/+4
|
* Makefile: enable sani-txEverett Hildenbrandt2018-06-071-1/+4
|
* Makefile: enable sani-gs and disable stEWASMTestsEverett Hildenbrandt2018-06-071-2/+7
|
* VMTests/: refill with new spaces, only source hash changesEverett Hildenbrandt2018-06-07609-609/+609
|
* test.py, VMTests, src/VMTestsFiller, JSONSchema/: output newline at end of ↵Everett Hildenbrandt2018-06-071226-1226/+1226
| | | | files when writing
* Makefile, VMTests/vmPerformance: enable all tests being runEverett Hildenbrandt2018-06-0719-55/+55
|
* Makefile: enable validation/filled for VMTestsEverett Hildenbrandt2018-06-071-3/+11
|
* Merge pull request #460 from ehildenb/exp-0-0Yoichi Hirai2018-06-041227-40242/+39015
|\ | | | | VMTests/.../exp8Filler: add test of EXP 0 0
| * VMTests/*: refilling (only source hash changes)Everett Hildenbrandt2018-06-02590-590/+590
| |
| * VMTests/*: formattingEverett Hildenbrandt2018-06-02607-23878/+22620
| |
| * src/VMTestsFiller: formatting changesEverett Hildenbrandt2018-06-02609-16281/+16199
| |
| * VMTests/.../sdiv_dejavu: correct test expect section and refillEverett Hildenbrandt2018-06-022-43/+41
| |
| * VMTests/.../exp8: add test of EXP 0 0Everett Hildenbrandt2018-06-022-0/+86
| |
| * Makefile: format tests after fillingEverett Hildenbrandt2018-06-021-0/+1
| |
| * Makefile, .travis.yml: test sanitation of VMTests via python fileEverett Hildenbrandt2018-06-022-23/+30
| | | | | | | | | | - disallow the sol and md files in src/VMTestsFiller - only handling VMTests currently, because of massive formatting changes needed
| * Makefile: test runners as wellEverett Hildenbrandt2018-06-021-0/+11
| |
| * test.py, .travis.yml: allow both JSON and YAML formatted testsEverett Hildenbrandt2018-06-022-25/+32
| |
| * test.py: quiet down by defaultEverett Hildenbrandt2018-06-021-2/+3
| |
| * test.py: recover better if cannot read jsonEverett Hildenbrandt2018-06-021-1/+5
| |
| * JSONSchema/*.json: format filesEverett Hildenbrandt2018-06-026-28/+26
|/
* Merge pull request #462 from ehildenb/hex-encoding-and-invalid-jsonYoichi Hirai2018-06-011-0/+19
|\ | | | | Hex encoding and invalid json
| * VMTests/*/*.json: refill tests, only sourcehash changesEverett Hildenbrandt2018-06-01582-1168/+1168
| |
| * VMTests/*/*.json: tests with significant changes after refillingEverett Hildenbrandt2018-06-017-74/+46
| |
| * src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errorsEverett Hildenbrandt2018-06-019-9/+15
| |
| * src/VMTestsFiller: correct occurrences of invalid JSONEverett Hildenbrandt2018-06-016-18/+6
| |
| * Makefile: simple makefile for filling tests which allows parallelismEverett Hildenbrandt2018-06-011-0/+19
| |
* | Merge pull request #466 from ehildenb/test-validator-scriptYoichi Hirai2018-06-01629-2341/+3037
|\ \ | |/ |/| Test validator script
| * .travis.yml: make fail earlierEverett Hildenbrandt2018-06-011-4/+4
| |
| * .travis.yml: enable checking that tests are filled correctlyEverett Hildenbrandt2018-06-011-1/+4
| |
| * test.py: add checkFilled command for ensuring that tests are filledEverett Hildenbrandt2018-06-011-0/+30
| |
| * .travis.yml: format files using test.py and check no diff as testEverett Hildenbrandt2018-06-011-5/+5
| | | | | | | | this is quicker than the original find command which spun up a new python process each test
| * test.py: update documentation/organizationEverett Hildenbrandt2018-05-311-18/+26
| |
| * test.py: execute through errors, reprint errors together at endEverett Hildenbrandt2018-05-311-8/+25
| |
| * JSONSchema/*: add _info block to schemas to require filler informationEverett Hildenbrandt2018-05-314-3/+36
| |
| * JSONSchema/validate: remove now unused fileEverett Hildenbrandt2018-05-311-82/+0
| |
| * .travis.yml: switch to using test.py for validating test schemasEverett Hildenbrandt2018-05-311-12/+4
| |
| * test.py: fail if no tests lists/runEverett Hildenbrandt2018-05-311-0/+3
| |
| * test.py, JSONSchema/bc-filler-schema: add BlockchainTests filler validation ↵Everett Hildenbrandt2018-05-312-0/+335
| | | | | | | | schema
| * JSONSchema/bc-schema: fix schema for blockchaintestsEverett Hildenbrandt2018-05-311-18/+31
| |
| * JSONSchema/st-filler-schema: fix GeneralStateTests filler schemaEverett Hildenbrandt2018-05-311-14/+11
| |
| * test.py, JSONSchema/{vm,vm-filler}-schema: add schemas for vm testsEverett Hildenbrandt2018-05-313-0/+304
| |
| * JSONSchema/*.json: sort/organize and standardize spacingEverett Hildenbrandt2018-05-314-560/+727
| |
| * test.py: more generic/common test listing infrastructureEverett Hildenbrandt2018-05-311-29/+34
| |
| * test.py, JSONSchema/*: factor out common schema definitionsEverett Hildenbrandt2018-05-315-435/+208
| |
| * test.py: add schema validator, individual files or all filesEverett Hildenbrandt2018-05-311-1/+45
| |
| * test.py: add generic infrastructure, usage messages, JSON reading, format ↵Everett Hildenbrandt2018-05-311-0/+46
| | | | | | | | command
| * test.py: initial requirements for test translation scriptEverett Hildenbrandt2018-05-311-0/+27
| |
| * VMTests: refill all VMtests, just version bumps to tools usedEverett Hildenbrandt2018-05-31590-1247/+1234
| |
| * src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errorsEverett Hildenbrandt2018-05-3110-10/+16
| |
| * src/BlockchainTestsFiller: fixing issues with blockchain test fillersEverett Hildenbrandt2018-05-3017-17/+17
| |
| * src/VMTestsFiller: correct occurrences of invalid JSONEverett Hildenbrandt2018-05-306-18/+6
|/
* Merge pull request #437 from ethereum/retestethwinsvega2018-05-2474-1456/+2751
|\ | | | | fix tests that were failing via RPC
| * fix remaining testsDimitry2018-05-183-112/+169
| |
| * restore ecmul testDimitry2018-05-152-105/+69
| |
| * fix more tests with coinbase touchDimitry2018-05-156-177/+259
| |
| * fix more tests with touch coinbaseDimitry2018-05-1550-963/+1727
| |
| * fix more testsDimitry2018-05-157-98/+218
| | | | | | | | touched coinbase should exist in the post state
| * fix more testsDimitry2018-05-1510-150/+431
| |
| * fix oog transaction executionDimitry2018-05-152-31/+58
|/
* Merge pull request #444 from pirapira/remove-blockhash-vm-testsYoichi Hirai2018-05-11137-6251/+21
|\ | | | | Remove VM tests using the mock BLOCKHASH/BALANCE instruction just for VM tests
| * Add a list of instructions to avoid in VM tests.Yoichi Hirai2018-04-141-0/+21
| |
| * Remove more VM tests that touch the world stateYoichi Hirai2018-04-14112-5231/+0
| |
| * Remove VM tests that use `BALANCE` instructionYoichi Hirai2018-04-1210-432/+0
| | | | | | | | See https://github.com/ethereum/tests/pull/444#issuecomment-380571633
| * Remove VM tests using the mock BLOCKHASH instruction just for VM testsYoichi Hirai2018-04-1214-588/+0
| | | | | | | | See the discussion https://github.com/ethereum/tests/issues/415#issuecomment-378593659
* | Merge pull request #454 from ethereum/bytes-arithmeticYoichi Hirai2018-05-092-0/+88
|\ \ | | | | | | add vm test for arithmetic (add) after byte
| * | add vm test for arithmetic (add) after byteJared Wasinger2018-04-182-0/+88
| |/
* | Merge pull request #428 from ethereum/touched-revert-createYoichi Hirai2018-05-094-0/+963
|\ \ | | | | | | Test whether a failed create transaction reverts account deletion
| * | Test whether a failed create transaction reverts account deletionYoichi Hirai2018-03-094-0/+963
| | | | | | | | | | | | | | | | | | | | | A modification of stRevertTests/RevertInCreateInInit. That test, for EIP158 only, accidentially tested the case where a contract creation transaction touches an empty account and then fails. This one tests the same thing not just for EIP158 but any network thereafter.
* | | Merge pull request #447 from pirapira/self-destruct-case1Yoichi Hirai2018-04-244-0/+943
|\ \ \ | | | | | | | | The same contract performs selfdestruct twice (part 1/3)
| * | | Fill doubleSelfdestructTestYoichi Hirai2018-04-243-0/+879
| | | |
| * | | Add a test case where the same contract performs selfdestruct twiceYoichi Hirai2018-04-241-0/+64
|/ / / | | | | | | | | | with different addresses as the inheritor.
* | | Merge pull request #455 from pirapira/self-destruct-case2Yoichi Hirai2018-04-234-0/+915
|\ \ \ | | | | | | | | The same contract performs selfdestruct twice (part 2/3)
| * | | Fill doubleSelfdestructTest2Yoichi Hirai2018-04-203-0/+848
| | | |
| * | | Add a test where the same account performs selfdestruct twiceYoichi Hirai2018-04-201-0/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the second case of https://github.com/ethereum/tests/issues/431 . The filler file contains a more detailed comment.
* | | | Merge pull request #450 from ansermino/patch-1Yoichi Hirai2018-04-201-4/+4
|\ \ \ \ | |/ / / |/| | | Fixed inconsistent use of output/out
| * | | Fixed inconsistent use of output/outDavid Ansermino2018-04-171-4/+4
| | |/ | |/| | | | Field appears to be called ``out`` but is referenced as ``output`` in some places
* | | Merge pull request #451 from ethereum/codesize-initYoichi Hirai2018-04-182-0/+155
|\ \ \ | |/ / |/| | add test which checks codesize/extcodesize on contract in init
| * | add test which checks codesize/extcodesize on contract in initJared Wasinger2018-04-182-0/+155
|/ /
* | Merge pull request #445 from pirapira/remove-random-balanceYoichi Hirai2018-04-108-182/+890
|\ \ | | | | | | Remove VM random tests that contain `BALANCE`
| * | Filling the test 201503110226PYTHON_DUP6Yoichi Hirai2018-04-103-0/+832
| | |
| * | Add a GeneralStateTest filler instead of a removed VMtestYoichi Hirai2018-04-101-0/+58
| | |
| * | Remove VM random tests that contain `BALANCE`Yoichi Hirai2018-04-104-182/+0
|/ / | | | | | | | | | | because these require special execution mode for VM tests. See https://github.com/ethereum/tests/issues/415
* | Merge pull request #442 from ethereum/id-input-is-biggerYoichi Hirai2018-04-064-0/+444
|\ \ | | | | | | call ID precompiled contract with smaller output size than input size
| * | Fill identity_to_small testYoichi Hirai2018-03-303-0/+378
| | |
| * | Add a test that calls the ID precompiled contract with a smaller outputYoichi Hirai2018-03-301-0/+66
| | | | | | | | | | | | but RETURNDATASIZE should be the size of the input
* | | Merge pull request #443 from pirapira/revert-on-empty-stackYoichi Hirai2018-04-044-0/+939
|\ \ \ | |/ / |/| | Revert on empty stack
| * | Fill RevertOnEmptyStack testYoichi Hirai2018-04-033-0/+880
| | |
| * | Add a test that executes a single `REVERT` on an empty stackYoichi Hirai2018-04-031-0/+59
|/ / | | | | | | Fixes https://github.com/ethereum/tests/issues/416
* | Merge pull request #440 from ethereum/winsvega-patch-1winsvega2018-03-281-1/+1
|\ \ | | | | | | Update invalidRLPTest.json
| * | Update invalidRLPTest.jsonwinsvega2018-03-271-1/+1
|/ /
* | Merge pull request #424 from ethereum/sarYoichi Hirai2018-03-2664-0/+17484
|\ \ | | | | | | Add SAR tests
| * | Fill SAR testsYoichi Hirai2018-03-2348-0/+15802
| | |
| * | Add Fillers for SAR testsYoichi Hirai2018-03-2316-0/+1682
| | | | | | | | | | | | taken from https://github.com/ethereum/EIPs/blob/master/EIPS/eip-145.md
* | | Merge pull request #423 from ethereum/shrYoichi Hirai2018-03-2344-0/+12068
|\ \ \ | |/ / |/| | Add SHR tests from eip-145
| * | Fill SHR testsYoichi Hirai2018-03-2233-0/+10869
| | |
| * | Add fillers for SHR testsYoichi Hirai2018-03-2211-0/+1199
|/ / | | | | | | Taken from https://github.com/ethereum/EIPs/blob/master/EIPS/eip-145.md
* | Merge pull request #435 from ethereum/better-dup-detectorYoichi Hirai2018-03-22160-445/+1297
|\ \ | | | | | | Better dup detector
| * | Fill the modified filler filesYoichi Hirai2018-03-2279-183/+1048
| | |
| * | Rename duplicated keys in filler JSON filesYoichi Hirai2018-03-2279-260/+247
| | |
| * | Better dup key validatorYoichi Hirai2018-03-212-2/+2
|/ /
* | Merge pull request #432 from pirapira/check-duplicateYoichi Hirai2018-03-20138-281/+7629
|\ \ | | | | | | Check duplicate keys in JSON objects during Travis run
| * | Do not check files in node_modulesYoichi Hirai2018-03-201-2/+2
| | |
| * | Filled test casesYoichi Hirai2018-03-1968-204/+7549
| | |
| * | Remove duplicate properties from fillersYoichi Hirai2018-03-1968-71/+71
| | |
| * | Check for duplicate keys in JSON objectsYoichi Hirai2018-03-192-4/+7
|/ /
* | Merge pull request #421 from ethereum/more-shiftswinsvega2018-03-1742-37/+11067
|\ \ | | | | | | Add more shl tests
| * | Add more shl testsYoichi Hirai2018-03-1042-37/+11067
| |/
* | Merge pull request #429 from ethereum/identity-to-biggerYoichi Hirai2018-03-154-0/+444
|\ \ | |/ |/| Identity to bigger
| * Fill identity_to_bigger testYoichi Hirai2018-03-143-0/+378
| |
| * Add a filler for identity_to_bigger testYoichi Hirai2018-03-141-0/+66
|/ | | | https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C41
* Merge pull request #419 from ethereum/init-create-revertYoichi Hirai2018-03-015-4/+867
|\ | | | | revert in CREATE in init code, followed by returndatasize/copy
| * Allow LLL code in transaction dataYoichi Hirai2018-03-011-4/+9
| |
| * revert in CREATE in init code, followed by returndatasize/copyYoichi Hirai2018-02-274-0/+858
| |
* | Merge pull request #420 from ethereum/first-shlYoichi Hirai2018-03-018-0/+1109
|\ \ | |/ |/| First shl test
| * Add (shl 0 1) testYoichi Hirai2018-03-014-0/+1105
| |
| * Add directories for tests for shift instructionsYoichi Hirai2018-02-274-0/+4
|/
* Merge pull request #414 from pirapira/add_faqYoichi Hirai2018-02-201-3/+12
|\ | | | | Add FAQ
| * Add FAQYoichi Hirai2018-02-131-3/+12
| |
* | Merge pull request #418 from ethereum/fixemptywinsvega2018-02-176132-22686/+787730
|\ \ | |/ |/| fix empty expect section
| * allow decimal storage values in test fillersDimitry2018-02-171-2/+8
| |
| * replace 0x1 with 0x01Dimitry2018-02-17184-730/+730
| |
| * fix syntax in testsDimitry2018-02-1712-60/+60
| |
| * fix stCreateTestDimitry2018-02-1794-782/+8890
| |
| * fix stRevertTestDimitry2018-02-17213-2710/+14199
| |
| * fix stStaticCallDimitry2018-02-17860-3668/+17302
| |
| * fix stZeroKnowledge2Dimitry2018-02-171300-2290/+258105
| |
| * fix stZeroKnowledgeDimitry2018-02-161800-3392/+313418
| |
| * fix stBugsDimitry2018-02-1616-87/+2055
| |
| * fix stMemoryStressTestDimitry2018-02-16135-658/+4907
| |
| * fix stQuadraticComplexityTestDimitry2018-02-1680-272/+5407
| |
| * fix stArgsZeroOneBalanceDimitry2018-02-16166-800/+2729
| |
| * fix stBadOpcodesDimitry2018-02-16125-2547/+2880
| |
| * fix stPreCompiledContracts2Dimitry2018-02-16226-2847/+7982
| |
| * fix stPreCompiledContracts empty expectDimitry2018-02-161116-2079/+149296
|/
* Merge pull request #413 from ethereum/optfixYoichi Hirai2018-02-0813501-3555964/+509003
|\ | | | | refill broken tests
| * update stSolidityTestDimitry2018-02-0755-164/+1886
| |
| * update bcForgedTestsDimitry2018-02-076-429/+429
| |
| * refill stZeroCallsRevertDimitry2018-02-0772-12144/+1066
| |
| * refill stZeroKnowledge2Dimitry2018-02-071300-893663/+40374
| |
| * refill stZeroKnowledgeDimitry2018-02-071741-1030434/+44781
| |
| * update stZeroKnowledge fillersDimitry2018-02-07133-186/+186
| |
| * refill and update stSpecialTest, stStackTest, stZeroCallsDimitry2018-02-07488-98799/+6416
| |
| * update stSpecialTest fillersDimitry2018-02-0712-18/+18
| |
| * refill stRecursiveDimitry2018-02-078-8599/+200
| |
| * refill stQuadraticComplexityDimitry2018-02-0782-36020/+65293
| |
| * update stPreCompiledContracts, stEIP158Specific, stQuadraticComplexityDimitry2018-02-071281-485712/+21011
| |
| * update stCodeSize stBadOpcodeDimitry2018-02-0713-442/+329
| |
| * refill stBugsDimitry2018-02-0620-4538/+751
| |
| * refill stAttack stBadOpcodeDimitry2018-02-06254-39565/+126664
| |
| * refill stArgsZeroOneBalanceDimitry2018-02-06308-65398/+3229
| |
| * refill blockchain stZeroCallsTestDimitry2018-02-0672-1172/+3110
| |
| * refill stZeroCallsTestDimitry2018-02-0624-24/+24
| |
| * refill blockchain stWalletTestDimitry2018-02-06132-19454/+3742
| |
| * update stWalletTest fillersDimitry2018-02-0642-54/+54
| |
| * refill blockchain stTransitionTestDimitry2018-02-0627-408/+1021
| |
| * update stTransitionTest fillersDimitry2018-02-069-9/+9
| |
| * refill blockchain stTransactionDimitry2018-02-06348-21562/+16547
| |
| * refill stTransitionTestDimitry2018-02-0544-167/+167
| |
| * update stTransitionTest fillersDimitry2018-02-0544-77/+77
| |
| * refill blockchain stSystemOperationsDimitry2018-02-05197-3829/+7630
| |
| * update stSystemOperations fillersDimitry2018-02-0565-90/+90
| |
| * refill blockchain stStaticCallDimitry2018-02-05990-331038/+17057
| |
| * refill stStaticCallDimitry2018-02-05287-21091/+1042
| |
| * update stStaticCall fillersDimitry2018-02-05284-393/+353
| |
| * refill blockchain stSolidityTestDimitry2018-02-0548-7024/+680
| |
| * update stSolidityTest fillersDimitry2018-02-0513-13/+13
| |
| * refill blockchain stRevertTestDimitry2018-02-05266-55824/+10501
| |
| * fill stRevertTestDimitry2018-02-0546-582/+160
| |
| * update stRevertTest fillersDimitry2018-02-0541-72/+99
| |
| * refill blockchain stReturnDataTestDimitry2018-02-0588-6178/+4177
| |
| * refill stReturnDataTestDimitry2018-02-0574-480/+364
| |
| * refill blockchain stRefundTestDimitry2018-02-0567-3925/+3065
| |
| * update stRefundTest fillersDimitry2018-02-0519-26/+26
| |
| * refill blockchain stMemoryTestDimitry2018-02-05134-3320/+13824
| |
| * refill stMemoryTestDimitry2018-02-0567-267/+267
| |
| * fix stMemoryTestDimitry2018-02-0567-67/+67
| |
| * refill blockchain stRandom2Dimitry2018-02-03454-81973/+22199
| |
| * fix stRandom2 testsDimitry2018-02-03451-8387/+2543
| |
| * refill stRandomDimitry2018-02-02654-117795/+32051
| |
| * refill stRandomTestsDimitry2018-02-02376-11821/+2548
| |
| * update stRandom fillersDimitry2018-02-02327-327/+327
| |
| * update stPreCompiledContracts2Dimitry2018-02-02318-25799/+11296
| |
| * update stPreCompiledContracts2 fillersDimitry2018-02-0294-114/+114
| |
| * update stNonZeroCallsTestDimitry2018-02-0272-1172/+3158
| |
| * update stNonZeroCalls fillersDimitry2018-02-0224-24/+24
| |
| * refill stMemoryStressTestDimitry2018-02-02203-41491/+3324
| |
| * update stMemoryStress fillersDimitry2018-02-0238-38/+38
| |
| * refill stMemExpandingEUP150CallsDimitry2018-02-0224-523/+1434
| |
| * update fillers stMemExpandingEIP150CallsDimitry2018-02-028-9/+9
| |
| * refill stLogTestsDimitry2018-02-01138-2300/+5086
| |
| * update stLogTests fillersDimitry2018-02-0146-46/+46
| |
| * refill stInitCodeTestDimitry2018-02-0154-788/+2306
| |
| * update stInitCode test fillersDimitry2018-02-0121-66/+224
| |
| * refill stEIP150Specific testsDimitry2018-02-0139-5485/+928
| |
| * update stEIP150Specific fillersDimitry2018-02-0113-272/+13
| |
| * refill blockchain stEIP150singleCodeGasPricesDimitry2018-02-0160-7969/+2683
| |
| * refill stEIP150singleCodeGasPricesDimitry2018-02-0130-769/+120
| |
| * update stEIP150singleCodeGasPrices fillersDimitry2018-02-0130-99/+57
| |
| * refill blockchain stDelegatecallTestHomesteadDimitry2018-02-0180-14267/+2502
| |
| * fill stDelegatecallTestHomesteadDimitry2018-02-0134-1332/+136
| |
| * update fillers for stDelegatecallTestHomesteadDimitry2018-02-0134-416/+43
| |
| * refill blockchain stCreateTestDimitry2018-02-0194-15969/+4460
| |
| * refill stCreateTestDimitry2018-02-0124-192/+101
| |
| * update fillers stCreateTestDimitry2018-02-0122-22/+22
| |
| * refill blockchain stChangedEIP150 testsDimitry2018-02-0162-9204/+3548
| |
| * refill stChangedEIP150Dimitry2018-01-3130-755/+119
| |
| * update src stChangedEIP150Dimitry2018-01-3130-60/+60
| |
| * refill blockchain stCallDelegateCodesHomesteadDimitry2018-01-31116-24309/+6048
| |
| * refill stCallDelegateCodesHomesteadDimitry2018-01-3162-1978/+240
| |
| * update stCallDelegateCodesHomestead fillersDimitry2018-01-3158-1859/+65
| |
| * refill blockchain stCallDelegateCodesCallCodeHomesteadDimitry2018-01-31116-24715/+5741
| |
| * refill stCallDelegateCodesCallCodeHomesteadDimitry2018-01-3158-2003/+232
| |
| * fix src stCallDelegateCodesCallCodeHomesteadDimitry2018-01-3158-60/+60
| |
* | Merge pull request #412 from ethereum/optfixYoichi Hirai2018-01-31476-53874/+9098
|\| | | | | Optimize and Fix the --filltests
| * refill blockchain stCallCreateCallCodeDimitry2018-01-3180-14565/+2068
| |
| * refill stCallCreateCallCodeTestDimitry2018-01-3140-1446/+154
| |
| * update fillers of stCallCreateCallCodeDimitry2018-01-3139-48/+48
| |
| * refill blockchain stCallCodesDimitry2018-01-31160-34858/+6417
| |
| * refill state stCallCodesDimitry2018-01-3179-2861/+315
| |
| * optimize stCallCodes srcDimitry2018-01-3179-97/+97
|/
* Merge pull request #367 from ethereum/schema-lintingYoichi Hirai2018-01-31740-1176/+1251
|\ | | | | Improvements to Test Schema Linting
| * Fixing errors from JSONSchema/st-filler-schema.jsonYoichi Hirai2018-01-30740-1175/+1176
| |
| * add expect section to linting of test fillersJared Wasinger2018-01-301-4/+78
| |
* | Merge pull request #410 from pirapira/document-difficulty-testYoichi Hirai2018-01-301-0/+15
|\ \ | |/ |/| Document difficulty tests
| * Document difficulty testsYoichi Hirai2018-01-301-0/+15
| | | | | | | | Fixes #404.
* | Merge pull request #409 from ethereum/travisYoichi Hirai2018-01-301-0/+4
|\ \ | |/ |/| Travis CI: Build PRs once
| * Travis CI: Build PRs oncePaweł Bylica2018-01-301-0/+4
| |
* | Merge pull request #407 from ethereum/optimizeYoichi Hirai2018-01-303-87/+87
|\ \ | | | | | | fix travis tests for PR 4809
| * | fix travis tests for PR 4809Dimitry2018-01-303-87/+87
| |/
* | Merge pull request #406 from ethereum/difficulty-tests-int64Yoichi Hirai2018-01-306-45800/+45800
|\ \ | |/ |/| Regenerate difficulty tests
| * Regenerate difficulty testsPaweł Bylica2018-01-306-45800/+45800
|/ | | | Regenerate difficulty tests with timestamp max 2^63-1 (int64).
* Merge pull request #405 from ethereum/modlen-999188Yoichi Hirai2018-01-3010-287/+1066
|\ | | | | Add a new input for modlen = 999188.
| * Add a new input for modlen = 999188.Yoichi Hirai2018-01-3010-287/+1066
|/ | | | | This implements https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C46
* Merge pull request #401 from ethereum/ewasmYoichi Hirai2018-01-222-0/+0
|\ | | | | add stEWASM test folder
| * add stEWASM test folderDimitry2018-01-222-0/+0
|/
* Merge pull request #389 from ethereum/evmjitwinsvega2018-01-18311-0/+87876
|\ | | | | evmJit tests for opcodes
| * Update README.mdwinsvega2018-01-161-2/+2
| |
| * add readme fileDimitry2018-01-161-0/+18
| |
| * stArgsZeroOneBalance testsDimitry2018-01-16310-0/+87858
|/
* Merge pull request #388 from ethereum/code-copy-offsetwinsvega2018-01-074-5/+922
|\ | | | | add filler for codeCopyOffset, change location of the test to stMemoryTest
| * add filler for codeCopyOffset, change locationJared Wasinger2018-01-044-5/+922
| |
* | Merge pull request #387 from ethereum/returndata-after-revert-in-callcodeYoichi Hirai2018-01-042-13/+29
|\ \ | |/ |/| Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODE
| * Add a test for RETURNDATASIZE/COPY after a revert during a CALLCODEYoichi Hirai2018-01-032-13/+29
| |
* | Merge pull request #381 from hugo-dc/create-return-testYoichi Hirai2018-01-032-0/+273
|\ \ | |/ |/| Test RETURN for big offset
| * use yml format, correct order in data commentsJose Hugo De la cruz Romero2018-01-033-48/+39
| |
| * Test RETURN for big offsetJose Hugo De la cruz Romero2017-12-262-0/+282
| |
* | refill callDataCopyOffset testDimitry2017-12-302-42/+156
|/
* Merge pull request #386 from ethereum/evmwinsvega2017-12-222-0/+165
|\ | | | | evmBytecode test
| * evmBytecode testDimitry2017-12-212-0/+165
| |