solidity/test/libsolidity/semanticTests
2022-11-10 22:21:15 +01:00
..
abiencodedecode Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
abiEncoderV1 added optimization. shl comes out from being distributed over and 2022-11-11 01:16:14 +05:30
abiEncoderV2 test: Properly clear storage dirty flag 2022-11-08 18:13:17 +01:00
accessor
arithmetics Remove empty settings. 2022-05-19 20:23:28 +02:00
array Move some tests from viaYul to appropriate groups 2022-11-10 22:21:15 +01:00
asmForLoop
builtinFunctions test: Move hashing algorithm tests to semanticTests 2022-10-21 15:59:47 +02:00
calldata Move some tests from viaYul to appropriate groups 2022-11-10 22:21:15 +01:00
cleanup Remove empty settings. 2022-05-19 20:23:28 +02:00
constantEvaluator
constants
constructor Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
conversions Remove empty settings. 2022-05-19 20:23:28 +02:00
ecrecover Remove empty settings. 2022-05-19 20:23:28 +02:00
enums Remove empty settings. 2022-05-19 20:23:28 +02:00
errors Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
events added optimization. shl comes out from being distributed over and 2022-11-11 01:16:14 +05:30
exponentiation
expressions Remove empty settings. 2022-05-19 20:23:28 +02:00
externalContracts Hash number literals according to their value instead of their string representation. 2022-11-08 20:34:10 +01:00
externalSource Remove empty settings. 2022-05-19 20:23:28 +02:00
fallback
freeFunctions Remove empty settings. 2022-05-19 20:23:28 +02:00
functionCall Update tests and include new for create/create2 calculation 2022-09-27 22:31:46 +02: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 Remove empty settings. 2022-05-19 20:23:28 +02:00
immutable Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
inheritance Update test expectations. 2022-05-23 13:37:50 +02:00
inlineAssembly Update tests and include new for create/create2 calculation 2022-09-27 22:31:46 +02:00
integer
interfaceID Remove empty settings. 2022-05-19 20:23:28 +02:00
isoltestTesting Update tests and include new for create/create2 calculation 2022-09-27 22:31:46 +02:00
libraries Update test expectations. 2022-05-23 13:37:50 +02:00
literals Remove empty settings. 2022-05-19 20:23:28 +02:00
memoryManagement Remove empty settings. 2022-05-19 20:23:28 +02:00
metaTypes
modifiers Remove empty settings. 2022-05-19 20:23:28 +02:00
multiSource Remove empty settings. 2022-05-19 20:23:28 +02:00
operators
optimizer
payable
receive
reverts
revertStrings
salted_create Update tests and include new for create/create2 calculation 2022-09-27 22:31:46 +02:00
smoke Update test expectations. 2022-05-23 13:37:50 +02:00
specialFunctions Remove empty settings. 2022-05-19 20:23:28 +02:00
state Update test expectations. 2022-05-23 13:37:50 +02:00
statements
storage test: Properly clear storage dirty flag 2022-11-08 18:13:17 +01:00
strings Merge pull request #13001 from matheusaaguiar/develop 2022-05-23 10:56:30 +02:00
structs Update tests 2022-11-10 22:21:15 +01:00
tryCatch Update tests and include new for create/create2 calculation 2022-09-27 22:31:46 +02:00
types Add test for copying reference types between data locations 2022-09-07 10:45:53 +02:00
underscore
uninitializedFunctionPointer
userDefinedValueType Hash number literals according to their value instead of their string representation. 2022-11-08 20:34:10 +01:00
using Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
variables Remove empty settings. 2022-05-19 20:23:28 +02:00
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 Remove empty settings. 2022-05-19 20:23:28 +02:00
byte_array_to_storage_cleanup.sol Hash number literals according to their value instead of their string representation. 2022-11-08 20:34:10 +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 Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
constructor_with_params_inheritance_2.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
constructor_with_params_inheritance.sol Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
constructor_with_params.sol Update test expectations. 2022-05-23 13:37:50 +02:00
dirty_calldata_bytes.sol
dirty_calldata_dynamic_array.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
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 Remove empty settings. 2022-05-19 20:23:28 +02:00
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