Skip to content

Commit

Permalink
add stSStoreTest testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy committed Sep 30, 2023
1 parent 4552461 commit f26f4d4
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,33 @@ filename:
- NonZeroValue_SUICIDE.json # ef-tests #361
- RETURN_Bounds.json # ef-tests #366
- FillStack.json # ef-tests #367
- InitCollision.json # ef-tests #408
- sstoreGas.json # ef-tests #409
- InitCollisionNonZeroNonce.json # ef-tests #410
- sstore_0to0.json # ef-tests #410
- sstore_0to0to0.json # ef-tests #410
- sstore_0to0toX.json # ef-tests #410
- sstore_0toX.json # ef-tests #410
- sstore_0toXto0.json # ef-tests #410
- sstore_0toXto0toX.json # ef-tests #410
- sstore_0toXtoX.json # ef-tests #410
- sstore_0toXtoY.json # ef-tests #410
- sstore_changeFromExternalCallInInitCode.json # ef-tests #410
- sstore_gasLeft.json # ef-tests #410
- sstore_Xto0.json # ef-tests #410
- sstore_Xto0to0.json # ef-tests #410
- sstore_Xto0toX.json # ef-tests #410
- sstore_Xto0toXto0.json # ef-tests #410
- sstore_Xto0toY.json # ef-tests #410
- sstore_XtoX.json # ef-tests #410
- sstore_XtoXto0.json # ef-tests #410
- sstore_XtoXtoX.json # ef-tests #410
- sstore_XtoXtoY.json # ef-tests #410
- sstore_XtoY.json # ef-tests #410
- sstore_XtoYto0.json # ef-tests #410
- sstore_XtoYtoX.json # ef-tests #410
- sstore_XtoYtoY.json # ef-tests #410
- sstore_XtoYtoZ.json # ef-tests #410

# List of file names regex to be skipped
regex:
Expand Down
2 changes: 1 addition & 1 deletion crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ mod blockchain_tests {
blockchain_tests!(st_return_data_test, stReturnDataTest);
blockchain_tests!(st_revert_test, stRevertTest);
blockchain_tests!(st_sload_test, stSLoadTest);
// blockchain_tests!(st_sstore_test, stSStoreTest); // 27 failing tests
blockchain_tests!(st_sstore_test, stSStoreTest);
// blockchain_tests!(st_self_balance, stSelfBalance); // 3 failing tests
// blockchain_tests!(st_shift, stShift); // 2 failing tests
blockchain_tests!(st_solidity_test, stSolidityTest);
Expand Down

0 comments on commit f26f4d4

Please sign in to comment.