solidity/test/libsolidity/semanticTests/various
2022-06-23 14:41:12 -03:00
..
address_code_complex.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
address_code.sol Test updates. 2022-06-14 18:26:16 +02:00
assignment_to_const_var_involving_expression.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
balance.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
byte_optimization_bug.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
code_access_content.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
code_access_create.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
code_access_padding.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
code_access_runtime.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
code_length_contract_member.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
code_length.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
codebalance_assembly.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
codehash_assembly.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
codehash.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
contract_binary_dependencies.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
crazy_elementary_typenames_on_stack.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
cross_contract_types.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
decayed_tuple.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
destructuring_assignment.sol More gas adjustments. 2022-06-16 15:24:22 +02:00
empty_name_return_parameter.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
erc20.sol Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
external_types_in_calls.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
flipping_sign_tests.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
gasleft_decrease.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
gasleft_shadow_resolution.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
inline_member_init_inheritence.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
inline_member_init.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
inline_tuple_with_rational_numbers.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
iszero_bnot_correct.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
literal_empty_string.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
memory_overwrite.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
multi_modifiers.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
multi_variable_declaration.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
negative_stack_height.sol Update gas expectations 2021-11-15 16:32:45 +01:00
nested_calldata_struct_to_memory.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
nested_calldata_struct.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
positive_integers_to_signed.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
senders_balance.sol Update test expectations. 2022-05-23 13:37:50 +02:00
single_copy_with_multiple_inheritance.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
skip_dynamic_types_for_static_arrays_with_dynamic_elements.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
skip_dynamic_types_for_structs.sol More gas adjustments. 2022-06-16 15:24:22 +02:00
skip_dynamic_types.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
state_variable_local_variable_mixture.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
state_variable_under_contract_name.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
staticcall_for_view_and_pure_pre_byzantium.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
staticcall_for_view_and_pure.sol Update test expectations. 2022-05-23 13:37:50 +02:00
storage_string_as_mapping_key_without_variable.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
store_bytes.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
string_tuples.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
super_alone.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
super_parentheses.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
super.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
swap_in_storage_overwrite.sol Update test expectations. 2022-05-23 13:37:50 +02:00
test_underscore_in_hex.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
tuples.sol Remove empty settings. 2022-05-19 20:23:28 +02:00
typed_multi_variable_declaration.sol Remove // compileViaYul: also 2022-05-19 20:23:28 +02:00
value_complex.sol Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
value_insane.sol Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
write_storage_external.sol Remove empty settings. 2022-05-19 20:23:28 +02:00