/sysutils/fio/

/~b01902062/git/dexon-tests' title='dexon-tests Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Moved to a simpler file structure for test typesholgerd772017-08-317-6/+6
|
* Updated VM testsholgerd772017-08-312-19/+53
|
* Updated difficulty test structure, network/fork informationholgerd772017-08-311-7/+13
|
* Updated rlp tests structureholgerd772017-08-311-10/+20
|
* Added updated version of the state test docs from EIP 176 (rough version as ↵holgerd772017-08-312-59/+88
| | | | a basis to be fine-tuned)
* Structural improvements to the blockchain tests section, new info box with ↵holgerd772017-08-311-19/+43
| | | | location and HF support info, notice on GeneralStateTests subfolder
* Fix headings, line breaksholgerd772017-08-318-40/+58
|
* Merge pull request #276 from ethereum/walletReorgwinsvega2017-08-302-13995/+13465
|\ | | | | Refill walletReorganizeOwnersFiller.json
| * Refill walletReorganizeOwnersFiller.jsonYoichi Hirai2017-08-262-13995/+13465
| | | | | | | | | | | | | | walletReorganizeOwner.json contained an empty state in a post state in Byzantium, which is clearly wrong. I had to remove expectations because the Filler was failing for Frontier. This issue will be investigated separately at https://github.com/ethereum/cpp-ethereum/issues/4409
* | Merge pull request #280 from ethereum/refill-refund600Yoichi Hirai2017-08-302-103/+103
|\ \ | | | | | | Refull refund600 test
| * | Refull refund600 testYoichi Hirai2017-08-282-103/+103
| | | | | | | | | | | | | | | | | | | | | I was investigating https://github.com/ethereum/cpp-ethereum/issues/4413 and found that GeneralStateTests/stRefundTest/refund600.json was out of date. This commit updates the test together with the BlockchainTest translation.
* | | Merge pull request #287 from ethereum/splittransactiontestswinsvega2017-08-301208-15471/+17168
|\ \ \ | | | | | | | | Split TransactionTests into separate files
| * | | refill transaction testsDimitry2017-08-30455-284/+2740
| | | |
| * | | more transaction testsDimitry2017-08-30173-2898/+3081
| | | |
| * | | split transaction tests into separate filesDimitry2017-08-30868-12573/+11631
| | | |
* | | | Merge pull request #286 from ethereum/refill-stQuadraticComplexityYoichi Hirai2017-08-3030-1410/+1200
|\ \ \ \ | | | | | | | | | | --fillchain on GeneralStateTests/stQuadraticComplexityTest
| * | | | --fillchain on GeneralStateTests/stQuadraticComplexityTestYoichi Hirai2017-08-2930-1410/+1200
| | | | | | | | | | | | | | | | | | | | This will eliminate around 30 errors from `testeth -t BCGeneralStateTests/stQuadraticComplexityTest -- --all`
* | | | | Merge pull request #284 from holgerd77/add-docsYoichi Hirai2017-08-3014-1/+890
|\ \ \ \ \ | |_|/ / / |/| | | | Integrate test documentation from Homestead docs
| * | | | Some updates on state tests, note on outdated structureholgerd772017-08-301-4/+19
| | | | |
| * | | | Updated the test structure of BlockchainTests, removed outdated informationholgerd772017-08-301-82/+91
| | | | |
| * | | | Added note on outdated docs, seek for helpholgerd772017-08-302-1/+7
| | | | |
| * | | | Updated test doc URL in README, added some contribution notesholgerd772017-08-303-1/+21
| | | | |
| * | | | Added doc rst files from the Homestead docsholgerd772017-08-309-8/+598
| | | | |
| * | | | Add initial Sphinx docs directory, added docs/_build/ folder to .gitignoreholgerd772017-08-305-0/+249
|/ / / /
* | | | Merge pull request #288 from ethereum/fillchain-stRandomYoichi Hirai2017-08-301-54/+40
|\ \ \ \ | |/ / / |/| | | --fillchain randomStatetest642_d0g0v0.json
| * | | --fillchain ↵Yoichi Hirai2017-08-301-54/+40
|/ / / | | | | | | | | | BlockchainTests/GeneralStateTests/stRandom/randomStatetest642_d0g0v0.json
* | | Merge pull request #285 from ethereum/log-as-hashYoichi Hirai2017-08-291-1509/+128
|\ \ \ | | | | | | | | Replace the remaining log arrays with log hashes
| * | | Replace the remaining log arrays with log hashesYoichi Hirai2017-08-291-1509/+128
| | | | | | | | | | | | | | | | | | | | | | | | testeth changed the log formats recently. The test cases are not supposed to contain logs, but only the hash of the logs. `test/testeth -t 'VMTests' -- --all` passes after this commit.
* | | | Merge pull request #283 from ethereum/returndatasize_after_staticcallYoichi Hirai2017-08-298-0/+772
|\ \ \ \ | |/ / / |/| | | Add new `returndatasize/returndatacopy` state tests
| * | | add 'returndatacopy_after_successful_delegatecall' state testJared Wasinger2017-08-292-0/+193
| | | |
| * | | add 'returndatacopy_after_successful_callcode' state testJared Wasinger2017-08-292-0/+193
| | | |
| * | | add 'returndatasize_after_successful_delegatecall' state testJared Wasinger2017-08-292-0/+193
| | | |
| * | | add 'returndatasize_after_successful_staticcall' state testJared Wasinger2017-08-292-0/+193
|/ / /
* | | Merge pull request #282 from ethereum/precompiled-failure-means-balance-revertYoichi Hirai2017-08-291-3/+3
|\ \ \ | | | | | | | | Precompiled failure means reverting the balance transfer
| * | | This change is a part of the fix to ↵Yoichi Hirai2017-08-281-3/+3
|/ / / | | | | | | | | | https://github.com/ethereum/cpp-ethereum/issues/4416
* / / add randomTest642 that fails on geth. a call to precompiled 007Dimitry2017-08-283-0/+896
|/ /
* | Merge pull request #279 from ethereum/filled-hive-testsYoichi Hirai2017-08-28