Skip to content

Commit

Permalink
add stStackTests testsuite (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy authored Oct 2, 2023
1 parent 37e8743 commit 82b25ba
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,14 @@ filename:
- TestStoreGasPrices.json # ef-test #139
- TestContractInteraction.json # ef-test #140
- RecursiveCreateContractsCreate4Contracts.json # ef-test #141
stStackTests:
- underflowTest.json # ef-tests #414
- shallowStack.json # ef-tests #415
- stackOverflowM1.json # ef-tests #415
- stackOverflowM1DUP.json # ef-tests #415
- stackOverflowM1PUSH.json # ef-tests #415
- stackOverflowSWAP.json # ef-tests #415
- stacksanitySWAP.json # ef-tests #415
stSpecialTest:
- tx_e1c174e2.json # ef-tests #412
- eoaEmpty.json # ef-tests #413
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 @@ -118,7 +118,7 @@ mod blockchain_tests {
blockchain_tests!(st_shift, stShift);
blockchain_tests!(st_solidity_test, stSolidityTest);
blockchain_tests!(st_special_test, stSpecialTest);
// blockchain_tests!(st_stack_tests, stStackTests); // 7 failing tests
blockchain_tests!(st_stack_tests, stStackTests);
// blockchain_tests!(st_static_call, stStaticCall); // 207 failing tests
// blockchain_tests!(st_static_flag_enabled, stStaticFlagEnabled); // 13 failing tests
// blockchain_tests!(st_system_operations_test, stSystemOperationsTest); // 28 failing tests
Expand Down

0 comments on commit 82b25ba

Please sign in to comment.