aboutsummaryrefslogtreecommitdiffstats
path: root/VMTests
Commit message (Collapse)AuthorAgeFilesLines
* failing python testCJentzsch2015-01-221-0/+46
|
* more SHA3 tests, and random failing tests for pythonCJentzsch2015-01-203-0/+120
|
* add python failCJentzsch2015-01-191-0/+31
|
* python fail callcode (insufficient balance)CJentzsch2015-01-151-0/+53
|
* add test with large data in callcreateCJentzsch2015-01-151-0/+52
|
* update vmSystemOperationsTestCJentzsch2015-01-151-36/+52
|
* added a inputLimits tests (46725 test cases)CJentzsch2015-01-152-0/+2164765
|
* re-add vmSystemOperationsTestCJentzsch2015-01-151-0/+1926
|
* python failCJentzsch2015-01-141-0/+54
|
* cppjit failing on byte?CJentzsch2015-01-144-0/+154
|
* python failCJentzsch2015-01-142-0/+104
|
* python failCJentzsch2015-01-142-0/+104
|
* go create return different addressCJentzsch2015-01-141-0/+53
|
* more cpp-jit failsCJentzsch2015-01-145-0/+187
|
* cppjit failCJentzsch2015-01-141-0/+46
|
* cpp-jit failCJentzsch2015-01-141-0/+31
|
* more failing testsCJentzsch2015-01-132-0/+62
|
* new cppjit failuresCJentzsch2015-01-132-0/+62
|
* cppjit failCJentzsch2015-01-131-0/+31
|
* first failing cppjit testsCJentzsch2015-01-133-0/+93
|
* python failures, blockhash, invalid jump, invalid opcodeCJentzsch2015-01-133-0/+115
|
* call to precompiled contract and balanceCJentzsch2015-01-132-0/+100
|
* addmod mulmod div by zero testsCJentzsch2015-01-121-0/+220
|
* remove wrong mulmod/addmod testsCJentzsch2015-01-126-295/+0
|
* ADDMOD and MULMOD divison by zeroCJentzsch2015-01-125-0/+241
|
* MULMOD with modul 0 gives division by zero errorCJentzsch2015-01-121-0/+54
|
* create should return 0CJentzsch2015-01-122-0/+94
|
* create with high value should fail and return 0CJentzsch2015-01-121-0/+46
|
* include invalid opcode 0x0cCJentzsch2015-01-123-0/+93
|
* jump outside codeCJentzsch2015-01-121-0/+31
|
* CODECOPY with size larger than codesizeCJentzsch2015-01-122-0/+92
|
* remove wrong testsCJentzsch2015-01-102-62/+0
|
* wrong memmory needed calculation for CREATE in cppCJentzsch2015-01-101-0/+31
|
* return input offsetCJentzsch2015-01-101-0/+46
|
* big offset zero size for createCJentzsch2015-01-101-0/+31
|
* big offset zero size for sha3 and returnCJentzsch2015-01-104-0/+184
|
* LOG0 no mem expansion despite large offsetCJentzsch2015-01-091-0/+54
|
* add blockhash vm testsCJentzsch2015-01-091-0/+91
|
* add random test which fail on goCJentzsch2015-01-092-0/+93
|
* failing python testsCJentzsch2015-01-0935-0/+1085
|
* long jumpdest listCJentzsch2015-01-081-0/+44
|
* sdiv int256.min -1CJentzsch2015-01-081-0/+45
|
* sdiv with negative fractional resultCJentzsch2015-01-081-0/+45
|
* add valid jumpdest with jumpdest at beginningCJentzsch2015-01-081-0/+45
|
* more dynamic jump testsCJentzsch2015-01-081-3/+1286
|
* jump into push data is forbiddenCJentzsch2015-01-081-64/+0
|
* jumpdests tests, OOG at max call depth, ...CJentzsch2015-01-071-21/+995
|
* check address input greater then 2**160CJentzsch2015-01-071-0/+367
|
* zeroMemExpansionTestsCJentzsch2015-01-062-928/+128
|
* more jumpdest testCJentzsch2015-01-061-21/+922
|
* added blockhash tests which return 0CJentzsch2015-01-061-28/+159
|
* clear random tests due to protocol changesCJentzsch2015-01-05232-10466/+0
|
* new jumpdest interpretationCJentzsch2015-01-031-79/+0
|
* added complete exp testsCJentzsch2015-01-021-0/+3628
|
* more init code, systemoperations and transaction testsCJentzsch2015-01-021-1/+1
|
* more random testsCJentzsch2014-12-28230-5/+10332
|
* first failing random testsCJentzsch2014-12-234-0/+185
|
* transaction tests and refund testsCJentzsch2014-12-181-147/+147
|
* first random testCJentzsch2014-12-121-0/+46
|
* update gas pricesCJentzsch2014-12-121-1/+1
|
* Log as arrayCJentzsch2014-12-089-649/+740
|
* add calldataload, codecopy, extcodecopy testsCJentzsch2014-12-051-0/+176
|
* add calldataload testCJentzsch2014-12-041-0/+44
|
* protocol update (CALLCODE <-> RETURN), topics in log are arrays not setsCJentzsch2014-12-031-2/+39
|
* vmEnvironmentalInfoTest CALLDATACOPY, CODECOPY, EXTCODECOPY fixalon muroch2014-12-011-5/+5
|
* vmArithmeticTest exp fixalon muroch2014-12-011-7/+7
|
* Removed log,post,out,gas,callcreates if exception occuredChristoph Jentzsch2014-11-214-330/+0
|
* Added log sections in all vmtests + log testsChristoph Jentzsch2014-11-199-0/+2772
|
* new push32 test and renamingChristoph Jentzsch2014-11-191-1/+43
|
* fix ecrecover2Christoph Jentzsch2014-11-181-1/+1
|
* rename tests since they are valid opcodes that existethers2014-11-131-3/+3
|
* jump to position outside code stops executionChristoph Jentzsch2014-11-111-1/+1
|
* Unintended Exceptions work like OOGChristoph Jentzsch2014-11-112-7/+7
|
* Updated SIGNEXTEND testsChristoph Jentzsch2014-11-061-28/+35
|
* Merge remote-tracking branch 'origin/develop' into developChristoph Jentzsch2014-11-061-55/+0
|\
| * Delete vmNamecoin.jsonChristoph Jentzsch2014-11-061-55/+0
| |
* | added dynamic jump out of codeChristoph Jentzsch2014-11-061-0/+42
|/
* Update tests to latest protocol changes (PoC7)Christoph Jentzsch2014-11-048-1170/+1377
|
* Updated vmNamecoin.json to new sstore pricesChristoph Jentzsch2014-11-031-1/+1
|
* removed systemoperationstestsChristoph Jentzsch2014-11-031-1924/+0
|
* Restructered tests in folders in accordance to test suitesChristoph Jentzsch2014-11-0310-0/+13762