Skip to content

Commit

Permalink
add stMemExpandingEIP150Calls testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy committed Sep 28, 2023
1 parent 3ff3903 commit 6852a35
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@ filename:
- "LoopCallsDepthThenRevert2.json" # - ef-tests 324
- "LoopCallsDepthThenRevert3.json" # - ef-tests 324
- "RevertRemoteSubCallStorageOOG.json" # - ef-tests 324
- CallAndCallcodeConsumeMoreGasThenTransactionHasWithMemExpandingCalls.json # ef-tests #356
- CallAskMoreGasOnDepth2ThenTransactionHasWithMemExpandingCalls.json # ef-tests #356
- CallGoesOOGOnSecondLevelWithMemExpandingCalls.json # ef-tests #356
- DelegateCallOnEIPWithMemExpandingCalls.json # ef-tests #356
- ExecuteCallThatAskMoreGasThenTransactionHasWithMemExpandingCalls.json # ef-tests #356
- NewGasPriceForCodesWithMemExpandingCalls.json # ef-tests #356
- CreateAndGasInsideCreateWithMemExpandingCalls.json # ef-tests #357

# List of file names regex to be skipped
regex:
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 @@ -99,7 +99,7 @@ mod blockchain_tests {
// blockchain_tests!(st_homestead_specific, stHomesteadSpecific); // 4 failing tests
blockchain_tests!(st_init_code_test, stInitCodeTest);
blockchain_tests!(st_log_tests, stLogTests);
// blockchain_tests!(st_mem_expanding_eip150_calls, stMemExpandingEIP150Calls); // 7 failing tests
blockchain_tests!(st_mem_expanding_eip150_calls, stMemExpandingEIP150Calls);
// blockchain_tests!(st_memory_stress_test, stMemoryStressTest); // 2 failing tests
blockchain_tests!(st_memory_test, stMemoryTest);
// blockchain_tests!(st_non_zero_calls_test, stNonZeroCallsTest); // 13 failing tests
Expand Down

0 comments on commit 6852a35

Please sign in to comment.