-
Notifications
You must be signed in to change notification settings - Fork 15
Tests not working #42
Copy link
Copy link
Open
Description
I built the project successfully, but the tests: arith_loop.json, arith_loop_write_mapping.json, arith_loop_write_storage.json in fuzzing/eth-tests/ aren't working
erc20_mint.json and erc20_transfer.json work, and the result seems correct, but the time is weird:
for the mint:
GPU kernel finished
{"accounts":[{"address": "0x1111111111111111111111111111111111111111", "balance": "0x00000000000000fffffffffffffffffffffffffffffffffffffffffffffbc472", "nonce": 1, "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", "storage":{}},{"address": "0xcccccccccccccccccccccccccccccccccccccccc", "balance": "0x0000000000000100000000000000000000000000000000000000000000000000", "nonce": 0, "codeHash": "0x22d07cc0bd7e3d80834ef7fbb801243c27d7fa83a0ade4314d4f760a31256565", "storage":{"0x8eec1c9afb183a84aac7003cf8e730bfb6385f6e43761d6425fba4265de3a9eb": "0x0000000000000000000000000000000000000000000000000000000000000000" ,"0x0000000000000000000000000000000000000000000000000000000000000000": "0x0000000000000000000000000000000000000000000000000000000000000000" }},{"address": "0x0000000000000000000000000000000000c0ffee", "balance": "0x0000000000000000000000000000000000000000000000000000000000000000", "nonce": 0, "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", "storage":{}}]}
GPU EVM finished
Main GPU kernel execution took 0.000000 ms
Freeing the memory ...and transfer:
GPU kernel finished
{"accounts":[{"address": "0x1111111111111111111111111111111111111111", "balance": "0x00000000000000fffffffffffffffffffffffffffffffffffffffffffff58602", "nonce": 1, "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", "storage":{}},{"address": "0xcccccccccccccccccccccccccccccccccccccccc", "balance": "0x0000000000000100000000000000000000000000000000000000000000000000", "nonce": 0, "codeHash": "0x22d07cc0bd7e3d80834ef7fbb801243c27d7fa83a0ade4314d4f760a31256565", "storage":{"0x8eec1c9afb183a84aac7003cf8e730bfb6385f6e43761d6425fba4265de3a9eb": "0xfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe00" ,"0xcc69885fda6bcc1a4ace058b4a62bf5e179ea78fd58a1ccd71c22cc9b688792f": "0x0000000000000000000000000000000000000000000000000000000000000200" }},{"address": "0x0000000000000000000000000000000000c0ffee", "balance": "0x0000000000000000000000000000000000000000000000000000000000000000", "nonce": 0, "codeHash": "0xc5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470", "storage":{}}]}
GPU EVM finished
Main GPU kernel execution took 0.000000 ms
Freeing the memory ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels