solidity/test/libsolidity/semanticTests
Kamil Śliwak 46457cfc25
Merge pull request #14103 from ethereum/extra-tests
A few extra tests for operators, denominations and virtual functions
2023-04-12 11:32:26 +02:00
..
abiencodedecode
abiEncoderV1 Use side-effects of user defined functions in evm code transform. 2022-11-14 21:26:36 +01:00
abiEncoderV2 Use side-effects of user defined functions in evm code transform. 2022-11-14 21:26:36 +01:00
accessor
arithmetics
array Update gas costs. 2023-02-09 10:47:12 +01:00
asmForLoop
builtinFunctions test: Move hashing algorithm tests to semanticTests 2022-10-21 15:59:47 +02:00
calldata Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
cleanup
constantEvaluator
constants
constructor
conversions
deployedCodeExclusion Do not duplicate subassemblies. 2023-02-20 22:20:45 +01:00
ecrecover
enums
errors
events added optimization. shl comes out from being distributed over and 2022-11-11 01:16:14 +05:30
exponentiation
expressions
externalContracts Re-implement unused assign / unused store eliminator. 2023-03-20 13:49:37 +01:00
externalSource
fallback
freeFunctions
functionCall Do not duplicate subassemblies. 2023-02-20 22:20:45 +01:00
functionSelector
functionTypes Merge pull request #13569 from ethereum/document-call-to-zero-init-function-type 2022-11-01 15:42:12 +01:00
getters feat: allow named parameters in mapping types 2022-12-08 11:56:58 +01:00
immutable
inheritance
inlineAssembly Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
integer
interfaceID
isoltestTesting Update tests and include new for create/create2 calculation 2022-09-27 22:31:46 +02:00
libraries Do not duplicate subassemblies. 2023-02-20 22:20:45 +01:00
literals Tests for denominations in array sizes 2023-04-07 14:54:09 +02:00
memoryManagement
metaTypes
modifiers
multiSource
operators Extra test for operator cleanup 2023-04-07 14:47:34 +02:00
optimizer
payable
receive
reverts
revertStrings
salted_create Update tests and include new for create/create2 calculation 2022-09-27 22:31:46 +02:00
shanghai test: some tests for push0 2023-04-12 00:10:24 +02:00
smoke
specialFunctions
state Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
statements
storage test: Properly clear storage dirty flag 2022-11-08 18:13:17 +01:00
strings
structs docs: fix typos 2022-12-25 22:39:50 +01:00
tryCatch Update tests and include new for create/create2 calculation 2022-09-27 22:31:46 +02:00
types
underscore
uninitializedFunctionPointer
userDefinedValueType Gas updates. 2023-02-15 21:33:06 +01:00
using Allow library external functions to be bound with using for 2023-02-02 13:39:19 -03:00
variables
various added optimization. shl comes out from being distributed over and 2022-11-11 01:16:14 +05:30
viaYul Move some tests from viaYul to appropriate groups 2022-11-10 22:21:15 +01:00
virtualFunctions Tests for changing virtual function mutability when overriding 2023-04-07 14:49:55 +02:00
byte_array_to_storage_cleanup.sol Use side-effects of user defined functions in evm code transform. 2022-11-14 21:26:36 +01:00
c99_scoping_activation.sol
constructor_inheritance_init_order_2.sol
constructor_inheritance_init_order_3_legacy.sol
constructor_inheritance_init_order_3_viaIR.sol
constructor_inheritance_init_order.sol
constructor_with_params_diamond_inheritance.sol
constructor_with_params_inheritance_2.sol
constructor_with_params_inheritance.sol
constructor_with_params.sol
dirty_calldata_bytes.sol
dirty_calldata_dynamic_array.sol
emit_three_identical_events.sol fix emit statments being printed on the same line 2022-10-25 19:22:07 +02:00
emit_two_identical_events.sol fix emit statments being printed on the same line 2022-10-25 19:22:07 +02:00
empty_contract.sol
empty_for_loop.sol
interface_inheritance_conversions.sol
isoltestFormatting.sol
state_var_initialization.sol
state_variables_init_order_2.sol
state_variables_init_order_3.sol
state_variables_init_order.sol
unused_store_storage_removal_bug.sol Bugfix and tests. 2022-09-08 11:54:14 +02:00