solidity/test/libsolidity/semanticTests/structs
nishant-sachdeva 19a74506e3 trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files.
removed libevmone.so files from the directory

trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files. Corresponding code in the .cpp file has been commented instead of begin removed pending preliminary reviews

removed libevmone files

Added testcase packed_storage_structs_delete

added test case invalid_enum_logged

added test case enum_referencing

added test case memory_types_initialisation

added test case return string

added test case constant_string_literal.sol

removed extractable keyword from solidityEndtoEnd.cpp, moved copying_bytes_multiassigned.sol to array/copying folder, added recv() function to copying_bytes_multiassigned.sol but this test case is failing now

change typo error in the name of test case library_staticcall_delegatecal.sol to library_staticcall_delegatecall.sol

Added compileToEwasm:false to call_forward_bytes.sol test case and moved it to semanticTests/fallback

added compileToEwasm:false line to library_call_in_homestead

added compileToEwasm: false line to copying_bytes_multiassign, copy_from_calldata_removes_bytes, enum_referencing, library_call_in_homestead, struct_referencing

Added test case internal_types_in_library

Added test case mapping_arguments_in_library

Added test case mapping_returns_in_library

Added test case mapping_returns_in_library_named

Added test case using_library_mappings_public

Added test case library_function_external

Added test case library_stray_values

added test case using_library_mappings_return

added test case using_library_structs

Added test case using_for_function_on_struct and corrections to using_library_structs, using_library_mpapings_return, library_stray_values

Added test case using_for_overload

added test case using_for_by_name

added test case bound_function_in_function

added test case bound_function_in_var

added test case bound_function_to_string

added test case payable_function_calls_library

added function call corrections to copying_bytes_multiassign and call_forward_bytes

Made changes to the test cases as per comments on PR #12289

mentioned in Changelog.md : Extraced some test cases from SolEndToEnd.cpp
2021-12-16 16:56:38 +05:30
..
calldata Update tests. 2021-11-03 12:39:55 +01:00
conversion Update tests. 2021-11-03 12:39:55 +01:00
array_of_recursive_struct.sol
delete_struct.sol
event.sol [isoltest] Add support for events using call side-effects. 2021-05-27 23:21:55 -05:00
global.sol
lone_struct_array_type.sol
memory_struct_named_constructor.sol
memory_structs_as_function_args.sol
memory_structs_nested_load.sol Update tests. 2021-11-03 12:39:55 +01:00
memory_structs_nested.sol
memory_structs_read_write.sol
multislot_struct_allocation.sol
nested_struct_allocation.sol
packed_storage_structs_delete.sol Extracted some test cases from SolidityEndToEnd.cpp 2021-11-29 21:27:43 +05:30
recursive_struct_2.sol
recursive_structs.sol
simple_struct_allocation.sol
struct_assign_reference_to_struct.sol
struct_constructor_nested.sol
struct_containing_bytes_copy_and_delete.sol Update tests. 2021-11-03 12:39:55 +01:00
struct_copy_via_local.sol Update tests. 2021-11-03 12:39:55 +01:00
struct_copy.sol Update tests. 2021-11-03 12:39:55 +01:00
struct_delete_member.sol
struct_delete_storage_nested_small.sol Update tests. 2021-11-03 12:39:55 +01:00
struct_delete_storage_small.sol
struct_delete_storage_with_array.sol Update tests. 2021-11-03 12:39:55 +01:00
struct_delete_storage_with_arrays_small.sol Update tests. 2021-11-03 12:39:55 +01:00
struct_delete_storage.sol
struct_delete_struct_in_mapping.sol
struct_memory_to_storage_function_ptr.sol Update tests. 2021-11-03 12:39:55 +01:00
struct_memory_to_storage.sol
struct_named_constructor.sol
struct_reference.sol
struct_referencing.sol trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files. 2021-12-16 16:56:38 +05:30
struct_storage_push_zero_value.sol
struct_storage_to_mapping.sol
struct_storage_to_memory_function_ptr.sol
struct_storage_to_memory.sol
structs.sol Update tests. 2021-11-03 12:39:55 +01:00
using_for_function_on_struct.sol trial test cases extracted from SoliidityEndToEndTest.cpp into .sol files. 2021-12-16 16:56:38 +05:30