solidity/test/libsolidity/semanticTests/libraries
Kamil Śliwak 3c7112ed2b Remove the assertion against functions bound to types for which should not be possible
- The list was wrong - we do support string and int literals
- The assertion was meant to guard against silently skipping over types for which there is no special handling. The current code handles everything in a generic way though and likely will not have to be adjusted for newly added types so the risk of that happening is low.
2021-06-02 13:59:42 +02:00
..
bound_returning_calldata_external.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
bound_returning_calldata.sol Update tests 2020-12-14 19:32:31 +00:00
bound_to_calldata_external.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
bound_to_calldata.sol Update tests 2020-12-14 19:32:31 +00:00
external_call_with_function_pointer_parameter.sol
external_call_with_storage_array_parameter.sol
external_call_with_storage_mapping_parameter.sol Enable tests. 2021-01-11 14:51:33 +01:00
internal_call_bound_with_parentheses1.sol Add test to cover (L.f)() case 2020-12-01 12:02:29 +01:00
internal_call_bound_with_parentheses.sol
internal_library_function_bound_to_address_named_send_transfer.sol
internal_library_function_bound_to_address.sol Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
internal_library_function_bound_to_array_named_pop_push.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound_to_bool.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound_to_contract.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound_to_dynamic_array.sol
internal_library_function_bound_to_enum.sol
internal_library_function_bound_to_external_function.sol
internal_library_function_bound_to_fixed_array.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound_to_fixed_bytes.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound_to_function_named_selector.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound_to_integer.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound_to_interface.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound_to_internal_function.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound_to_literal.sol Remove the assertion against functions bound to types for which should not be possible 2021-06-02 13:59:42 +02:00
internal_library_function_bound_to_mapping.sol
internal_library_function_bound_to_storage_string.sol
internal_library_function_bound_to_string.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00
internal_library_function_bound.sol
internal_library_function_calling_private.sol
internal_library_function_pointer.sol
internal_library_function_return_var_size.sol
internal_library_function.sol
library_address_homestead.sol
library_address_via_module.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
library_address.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
library_delegatecall_guard_pure.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
library_delegatecall_guard_view_needed.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
library_delegatecall_guard_view_not_needed.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
library_delegatecall_guard_view_staticcall.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
library_enum_as_an_expression.sol
library_function_selectors_struct.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
library_function_selectors.sol Trivial isoltest updates: directives sorted alphabetically 2021-04-20 17:21:56 +02:00
library_return_struct_with_mapping.sol Enable some tests. 2021-01-11 20:37:45 +01:00
library_struct_as_an_expression.sol
stub_internal.sol
stub.sol
using_for_function_on_int.sol Extract some tests. 2021-01-13 23:45:51 +01:00
using_for_storage_structs.sol Disable some ewasm tests. 2021-01-11 20:37:45 +01:00