Skip to content
This repository was archived by the owner on Jan 5, 2019. It is now read-only.

Commit ee11c0a

Browse files
zixuanzhaxic
authored andcommitted
fix MSTORE8 and pass memory tests
1 parent 1927baf commit ee11c0a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: circle.yml

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ defaults:
7373
testeth -t GeneralStateTests/stBadOpcode -- --testpath ~/tests --singlenet "Byzantium" --vm ~/libhera.so --evmc evm2wasm.js=true
7474
testeth -t GeneralStateTests/stCallCodes -- --testpath ~/tests --singlenet "Byzantium" --singletest "callcall_00" --vm ~/libhera.so --evmc evm2wasm.js=true
7575
testeth -t GeneralStateTests/stCallCodes -- --testpath ~/tests --singlenet "Byzantium" --singletest "callcallcode_01" --vm ~/libhera.so --evmc evm2wasm.js=true
76+
testeth -t GeneralStateTests/stMemoryTest -- --testpath ~/tests --singlenet "Byzantium" --vm ~/libhera.so --evmc evm2wasm.js=true
7677
echo "ran the state tests."
7778
7879
cli-tests: &cli-tests

0 commit comments

Comments
 (0)