solidity/test/libsolidity/semanticTests/types
2020-07-27 18:21:17 +01:00
..
assign_calldata_value_type.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
convert_fixed_bytes_to_fixed_bytes_greater_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_fixed_bytes_same_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_fixed_bytes_smaller_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_uint_greater_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_uint_same_min_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_uint_same_type.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_fixed_bytes_to_uint_smaller_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_uint_to_fixed_bytes_greater_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_uint_to_fixed_bytes_same_min_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_uint_to_fixed_bytes_same_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
convert_uint_to_fixed_bytes_smaller_size.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00
external_function_to_address.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
mapping_contract_key_getter.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
mapping_contract_key_library.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_contract_key.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_enum_key_getter_v2.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
mapping_enum_key_getter.sol Allow tests to be marked ABIEncoderV1Only. 2020-02-04 17:22:03 +01:00
mapping_enum_key_library.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_enum_key.sol Allow user-defined types as mapping keys in parser and restrict to contracts during type checking. 2020-02-04 17:22:03 +01:00
mapping_simple.sol Extract some semantic tests 2020-01-28 11:59:44 +01:00
nested_tuples.sol Fix tuple assignments for empty tuples in Yul IR. 2020-04-15 11:10:52 +02:00
packing_signed_types.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
packing_unpacking_types.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
strings.sol Update tests for unicode literals 2020-07-27 18:21:17 +01:00
tuple_assign_multi_slot_grow.sol Fix tuple assignments with multi-slot components. 2020-04-07 18:39:25 +02:00
type_conversion_cleanup.sol Extracting more end-to-end tests. 2019-07-22 16:31:46 +02:00