solidity/test/libsolidity/semanticTests/various
2020-11-17 11:06:25 +01:00
..
assignment_to_const_var_involving_expression.sol
balance.sol
byte_optimization_bug.sol
code_access_content.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-07-22 15:26:44 +02:00
code_access_create.sol
code_access_padding.sol
code_access_runtime.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-07-22 15:26:44 +02:00
codebalance_assembly.sol Add more semantic tests for balance/extcodehash 2020-09-24 19:04:27 +01:00
codehash_assembly.sol Add more semantic tests for balance/extcodehash 2020-09-24 19:04:27 +01:00
contract_binary_dependencies.sol
crazy_elementary_typenames_on_stack.sol
cross_contract_types.sol
decayed_tuple.sol
destructuring_assignment.sol Copy byte array to storage. 2020-10-29 18:53:15 +01:00
empty_name_return_parameter.sol
external_types_in_calls.sol
flipping_sign_tests.sol
gasleft_decrease.sol
gasleft_shadow_resolution.sol
inline_member_init_inheritence.sol
inline_member_init.sol
inline_tuple_with_rational_numbers.sol Update tests. 2020-07-20 17:17:19 +02:00
iszero_bnot_correct.sol
literal_empty_string.sol
memory_overwrite.sol
multi_modifiers.sol
multi_variable_declaration.sol
negative_stack_height.sol
nested_calldata_struct_to_memory.sol [Sol->Yul] Implementing struct copying from calldata to memory. 2020-08-11 16:18:06 +02:00
nested_calldata_struct.sol
positive_integers_to_signed.sol
senders_balance.sol
single_copy_with_multiple_inheritance.sol
skip_dynamic_types_for_static_arrays_with_dynamic_elements.sol Implement internal functions in storage. 2020-11-02 23:10:03 +01:00
skip_dynamic_types_for_structs.sol
skip_dynamic_types.sol
state_variable_local_variable_mixture.sol
state_variable_under_contract_name.sol
staticcall_for_view_and_pure_pre_byzantium.sol
staticcall_for_view_and_pure.sol
storage_string_as_mapping_key_without_variable.sol
store_bytes.sol Copy byte array to storage. 2020-10-29 18:53:15 +01:00
string_tuples.sol
super_alone.sol
super_parentheses.sol Implement `super`. 2020-09-02 11:00:42 +02:00
super.sol Implement `super`. 2020-09-02 11:00:42 +02:00
swap_in_storage_overwrite.sol Copying structs from storage to storage. 2020-11-17 11:06:25 +01:00
test_underscore_in_hex.sol
tuples.sol
typed_multi_variable_declaration.sol [Sol->Yul] Implementing conversion of struct to struct pointer. 2020-10-08 16:37:57 +02:00
value_complex.sol
value_insane.sol
write_storage_external.sol