solidity/test/libsolidity/semanticTests
2021-04-22 15:41:32 +02:00
..
abiencodedecode Fix array decoding offset overflow. 2021-04-12 13:43:51 +02:00
abiEncoderV1 Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
abiEncoderV2 Adjust cost of literal zero. 2021-04-22 11:42:42 +02:00
accessor Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
arithmetics Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
array Merge pull request #11270 from ethereum/addingBoundsByteArraySolYul 2021-04-22 15:41:32 +02:00
asmForLoop Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
builtinFunctions Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
calldata Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
cleanup Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
constantEvaluator Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
constants Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
constructor Update gas costs in smeantic tests. 2021-04-21 11:01:22 +02:00
conversions YulUtilFunctions: convertionFunction() to also handle array string/memory casts. 2020-03-10 11:21:12 +01:00
ecrecover Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
enums Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
error Syntax for custom errors. 2021-03-30 21:15:18 +02:00
errors Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
exponentiation Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
expressions Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
externalContracts Adjust cost of literal zero. 2021-04-22 11:42:42 +02:00
fallback Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
freeFunctions Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
functionCall Adjust cost of literal zero. 2021-04-22 11:42:42 +02:00
functionSelector Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
functionTypes Adjust cost of literal zero. 2021-04-22 11:42:42 +02:00
getters Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
immutable Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inheritance Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
inlineAssembly Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
integer Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
interfaceID Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
libraries Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
literals Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
memoryManagement Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
metaTypes [Sol->Yul] Implementing type name. 2020-12-30 17:19:03 +01:00
modifiers Added tests for modifiers whose input is a function return value 2021-02-11 16:48:00 +01:00
multiSource Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
operators Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
optimizer Optimize combination of byte and shl. 2020-07-08 20:26:46 +02:00
payable Implement function modifiers. 2020-12-17 17:00:51 +01:00
receive Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
reverts Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
revertStrings Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
salted_create Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
smoke Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
specialFunctions Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
state Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
statements Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
storage Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
strings Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
structs Adjust cost of literal zero. 2021-04-22 11:42:42 +02:00
tryCatch Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
types Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
underscore Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
uninitializedFunctionPointer Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
variables Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
various Adjust cost of literal zero. 2021-04-22 11:42:42 +02:00
viaYul Adjust cost of literal zero. 2021-04-22 11:42:42 +02:00
virtualFunctions Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
c99_scoping_activation.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
constructor_ihneritance_init_order_2.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
constructor_inheritance_init_order.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
constructor_with_params_diamond_inheritance.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_with_params_inheritance_2.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_with_params_inheritance.sol Update tests. 2020-07-07 12:16:18 +02:00
constructor_with_params.sol Update tests. 2020-07-07 12:16:18 +02:00
dirty_calldata_bytes.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
dirty_calldata_dynamic_array.sol Tests/Docs after stricter explicit conversion. 2020-12-03 16:51:05 +01:00
empty_contract.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
empty_for_loop.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
interface_inheritance_conversions.sol Use unbounded allocation before returning. 2021-04-08 18:37:24 +02:00
isoltestFormatting.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
state_var_initialization.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
state_variables_init_order_2.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
state_variables_init_order_3.sol Update tests. 2020-07-07 12:16:18 +02:00
state_variables_init_order.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00