nimbus-eth1/tests
Mamy Ratsimbazafy 507bdda25a
Catch stack underflow (#33)
* Stack underflow: Add failing test to catch #31

* ensurePop, use proc instead of template + add comment for future refactoring of popInternal

* Check stack underflows before popping values

* run json tests again
2018-05-17 20:59:17 +02:00
..
fixtures/VMTests WIP tests based on fixtures 2018-02-13 19:18:08 +02:00
README.md update test readme 2018-04-03 18:14:47 +02:00
all_tests.nim fixes #27 (a number of setStorage failing tests) 2018-05-14 23:13:13 +03:00
fixtures.nim Migrate from ttmath to stint (#24) 2018-05-07 14:41:54 +02:00
test_code_stream.nim Update README badges and add dual-license header 2018-04-06 16:52:10 +02:00
test_gas_meter.nim Migrate from ttmath to stint (#24) 2018-05-07 14:41:54 +02:00
test_helpers.nim Update VMTests with Stint, raise Exception for non-implemented Exp and byteOp instead of quitting 2018-05-11 18:16:35 +02:00
test_memory.nim Migrate from ttmath to stint (#24) 2018-05-07 14:41:54 +02:00
test_opcode.nim Migrate from ttmath to stint (#24) 2018-05-07 14:41:54 +02:00
test_stack.nim Catch stack underflow (#33) 2018-05-17 20:59:17 +02:00
test_vm.nim Migrate from ttmath to stint (#24) 2018-05-07 14:41:54 +02:00
test_vm_json.nim Fix arithmetic implementation issues (#30) 2018-05-17 10:08:28 +02:00

README.md

tests

TODO: more vm tests and fixtures!