Skip to content

Commit

Permalink
add stZeroCallsTest testsuite (#437)
Browse files Browse the repository at this point in the history
* stZeroCallsTest

* stZeroCallsTest
  • Loading branch information
TAdev0 authored Oct 2, 2023
1 parent 038ada7 commit 37395e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,8 @@ filename:
- sstore_XtoYtoX.json # ef-tests #410
- sstore_XtoYtoY.json # ef-tests #410
- sstore_XtoYtoZ.json # ef-tests #410
stZeroCallsTest:
- ZeroValue_CALL.json # ef-tests #436
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 @@ -127,7 +127,7 @@ mod blockchain_tests {
// blockchain_tests!(st_transition_test, stTransitionTest); // 3 failing tests
blockchain_tests!(st_wallet_test, stWalletTest);
blockchain_tests!(st_zero_calls_revert, stZeroCallsRevert);
// blockchain_tests!(st_zero_calls_test, stZeroCallsTest); // 1 failing test
blockchain_tests!(st_zero_calls_test, stZeroCallsTest);
// blockchain_tests!(st_zero_knowledge, stZeroKnowledge); // 60 failing
// blockchain_tests!(st_zero_knowledge2, stZeroKnowledge2); // 59 failing
blockchain_tests!(vm_tests, VmTests);
Expand Down

0 comments on commit 37395e8

Please sign in to comment.