Skip to content

Commit

Permalink
stTransitionTest
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Sep 30, 2023
1 parent b4e7e8e commit 9fae128
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,13 @@ filename:
- TestStoreGasPrices.json # ef-test #139
- TestContractInteraction.json # ef-test #140
- RecursiveCreateContractsCreate4Contracts.json # ef-test #141
stTransitionTest:
- delegatecallAtTransition.json # ef-test #433
- delegatecallAfterTransition.json # ef-test #433
- delegatecallBeforeTransition.json # ef-test #433

# 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 @@ -124,7 +124,7 @@ mod blockchain_tests {
// blockchain_tests!(st_system_operations_test, stSystemOperationsTest); // 28 failing tests
// blockchain_tests!(st_time_consuming, stTimeConsuming); // 14 failing tests
// blockchain_tests!(st_transaction_test, stTransactionTest); // failing due to: invalid length 62, expected a (both 0x-prefixed or not) hex string or byte array containing betwee
// blockchain_tests!(st_transition_test, stTransitionTest); // 3 failing tests
blockchain_tests!(st_transition_test, stTransitionTest);
// blockchain_tests!(st_wallet_test, stWalletTest); // 5 failing tests
blockchain_tests!(st_zero_calls_revert, stZeroCallsRevert);
// blockchain_tests!(st_zero_calls_test, stZeroCallsTest); // 1 failing test
Expand Down

0 comments on commit 9fae128

Please sign in to comment.