Skip to content

Instantly share code, notes, and snippets.

@mratsim
Created May 11, 2018 16:32
Show Gist options
  • Save mratsim/19a150c2815a5433039bc18db0171ed1 to your computer and use it in GitHub Desktop.
Save mratsim/19a150c2815a5433039bc18db0171ed1 to your computer and use it in GitHub Desktop.
[Suite] vm json tests
vmTestsboolean.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
context.nim(27) caller
stack.nim(67) push
validation.nim(48) validateStackItem
Unhandled exception: Invalid stack item: expected 32 bytes, got 42: value is 0xcd1722f3947def4cf144679da39c4c32bdc35681
[FAILED] tests/fixtures/VMTests/vmTests/boolean.json
vmTestssuicide.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
context.nim(27) caller
stack.nim(67) push
validation.nim(48) validateStackItem
Unhandled exception: Invalid stack item: expected 32 bytes, got 42: value is 0xcd1722f3947def4cf144679da39c4c32bdc35681
[FAILED] tests/fixtures/VMTests/vmTests/suicide.json
vmTestsmktx.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
context.nim(27) caller
stack.nim(67) push
validation.nim(48) validateStackItem
Unhandled exception: Invalid stack item: expected 32 bytes, got 42: value is 0xcd1722f3947def4cf144679da39c4c32bdc35681
[FAILED] tests/fixtures/VMTests/vmTests/mktx.json
vmBlockInfoTestblockhash257Block.json
(data: (lo: (lo: 94992, hi: 0), hi: (lo: 0, hi: 0))) (data: (lo: (lo: 94974, hi: 0), hi: (lo: 0, hi: 0)))
test_vm_json.nim(84, 53): Check failed: actualGasRemaining == expectedGasRemaining or
computation.code.hasSStore() and
(actualGasRemaining > expectedGasRemaining and
(actualGasRemaining - expectedGasRemaining) mod 15000 == 0 or
expectedGasRemaining > actualGasRemaining and
(expectedGasRemaining - actualGasRemaining) mod 15000 == 0)
[FAILED] tests/fixtures/VMTests/vmBlockInfoTest/blockhash257Block.json
vmBlockInfoTestgaslimit.json
[OK] tests/fixtures/VMTests/vmBlockInfoTest/gaslimit.json
vmBlockInfoTestnumber.json
[OK] tests/fixtures/VMTests/vmBlockInfoTest/number.json
vmBlockInfoTestdifficulty.json
[OK] tests/fixtures/VMTests/vmBlockInfoTest/difficulty.json
vmBlockInfoTestblockhashInRange.json
(data: (lo: (lo: 84976, hi: 0), hi: (lo: 0, hi: 0))) (data: (lo: (lo: 39922, hi: 0), hi: (lo: 0, hi: 0)))
test_vm_json.nim(84, 53): Check failed: actualGasRemaining == expectedGasRemaining or
computation.code.hasSStore() and
(actualGasRemaining > expectedGasRemaining and
(actualGasRemaining - expectedGasRemaining) mod 15000 == 0 or
expectedGasRemaining > actualGasRemaining and
(expectedGasRemaining - actualGasRemaining) mod 15000 == 0)
[FAILED] tests/fixtures/VMTests/vmBlockInfoTest/blockhashInRange.json
vmBlockInfoTestcoinbase.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBlockInfoTest/coinbase.json
vmBlockInfoTestblockhashOutOfRange.json
(data: (lo: (lo: 84976, hi: 0), hi: (lo: 0, hi: 0))) (data: (lo: (lo: 84922, hi: 0), hi: (lo: 0, hi: 0)))
test_vm_json.nim(84, 53): Check failed: actualGasRemaining == expectedGasRemaining or
computation.code.hasSStore() and
(actualGasRemaining > expectedGasRemaining and
(actualGasRemaining - expectedGasRemaining) mod 15000 == 0 or
expectedGasRemaining > actualGasRemaining and
(expectedGasRemaining - actualGasRemaining) mod 15000 == 0)
[FAILED] tests/fixtures/VMTests/vmBlockInfoTest/blockhashOutOfRange.json
vmBlockInfoTestblockhashMyBlock.json
(data: (lo: (lo: 94992, hi: 0), hi: (lo: 0, hi: 0))) (data: (lo: (lo: 94974, hi: 0), hi: (lo: 0, hi: 0)))
test_vm_json.nim(84, 53): Check failed: actualGasRemaining == expectedGasRemaining or
computation.code.hasSStore() and
(actualGasRemaining > expectedGasRemaining and
(actualGasRemaining - expectedGasRemaining) mod 15000 == 0 or
expectedGasRemaining > actualGasRemaining and
(expectedGasRemaining - actualGasRemaining) mod 15000 == 0)
[FAILED] tests/fixtures/VMTests/vmBlockInfoTest/blockhashMyBlock.json
vmBlockInfoTesttimestamp.json
[OK] tests/fixtures/VMTests/vmBlockInfoTest/timestamp.json
vmBlockInfoTestblockhashNotExistingBlock.json
(data: (lo: (lo: 94992, hi: 0), hi: (lo: 0, hi: 0))) (data: (lo: (lo: 94974, hi: 0), hi: (lo: 0, hi: 0)))
test_vm_json.nim(84, 53): Check failed: actualGasRemaining == expectedGasRemaining or
computation.code.hasSStore() and
(actualGasRemaining > expectedGasRemaining and
(actualGasRemaining - expectedGasRemaining) mod 15000 == 0 or
expectedGasRemaining > actualGasRemaining and
(expectedGasRemaining - actualGasRemaining) mod 15000 == 0)
[FAILED] tests/fixtures/VMTests/vmBlockInfoTest/blockhashNotExistingBlock.json
vmBlockInfoTestblockhash258Block.json
(data: (lo: (lo: 94992, hi: 0), hi: (lo: 0, hi: 0))) (data: (lo: (lo: 94974, hi: 0), hi: (lo: 0, hi: 0)))
test_vm_json.nim(84, 53): Check failed: actualGasRemaining == expectedGasRemaining or
computation.code.hasSStore() and
(actualGasRemaining > expectedGasRemaining and
(actualGasRemaining - expectedGasRemaining) mod 15000 == 0 or
expectedGasRemaining > actualGasRemaining and
(expectedGasRemaining - actualGasRemaining) mod 15000 == 0)
[FAILED] tests/fixtures/VMTests/vmBlockInfoTest/blockhash258Block.json
vmBlockInfoTestblockhashUnderFlow.json
[OK] tests/fixtures/VMTests/vmBlockInfoTest/blockhashUnderFlow.json
vmBitwiseLogicOperationslt1.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/slt1.json
vmBitwiseLogicOperationor2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/or2.json
vmBitwiseLogicOperationsgt3.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/sgt3.json
vmBitwiseLogicOperationxor2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/xor2.json
vmBitwiseLogicOperationbyte4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte4.json
vmBitwiseLogicOperationnot5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/not5.json
vmBitwiseLogicOperationeq2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/eq2.json
vmBitwiseLogicOperationbyte8.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte8.json
vmBitwiseLogicOperationand0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/and0.json
vmBitwiseLogicOperationand1.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/and1.json
vmBitwiseLogicOperationbyte9.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte9.json
vmBitwiseLogicOperationnot4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/not4.json
vmBitwiseLogicOperationbyte5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte5.json
vmBitwiseLogicOperationxor3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/xor3.json
vmBitwiseLogicOperationsgt2.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/sgt2.json
vmBitwiseLogicOperationor3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/or3.json
vmBitwiseLogicOperationslt0.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/slt0.json
vmBitwiseLogicOperationnot3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/not3.json
vmBitwiseLogicOperationlt0.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/lt0.json
vmBitwiseLogicOperationgt2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/gt2.json
vmBitwiseLogicOperationor4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/or4.json
vmBitwiseLogicOperationxor4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/xor4.json
vmBitwiseLogicOperationbyte2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte2.json
vmBitwiseLogicOperationbyte3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte3.json
vmBitwiseLogicOperationxor5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/xor5.json
vmBitwiseLogicOperationsgt4.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/sgt4.json
vmBitwiseLogicOperationor5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/or5.json
vmBitwiseLogicOperationgt3.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/gt3.json
vmBitwiseLogicOperationlt1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/lt1.json
vmBitwiseLogicOperationnot2.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/not2.json
vmBitwiseLogicOperationand4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/and4.json
vmBitwiseLogicOperationgt0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/gt0.json
vmBitwiseLogicOperationiszero0.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/iszero0.json
vmBitwiseLogicOperationlt2.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/lt2.json
vmBitwiseLogicOperationnot1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/not1.json
vmBitwiseLogicOperationbyte0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte0.json
vmBitwiseLogicOperationslt4.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/slt4.json
vmBitwiseLogicOperationbyte1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte1.json
vmBitwiseLogicOperationnot0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/not0.json
vmBitwiseLogicOperationlt3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/lt3.json
vmBitwiseLogicOperationiszero1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/iszero1.json
vmBitwiseLogicOperationgt1.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/gt1.json
vmBitwiseLogicOperationand5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/and5.json
vmBitwiseLogicOperationbyte6.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte6.json
vmBitwiseLogicOperationxor0.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/xor0.json
vmBitwiseLogicOperationsgt1.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/sgt1.json
vmBitwiseLogicOperationor0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/or0.json
vmBitwiseLogicOperationslt3.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/slt3.json
vmBitwiseLogicOperationand2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/and2.json
vmBitwiseLogicOperationbyte11.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte11.json
vmBitwiseLogicOperationiszeo2.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/iszeo2.json
vmBitwiseLogicOperationeq0.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/eq0.json
vmBitwiseLogicOperationeq1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/eq1.json
vmBitwiseLogicOperationbyte10.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte10.json
vmBitwiseLogicOperationand3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/and3.json
vmBitwiseLogicOperationslt2.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/slt2.json
vmBitwiseLogicOperationor1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/or1.json
vmBitwiseLogicOperationsgt0.json
[OK] tests/fixtures/VMTests/vmBitwiseLogicOperation/sgt0.json
vmBitwiseLogicOperationxor1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/xor1.json
vmBitwiseLogicOperationbyte7.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
comparison.nim(46) byteOp
Unhandled exception: byteOp is not Implemented as it requires pow https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmBitwiseLogicOperation/byte7.json
vmPushDupSwapTestdup3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup3.json
vmPushDupSwapTestpush13.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push13.json
vmPushDupSwapTestpush6.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push6.json
vmPushDupSwapTestswap4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap4.json
vmPushDupSwapTestdup13.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup13.json
vmPushDupSwapTestpush29.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push29.json
vmPushDupSwapTestswap2error.json
[OK] tests/fixtures/VMTests/vmPushDupSwapTest/swap2error.json
vmPushDupSwapTestswap8.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap8.json
vmPushDupSwapTestpush33.json
[OK] tests/fixtures/VMTests/vmPushDupSwapTest/push33.json
vmPushDupSwapTestpush25.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push25.json
vmPushDupSwapTestswap10.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap10.json
vmPushDupSwapTestswap11.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap11.json
vmPushDupSwapTestpush24.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push24.json
vmPushDupSwapTestpush32.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push32.json
vmPushDupSwapTestswap9.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap9.json
vmPushDupSwapTestpush28.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push28.json
vmPushDupSwapTestswap5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap5.json
vmPushDupSwapTestdup12.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup12.json
vmPushDupSwapTestpush7.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push7.json
vmPushDupSwapTestpush12.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push12.json
vmPushDupSwapTestdup2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup2.json
vmPushDupSwapTestdup9.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup9.json
vmPushDupSwapTestpush19.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push19.json
vmPushDupSwapTestpush23.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push23.json
vmPushDupSwapTestswap16.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap16.json
vmPushDupSwapTestdup5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup5.json
vmPushDupSwapTestpush32AndSuicide.json
[OK] tests/fixtures/VMTests/vmPushDupSwapTest/push32AndSuicide.json
vmPushDupSwapTestpush15.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push15.json
vmPushDupSwapTestpush32Undefined3.json
[OK] tests/fixtures/VMTests/vmPushDupSwapTest/push32Undefined3.json
vmPushDupSwapTestdup15.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup15.json
vmPushDupSwapTestswap2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap2.json
vmPushDupSwapTestpush32Undefined2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push32Undefined2.json
vmPushDupSwapTestdup14.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup14.json
vmPushDupSwapTestswap3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap3.json
vmPushDupSwapTestswapjump1.json
[OK] tests/fixtures/VMTests/vmPushDupSwapTest/swapjump1.json
vmPushDupSwapTestpush1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push1.json
vmPushDupSwapTestpush14.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push14.json
vmPushDupSwapTestdup4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup4.json
vmPushDupSwapTestpush22.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push22.json
vmPushDupSwapTestpush18.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push18.json
vmPushDupSwapTestdup8.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup8.json
vmPushDupSwapTestswap14.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap14.json
vmPushDupSwapTestpush21.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push21.json
vmPushDupSwapTestpush2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push2.json
vmPushDupSwapTestpush17.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push17.json
vmPushDupSwapTestdup7.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup7.json
vmPushDupSwapTestpush32FillUpInputWithZerosAtTheEnd.json
[OK] tests/fixtures/VMTests/vmPushDupSwapTest/push32FillUpInputWithZerosAtTheEnd.json
vmPushDupSwapTestdup6.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup6.json
vmPushDupSwapTestpush16.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push16.json
vmPushDupSwapTestpush3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push3.json
vmPushDupSwapTestdup16.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup16.json
vmPushDupSwapTestswap1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap1.json
vmPushDupSwapTestpush32Undefined.json
[OK] tests/fixtures/VMTests/vmPushDupSwapTest/push32Undefined.json
vmPushDupSwapTestpush20.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push20.json
vmPushDupSwapTestswap15.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap15.json
vmPushDupSwapTestswap6.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap6.json
vmPushDupSwapTestdup11.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup11.json
vmPushDupSwapTestpush4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push4.json
vmPushDupSwapTestpush11.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push11.json
vmPushDupSwapTestdup2error.json
[OK] tests/fixtures/VMTests/vmPushDupSwapTest/dup2error.json
vmPushDupSwapTestdup1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup1.json
vmPushDupSwapTestswap12.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap12.json
vmPushDupSwapTestpush27.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push27.json
vmPushDupSwapTestpush31.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push31.json
vmPushDupSwapTestpush8.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push8.json
vmPushDupSwapTestpush9.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push9.json
vmPushDupSwapTestpush30.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push30.json
vmPushDupSwapTestpush26.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push26.json
vmPushDupSwapTestswap13.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap13.json
vmPushDupSwapTestpush10.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push10.json
vmPushDupSwapTestpush5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/push5.json
vmPushDupSwapTestswap7.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/swap7.json
vmPushDupSwapTestdup10.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmPushDupSwapTest/dup10.json
vmPushDupSwapTestpush1_missingStack.json
[OK] tests/fixtures/VMTests/vmPushDupSwapTest/push1_missingStack.json
vmArithmeticTestmulmoddivByZero.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mulmoddivByZero.json
vmArithmeticTestsub0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/sub0.json
vmArithmeticTestexpPowerOf256_29.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_29.json
vmArithmeticTestsignextend_BigByteBigByte.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_BigByteBigByte.json
vmArithmeticTestexpPowerOf256Of256_22.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_22.json
vmArithmeticTestexpPowerOf256Of256_8.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_8.json
vmArithmeticTestmul4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mul4.json
vmArithmeticTestexpPowerOf256_13.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_13.json
vmArithmeticTestmulmod3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulmod3.json
vmArithmeticTestexp6.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/exp6.json
vmArithmeticTestaddmodDivByZero1.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/addmodDivByZero1.json
vmArithmeticTestexpPowerOf256Of256_18.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_18.json
vmArithmeticTestsmod5.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/smod5.json
vmArithmeticTestexpPowerOf256_25.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_25.json
vmArithmeticTestmulmoddivByZero3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulmoddivByZero3.json
vmArithmeticTestexpPowerOf256_33.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_33.json
vmArithmeticTestexpPowerOf256Of256_4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_4.json
vmArithmeticTestsdiv7.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv7.json
vmArithmeticTestdivByNonZero1.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/divByNonZero1.json
vmArithmeticTestaddmod1_overflow2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/addmod1_overflow2.json
vmArithmeticTestexpPowerOf256Of256_14.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_14.json
vmArithmeticTestexpPowerOf256Of256_15.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_15.json
vmArithmeticTestdivByNonZero0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/divByNonZero0.json
vmArithmeticTestaddmod1_overflow3.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/addmod1_overflow3.json
vmArithmeticTestsdiv6.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv6.json
vmArithmeticTestexpPowerOf256Of256_5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_5.json
vmArithmeticTestexpPowerOf256_32.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_32.json
vmArithmeticTestdivBoostBug.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/divBoostBug.json
vmArithmeticTestmulmoddivByZero2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mulmoddivByZero2.json
vmArithmeticTestaddmod1_overflowDiff.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/addmod1_overflowDiff.json
vmArithmeticTestexpPowerOf256_24.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_24.json
vmArithmeticTestsmod4.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/smod4.json
vmArithmeticTestexpPowerOf256Of256_19.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_19.json
vmArithmeticTestmulmod2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulmod2.json
vmArithmeticTestexp7.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/exp7.json
vmArithmeticTestmul5.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mul5.json
vmArithmeticTestexpPowerOf256_12.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_12.json
vmArithmeticTestexpPowerOf256Of256_9.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_9.json
vmArithmeticTestsignextend_BigByte_0.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/signextend_BigByte_0.json
vmArithmeticTestexpPowerOf256Of256_23.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_23.json
vmArithmeticTestexpPowerOf256_1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_1.json
vmArithmeticTestmulmod1_overflow.json
test_vm_json.nim(65, 10): Check failed: not computation.isError
computation.isError was true
(data: (lo: (lo: 9974, hi: 0), hi: (lo: 0, hi: 0))) (data: (lo: (lo: 4974, hi: 0), hi: (lo: 0, hi: 0)))
test_vm_json.nim(84, 53): Check failed: actualGasRemaining == expectedGasRemaining or
computation.code.hasSStore() and
(actualGasRemaining > expectedGasRemaining and
(actualGasRemaining - expectedGasRemaining) mod 15000 == 0 or
expectedGasRemaining > actualGasRemaining and
(expectedGasRemaining - actualGasRemaining) mod 15000 == 0)
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulmod1_overflow.json
vmArithmeticTestsub1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/sub1.json
vmArithmeticTestexpPowerOf256_28.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_28.json
vmArithmeticTestexpPowerOf256_23.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_23.json
vmArithmeticTestaddmod0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/addmod0.json
vmArithmeticTestadd0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/add0.json
vmArithmeticTestexpPowerOf256Of256_28.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_28.json
vmArithmeticTestmulmod2_1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulmod2_1.json
vmArithmeticTestsmod8_byZero.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/smod8_byZero.json
vmArithmeticTestexpPowerOf256Of256_2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_2.json
vmArithmeticTestexpPowerOf256_19.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_19.json
vmArithmeticTestsignextend_bigBytePlus1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_bigBytePlus1.json
vmArithmeticTestsdivByZero2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/sdivByZero2.json
vmArithmeticTestsdiv1.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv1.json
vmArithmeticTestaddmod1_overflow4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/addmod1_overflow4.json
vmArithmeticTestexpPowerOf256Of256_12.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_12.json
vmArithmeticTestexpPowerOf256Of256_32.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_32.json
vmArithmeticTestexpPowerOf256_6.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_6.json
vmArithmeticTestexpPowerOf256Of256_24.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_24.json
vmArithmeticTestexpPowerOf2_32.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf2_32.json
vmArithmeticTestsignextend_0_BigByte.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_0_BigByte.json
vmArithmeticTestmod1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mod1.json
vmArithmeticTestsdiv_i256min.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv_i256min.json
vmArithmeticTestexpPowerOf256_15.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_15.json
vmArithmeticTestmul2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mul2.json
vmArithmeticTestexp0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/exp0.json
vmArithmeticTestsignextend_BitIsNotSetInHigherByte.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_BitIsNotSetInHigherByte.json
vmArithmeticTestsmod3.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/smod3.json
vmArithmeticTestsmod2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/smod2.json
vmArithmeticTestsignextend_Overflow_dj42.json
(data: (lo: (lo: 999956, hi: 0), hi: (lo: 0, hi: 0))) (data: (lo: (lo: 999954, hi: 0), hi: (lo: 0, hi: 0)))
test_vm_json.nim(84, 53): Check failed: actualGasRemaining == expectedGasRemaining or
computation.code.hasSStore() and
(actualGasRemaining > expectedGasRemaining and
(actualGasRemaining - expectedGasRemaining) mod 15000 == 0 or
expectedGasRemaining > actualGasRemaining and
(expectedGasRemaining - actualGasRemaining) mod 15000 == 0)
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_Overflow_dj42.json
vmArithmeticTestmulmod4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
memory_ops.nim(33) mstore8
memory_ops.nim(26) mstoreX
memory.nim(52) write
validation.nim(33) validateLength
Unhandled exception: seq expected 32 len, got 1
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulmod4.json
vmArithmeticTestexp1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/exp1.json
vmArithmeticTestexpPowerOf256_14.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_14.json
vmArithmeticTestmul3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mul3.json
vmArithmeticTestsmod_i256min1.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/smod_i256min1.json
vmArithmeticTestexpPowerOf2_64.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf2_64.json
vmArithmeticTestmod0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mod0.json
vmArithmeticTestexpPowerOf256Of256_25.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_25.json
vmArithmeticTestexpPowerOf256_7.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_7.json
vmArithmeticTestexpPowerOf256Of256_33.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_33.json
vmArithmeticTestexpPowerOf256Of256_13.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_13.json
vmArithmeticTestsdiv0.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv0.json
vmArithmeticTestexpPowerOf256_18.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_18.json
vmArithmeticTestexpPowerOf256Of256_3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_3.json
vmArithmeticTestsignextend_AlmostBiggestByte.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_AlmostBiggestByte.json
vmArithmeticTestaddmod3_0.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/addmod3_0.json
vmArithmeticTestmulmod2_0.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mulmod2_0.json
vmArithmeticTestexpPowerOf256Of256_29.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_29.json
vmArithmeticTestsignextend_BigBytePlus1_2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_BigBytePlus1_2.json
vmArithmeticTestadd1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/add1.json
vmArithmeticTestaddmod1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/addmod1.json
vmArithmeticTestexpPowerOf256_22.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_22.json
vmArithmeticTestexpPowerOf256Of256_10.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_10.json
vmArithmeticTestsdiv3.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv3.json
vmArithmeticTestsdivByZero0.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdivByZero0.json
vmArithmeticTestmulmod1_overflow3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulmod1_overflow3.json
vmArithmeticTestexpXY_success.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expXY_success.json
vmArithmeticTestexpPowerOf256Of256_0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_0.json
vmArithmeticTestdiv1.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/div1.json
vmArithmeticTestadd2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/add2.json
vmArithmeticTestexpPowerOf256_8.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_8.json
vmArithmeticTestexpPowerOf2_256.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf2_256.json
vmArithmeticTestexpPowerOf2_128.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf2_128.json
vmArithmeticTestaddmod2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/addmod2.json
vmArithmeticTestexpPowerOf256_21.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_21.json
vmArithmeticTestnot1.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/not1.json
vmArithmeticTestsmod1.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/smod1.json
vmArithmeticTestdivByZero.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/divByZero.json
vmArithmeticTestexp2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/exp2.json
vmArithmeticTestmul0.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mul0.json
vmArithmeticTestexpPowerOf256_17.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_17.json
vmArithmeticTestsmod_i256min2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/smod_i256min2.json
vmArithmeticTestfibbonacci_unrolled.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/fibbonacci_unrolled.json
vmArithmeticTestmod3.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mod3.json
vmArithmeticTestexpPowerOf256Of256_26.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_26.json
vmArithmeticTestexpPowerOf256_4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_4.json
vmArithmeticTestexpPowerOf256Of256_30.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_30.json
vmArithmeticTestsub4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/sub4.json
vmArithmeticTestsignextend_BitIsNotSet.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_BitIsNotSet.json
vmArithmeticTestexpPowerOf256Of256_31.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_31.json
vmArithmeticTestsignextend_BitIsSetInHigherByte.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_BitIsSetInHigherByte.json
vmArithmeticTestexpPowerOf256_5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_5.json
vmArithmeticTestexpPowerOf256Of256_27.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_27.json
vmArithmeticTestexpPowerOf2_2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf2_2.json
vmArithmeticTestaddmodDivByZero.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/addmodDivByZero.json
vmArithmeticTestmod2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mod2.json
vmArithmeticTestmul1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mul1.json
vmArithmeticTestexpPowerOf256_16.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_16.json
vmArithmeticTestexp3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/exp3.json
vmArithmeticTestsmod0.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/smod0.json
vmArithmeticTestexpPowerOf256_20.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_20.json
vmArithmeticTestaddmod3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/addmod3.json
vmArithmeticTestexpPowerOf256_9.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_9.json
vmArithmeticTestadd3.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/add3.json
vmArithmeticTestexpPowerOf256Of256_1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_1.json
vmArithmeticTestmulmod1_overflow2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mulmod1_overflow2.json
vmArithmeticTestsdiv2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv2.json
vmArithmeticTestsdivByZero1.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdivByZero1.json
vmArithmeticTestexpPowerOf256Of256_11.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_11.json
vmArithmeticTestdivByZero_2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/divByZero_2.json
vmArithmeticTestsmod7.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/smod7.json
vmArithmeticTestaddmodDivByZero3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/addmodDivByZero3.json
vmArithmeticTestsdiv9.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv9.json
vmArithmeticTestexp4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/exp4.json
vmArithmeticTestmulmod1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulmod1.json
vmArithmeticTestexpPowerOf256_11.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_11.json
vmArithmeticTestmul6.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mul6.json
vmArithmeticTestexpPowerOf256Of256_20.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_20.json
vmArithmeticTestexpPowerOf256_2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_2.json
vmArithmeticTestsub2.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/sub2.json
vmArithmeticTestsignextendInvalidByteNumber.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextendInvalidByteNumber.json
vmArithmeticTestexpPowerOf256Of256_16.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_16.json
vmArithmeticTestmodByZero.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/modByZero.json
vmArithmeticTestdivByNonZero3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/divByNonZero3.json
vmArithmeticTestsdiv5.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv5.json
vmArithmeticTestexpPowerOf2_16.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf2_16.json
vmArithmeticTestexpPowerOf256Of256_6.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_6.json
vmArithmeticTestexpPowerOf256_31.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_31.json
vmArithmeticTestsdiv_i256min2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv_i256min2.json
vmArithmeticTestaddmod2_1.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/addmod2_1.json
vmArithmeticTestmulmoddivByZero1.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mulmoddivByZero1.json
vmArithmeticTestadd4.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/add4.json
vmArithmeticTestaddmodBigIntCast.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/addmodBigIntCast.json
vmArithmeticTestexpPowerOf256_27.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_27.json
vmArithmeticTestexpPowerOf256_26.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_26.json
vmArithmeticTestmulUnderFlow.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
stack.nim(135) mul
stack.nim(116) internalPopTuple2
system.nim(2445) pop
system.nim(2843) sysFatal
Unhandled exception: index out of bounds
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulUnderFlow.json
vmArithmeticTestmulmod3_0.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mulmod3_0.json
vmArithmeticTestsdiv_i256min3.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv_i256min3.json
vmArithmeticTestaddmod2_0.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/addmod2_0.json
vmArithmeticTeststop.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/stop.json
vmArithmeticTestsignextend_bitIsSet.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/signextend_bitIsSet.json
vmArithmeticTestexpPowerOf256_30.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_30.json
vmArithmeticTestsdiv_dejavu.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
stack.nim(135) sdiv
stack.nim(116) internalPopTuple2
system.nim(2445) pop
system.nim(2843) sysFatal
Unhandled exception: index out of bounds
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/sdiv_dejavu.json
vmArithmeticTestexpPowerOf2_8.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf2_8.json
vmArithmeticTestexpPowerOf256Of256_7.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_7.json
vmArithmeticTestexpXY.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expXY.json
vmArithmeticTestmulmod1_overflow4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mulmod1_overflow4.json
vmArithmeticTestsdiv4.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv4.json
vmArithmeticTestdivByNonZero2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/divByNonZero2.json
vmArithmeticTestexpPowerOf256Of256_17.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_17.json
vmArithmeticTestsub3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/sub3.json
vmArithmeticTestexpPowerOf256_3.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_3.json
vmArithmeticTestexpPowerOf256Of256_21.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256Of256_21.json
vmArithmeticTestexpPowerOf2_4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf2_4.json
vmArithmeticTestsignextend_00.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/signextend_00.json
vmArithmeticTestmod4.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
storage.nim(40) sstore
rlp.nim(360) setStorage
rlp.nim(306) read
rlp.nim(209) toBytes
Unhandled exception:
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/mod4.json
vmArithmeticTestexpPowerOf256_10.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/expPowerOf256_10.json
vmArithmeticTestmul7.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mul7.json
vmArithmeticTestsdiv8.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/sdiv8.json
vmArithmeticTestexp5.json
test_helpers.nim(48) test_vm_json
computation.nim(278) testFixture
computation.nim(272) :anonymous
arithmetic.nim(88) exp
Unhandled exception: Exp is not implemented at the moment. Pending https://github.com/status-im/nim-stint/issues/37
[FAILED] tests/fixtures/VMTests/vmArithmeticTest/exp5.json
vmArithmeticTestmulmod0.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/mulmod0.json
vmArithmeticTestaddmodDivByZero2.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/addmodDivByZero2.json
vmArithmeticTestsmod6.json
[OK] tests/fixtures/VMTests/vmArithmeticTest/smod6.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment