Skip to content

Commit

Permalink
add stSStoreTest testsuite (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy authored Oct 2, 2023
1 parent c267a32 commit ec9b07a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,6 +632,34 @@ filename:
- shiftSignedCombinations.json # ef-tests #383
stSLoadTest:
- sloadGasCost.json # ef-tests #78
stSStoreTest:
- 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
stSolidityTest:
- TestContractSuicide.json # ef-test #132
- TestCryptographicFunctions.json # ef-test #133
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);
blockchain_tests!(st_solidity_test, stSolidityTest);
Expand Down

0 comments on commit ec9b07a

Please sign in to comment.