Skip to content

Commit

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

* st_args_zero_one_balance

* stArgsZeroOneBalance

* stArgsZeroOneBalance

* stArgsZeroOneBalance

* stArgsZeroOneBalance

* stArgsZeroOneBalance

* stArgsZeroOneBalance
  • Loading branch information
TAdev0 authored Sep 30, 2023
1 parent b4e7e8e commit 59704a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,14 @@ filename:
- TestStoreGasPrices.json # ef-test #139
- TestContractInteraction.json # ef-test #140
- RecursiveCreateContractsCreate4Contracts.json # ef-test #141
stArgsZeroOneBalance:
- createNonConst.json # ef-tests #368
- mulmodNonConst.json # ef-tests #368
- suicideNonConst.json # ef-tests #370
- callNonConst.json # ef-tests #371

# List of file names regex to be skipped
# The first level corresponds to the directory, the second to the list of file names regex to ignore.
regex:
stBadOpcode:
- ^opc.*\.json$ # ef-test #120
- ^opc.*\.json$ # ef-test #120
2 changes: 1 addition & 1 deletion crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ mod blockchain_tests {
// Tests from the same folder with the same error can be aggregated in one issue

blockchain_tests!(shanghai, Shanghai);
// blockchain_tests!(st_args_zero_one_balance, stArgsZeroOneBalance); // 4 failing tests
blockchain_tests!(st_args_zero_one_balance, stArgsZeroOneBalance);
blockchain_tests!(st_attack_test, stAttackTest);
blockchain_tests!(st_bad_opcode, stBadOpcode);
blockchain_tests!(st_bugs, stBugs);
Expand Down

0 comments on commit 59704a7

Please sign in to comment.