Skip to content

Commit

Permalink
add stRefundTest testsuite (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy authored Oct 2, 2023
1 parent ec9b07a commit 739e16e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions blockchain-tests-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,16 @@ filename:
- NonZeroValue_DELEGATECALL_ToNonNonZeroBalance.json # ef-tests #360
- NonZeroValue_DELEGATECALL_ToOneStorageKey.json # ef-tests #360
- NonZeroValue_SUICIDE.json # ef-tests #361
stRefundTest:
- refundFF.json # ef-tests #405
- refundMax.json # ef-tests #405
- refundSSTORE.json # ef-tests #405
- refund_TxToSuicide.json # ef-tests #406
- refund600.json # ef-tests #407
- refundSuicide50procentCap.json # ef-tests #407
- refund_CallA_notEnoughGasInCall.json # ef-tests #407
- refund_CallA_OOG.json # ef-tests #407
- refund_OOG.json # ef-tests #407
stPreCompiledContracts:
- blake2B.json # ef-tests #389
- identity_to_bigger.json # ef-tests #389
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 @@ -109,7 +109,7 @@ mod blockchain_tests {
// blockchain_tests!(st_random, stRandom); // 79 failing tests
// blockchain_tests!(st_random2, stRandom2); // 40 failing tests
blockchain_tests!(st_recursive_create, stRecursiveCreate);
// blockchain_tests!(st_refund_test, stRefundTest); // 9 failing tests
blockchain_tests!(st_refund_test, stRefundTest);
blockchain_tests!(st_return_data_test, stReturnDataTest);
blockchain_tests!(st_revert_test, stRevertTest);
blockchain_tests!(st_sload_test, stSLoadTest);
Expand Down

0 comments on commit 739e16e

Please sign in to comment.