Skip to content

Commit

Permalink
add stShift testsuite (#384)
Browse files Browse the repository at this point in the history
* l

* main

* stShift
  • Loading branch information
TAdev0 authored Oct 2, 2023
1 parent 34b6fa9 commit fea9eea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,9 @@ filename:
- "LoopCallsDepthThenRevert2.json" # ef-tests #324
- "LoopCallsDepthThenRevert3.json" # ef-tests #324
- "RevertRemoteSubCallStorageOOG.json" # ef-tests #324
stShift:
- shiftCombinations.json # ef-tests #383
- shiftSignedCombinations.json # ef-tests #383
stSLoadTest:
- sloadGasCost.json # ef-tests #78
stSolidityTest:
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 @@ -115,7 +115,7 @@ mod blockchain_tests {
blockchain_tests!(st_sload_test, stSLoadTest);
// blockchain_tests!(st_sstore_test, stSStoreTest); // 27 failing tests
// blockchain_tests!(st_self_balance, stSelfBalance); // 3 failing tests
// blockchain_tests!(st_shift, stShift); // 2 failing tests
blockchain_tests!(st_shift, stShift);
blockchain_tests!(st_solidity_test, stSolidityTest);
// blockchain_tests!(st_special_test, stSpecialTest); // 3 failing tests
// blockchain_tests!(st_stack_tests, stStackTests); // 7 failing tests
Expand Down

0 comments on commit fea9eea

Please sign in to comment.