Skip to content

Commit

Permalink
gc -m "feat: add stSolidityTest test suite"
Browse files Browse the repository at this point in the history
  • Loading branch information
Eikix committed Sep 21, 2023
1 parent 4b5a7af commit 864368b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions crates/ef-testing/src/models/case.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ impl BlockchainTestCase {
| "CallTheContractToCreateEmptyContract.json" // ef-test #115
| "OutOfGasContractCreation.json" // ef-test #116
| "CallContractToCreateContractAndCallItOOG.json" // ef-test #117
| "TestContractSuicide.json" // ef-test #132
| "TestCryptographicFunctions.json" // ef-test #133
| "RecursiveCreateContracts.json" // ef-test #134
| "ByZero.json" //ef-test #135
| "ContractInheritance.json" // ef-test #136
| "CallLowLevelCreatesSolidity.json" // ef-test #137
| "CreateContractFromMethod.json" // ef-test #138
| "TestStoreGasPrices.json" // ef-test #139
| "TestContractInteraction.json" // ef-test #140
| "RecursiveCreateContractsCreate4Contracts.json" // ef-test #141
)
}

Expand Down
1 change: 1 addition & 0 deletions crates/ef-testing/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,5 @@ mod blockchain_tests {
blockchain_tests!(vm_tests, VMTests);
blockchain_tests!(memory_tests, stMemoryTest);
blockchain_tests!(init_code_test, stInitCodeTest);
blockchain_tests!(st_solidity_test, stSolidityTest);
}

0 comments on commit 864368b

Please sign in to comment.