Skip to content

Commit

Permalink
feat: add stMemoryTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh Bajpai authored and Harsh Bajpai committed Sep 8, 2023
1 parent 9028a6e commit c631cd9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
1 change: 0 additions & 1 deletion .katana/contracts.json

This file was deleted.

1 change: 0 additions & 1 deletion .katana/dump.json

This file was deleted.

6 changes: 5 additions & 1 deletion crates/ef-testing/src/models/case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl BlockchainTestCase {
| "mulmod.json" // kakarot #695
| "divByZero.json" // kakarot #695
| "jumpi.json" // kakarot #693
| "jump.json" // ef-tests #38
| "jump.json" // ef-tests #38
| "jumpToPush.json" // ef-tests #61
| "signextend.json" // kakarot #677
| "mload.json" // ef-tests #31
Expand All @@ -88,6 +88,10 @@ impl BlockchainTestCase {
| "suicide.json" // ef-tests #57
| "blockInfo.json" // ef-tests #67
| "envInfo.json" // ef-tests #63
| "memCopySelf.json" // ef-tests #52
| "bufferSrcOffset.json" // ef-tests #51
| "buffer.json" // ef-tests #50
| "oog.json" // ef-tests #49
)
}

Expand Down
1 change: 1 addition & 0 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ macro_rules! blockchain_tests {
mod blockchain_tests {
use super::*;

blockchain_tests!(vm_tests, VMTests);
blockchain_tests!(memory_tests, stMemoryTest);
}

0 comments on commit c631cd9

Please sign in to comment.