solidity/test/libsolidity/semanticTests
2020-11-17 18:51:57 +01:00
..
abiencodedecode Copy byte array to storage. 2020-10-29 18:53:15 +01:00
abiEncoderV1 Merge remote-tracking branch 'origin/develop' into breaking 2020-11-11 20:33:40 +01:00
abiEncoderV2 Fix calldata index access. 2020-11-11 18:42:26 +01:00
accessor IR generation for constants. 2020-05-05 17:07:55 +02:00
arithmetics Update tests. 2020-10-22 19:25:55 +02:00
array Merge remote-tracking branch 'origin/develop' into breaking 2020-11-17 18:51:57 +01:00
asmForLoop [Sol->Yul] Compile some tests with yul 2019-06-11 17:44:36 +02:00
builtinFunctions Copying of arrays from storage to memory. 2020-10-08 15:16:13 +02:00
calldata Implement internal functions in storage. 2020-11-02 23:10:03 +01:00
cleanup Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
constants New tests. 2020-10-08 18:56:18 +02:00
constructor Moving some more array tests to semanticTests. 2020-11-13 12:32:39 +01:00
conversions YulUtilFunctions: convertionFunction() to also handle array string/memory casts. 2020-03-10 11:21:12 +01:00
ecrecover Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
enums Return a type error when an enum has more than 256 members 2020-11-16 18:58:19 +01:00
exponentiation Update existing tests. 2020-10-19 16:58:59 +02:00
expressions [Sol->Yul] Adding new and activating old tests for copying of arrays to storage. 2020-10-13 20:31:11 +02:00
fallback [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
freeFunctions Fix dependency tracking for abstract contracts for Yul codegen 2020-10-20 16:58:24 +02:00
functionCall Merge remote-tracking branch 'origin/develop' into breaking 2020-11-11 20:33:40 +01:00
functionSelector Yul codegen for .selector. 2020-04-16 13:42:58 +02:00
functionTypes Merge remote-tracking branch 'origin/develop' into HEAD 2020-11-09 14:28:05 +01:00
getters [Sol->Yul] Implementing push for nested storage arrays and storage arrays of structs. 2020-10-06 13:06:40 +02:00
immutable Fix Yul codegen for try with create. 2020-11-11 17:52:50 +01:00
inlineAssembly [Sol->Yul] Implementing conversion of struct to struct pointer. 2020-10-08 16:37:57 +02:00
integer Moving some tests to semantic tests. 2020-11-03 11:00:52 +01:00
interfaceID Bit operations for fixed bytes types. 2020-10-28 18:04:54 +01:00
intheritance Merge remote-tracking branch 'origin/develop' into breaking 2020-11-03 14:05:14 +01:00
libraries Update tests. 2020-10-22 19:25:55 +02:00
literals More semantic tests. 2020-07-13 18:07:11 +02:00
metaTypes Tests after changing type of super to TypeType 2020-11-10 15:38:21 +01:00
modifiers Fix qualified modifier lookup. 2020-11-17 18:33:45 +01:00
multiSource Update existing tests. 2020-10-19 16:58:59 +02:00
operators Merge remote-tracking branch 'origin/develop' into breaking 2020-11-03 14:05:14 +01:00
optimizer Optimize combination of byte and shl. 2020-07-08 20:26:46 +02:00
receive [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
reverts Merge remote-tracking branch 'origin/develop' into breaking 2020-11-03 14:05:14 +01:00
revertStrings Add tests for ABI coding empty strings and string literals 2020-11-04 17:48:59 +00:00
salted_create Merge remote-tracking branch 'origin/develop' into breaking 2020-11-11 20:33:40 +01:00
smoke Merge remote-tracking branch 'origin/develop' into breaking 2020-11-03 14:05:14 +01:00
specialFunctions Evaluate keccak256 of string literals at compile-time. 2020-07-08 16:14:14 +02:00
statements Extracting more end-to-end tests. 2019-07-08 16:04:52 +02:00
storage Merge remote-tracking branch 'origin/develop' into HEAD 2020-11-09 14:28:05 +01:00
strings Add tests for ABI coding empty strings and string literals 2020-11-04 17:48:59 +00:00
structs Copying structs from storage to storage. 2020-11-17 11:06:25 +01:00
tryCatch Moving try catch test to semantic tests. 2020-11-13 12:32:35 +01:00
types Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
underscore Add syntax and semantic tests for underscore 2020-11-03 15:22:57 +00:00
uninitializedFunctionPointer Merge remote-tracking branch 'origin/develop' into breaking 2020-11-03 14:05:14 +01:00
variables [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
various Merge remote-tracking branch 'origin/develop' into breaking 2020-11-17 18:51:57 +01:00
viaYul Tests/Docs after "stricter explicit conversion from Literals to Integers" 2020-11-03 14:31:44 +01:00
virtualFunctions Update tests. 2020-07-07 12:16:18 +02:00
c99_scoping_activation.sol Extracting some Solidity end-to-end tests. 2019-07-01 15:37:46 +02:00
constructor_ihneritance_init_order_2.sol [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +02:00
constructor_inheritance_init_order.sol Update tests. 2020-07-07 12:16:18 +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 Update tests. 2020-07-20 15:40:58 +02:00
dirty_calldata_dynamic_array.sol Update tests. 2020-07-20 15:40:58 +02:00
dirty_memory_bytes_to_storgage_copy.sol Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
empty_contract.sol Check that functions exist in isoltest. 2020-02-13 13:22:53 +01:00
empty_for_loop.sol Moving some tests to semantic tests. 2020-11-03 11:00:52 +01:00
interface_inheritance_conversions.sol [Sol->Yul] Enabling creation function call 2020-04-27 16:15:57 +02:00
isoltestFormatting.sol Update tests. 2020-07-20 17:17:19 +02:00
snark.sol Update tests. 2020-07-20 17:17:19 +02:00
state_var_initialization.sol Update tests. 2020-07-07 12:16:18 +02:00
state_variables_init_order_2.sol Update tests. 2020-07-07 12:16:18 +02:00
state_variables_init_order_3.sol Update tests. 2020-07-07 12:16:18 +02:00
state_variables_init_order.sol [Sol2Yul] Adding support for constructors with parameters in case of inheritance 2020-04-22 14:47:08 +02:00