solidity/test/libsolidity/semanticTests/various
2020-11-26 11:46:31 +01:00
..
assignment_to_const_var_involving_expression.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
balance.sol Update tests. 2020-07-07 12:16:18 +02:00
byte_optimization_bug.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
code_access_content.sol Merge remote-tracking branch 'origin/develop' into breaking 2020-07-22 15:26:44 +02:00
code_access_create.sol Update tests. 2020-07-07 12:16:18 +02:00
code_access_padding.sol Sort tests. 2020-03-19 14:42:25 +01:00
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 [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
crazy_elementary_typenames_on_stack.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
cross_contract_types.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
decayed_tuple.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
destructuring_assignment.sol Copy byte array to storage. 2020-10-29 18:53:15 +01:00
empty_name_return_parameter.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
external_types_in_calls.sol Update tests. 2020-07-07 12:16:18 +02:00
flipping_sign_tests.sol Sort tests. 2020-03-19 14:42:25 +01:00
gasleft_decrease.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
gasleft_shadow_resolution.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
inline_member_init_inheritence.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
inline_member_init.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
inline_tuple_with_rational_numbers.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
iszero_bnot_correct.sol Sort tests. 2020-03-19 14:42:25 +01:00
literal_empty_string.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
memory_overwrite.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
multi_modifiers.sol Move files. 2020-03-26 17:47:36 +01:00
multi_variable_declaration.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
negative_stack_height.sol Update tests. 2020-07-20 15:40:58 +02:00
nested_calldata_struct_to_memory.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
nested_calldata_struct.sol [Sol->Yul] Implementing member access to arrays in calldata structs. 2020-11-26 11:46:31 +01:00
positive_integers_to_signed.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
senders_balance.sol Update tests. 2020-07-07 12:16:18 +02:00
single_copy_with_multiple_inheritance.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
skip_dynamic_types_for_static_arrays_with_dynamic_elements.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
skip_dynamic_types_for_structs.sol Sort tests. 2020-03-19 14:42:25 +01:00
skip_dynamic_types.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
state_variable_local_variable_mixture.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
state_variable_under_contract_name.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
staticcall_for_view_and_pure_pre_byzantium.sol Support bare calls. 2020-05-11 15:11:46 +02:00
staticcall_for_view_and_pure.sol [Sol->Yul] Enabling creation function call 2020-04-27 16:15:57 +02:00
storage_string_as_mapping_key_without_variable.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
store_bytes.sol Copy byte array to storage. 2020-10-29 18:53:15 +01:00
string_tuples.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
super_alone.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
super_parentheses.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
super.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
swap_in_storage_overwrite.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
test_underscore_in_hex.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
tuples.sol [isoltest] Enforcing compileViaYul to be set if test can pass via yul 2020-05-05 00:38:13 +02:00
typed_multi_variable_declaration.sol [ewasm] Polyfill: calldataload & calldatacopy: Enable Tests. 2020-11-21 08:57:56 -05:00
value_complex.sol Update tests. 2020-07-07 12:16:18 +02:00
value_insane.sol Update tests. 2020-07-07 12:16:18 +02:00
write_storage_external.sol [Sol->Yul] Enabling creation function call 2020-04-27 16:15:57 +02:00