solidity/test/libsolidity/syntaxTests/types
2020-07-20 17:22:04 +02:00
..
address Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contractTypeType/members Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_types Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
mapping Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
array_index_too_large.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bool_ops.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytes0.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytes1_to_uint256.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytes32_to_uint32.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytes33.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytes256.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytes_to_contract.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytes_to_uint_same_size.sol Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
bytesm.sol Disallow ambiguous conversions between number literals and bytesXX types. 2018-08-13 14:27:01 +02:00
bytesXX_index_assign.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
call_unimplemented_internal_function.sol Clean up visibility via contract name and fix ICE on calling unimplemented base function. 2020-01-16 19:13:04 +01:00
constant_of_invalid_function_type.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_to_base_base.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
contract_to_base.sol Disallow conversion between unrelated contract types. 2018-08-01 11:04:35 +01:00
contract_to_derived.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
contract_to_unrelated_contract.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
cyclic_dependency_check_on_consts_exhausted.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
cyclic_dependency_check_on_consts_good.sol Adds positive/negative tests for checking error on cyclic dependency checker exhaustion 2018-08-01 12:04:08 +01:00
cyclic_dependency_check_on_struct_exhausted.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
cyclic_dependency_check_on_struct_good.sol Adds positive/negative tests for checking error on cyclic dependency checker exhaustion 2018-08-01 12:04:08 +01:00
decimal_literal_to_bytesXX_explicit.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
decimal_literal_to_bytesXX_implicit.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
empty_tuple_event.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
empty_tuple_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
empty_tuple_lvalue_array.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
empty_tuple_lvalue.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
encoding_fractional_abiencoderv2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
encoding_fractional.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
encoding_packed_fractional_abiencoderv2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
encoding_packed_fractional.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_call_fail2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
function_call_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
global_struct_recursive.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
hex_literal_to_bytesXX_different_size_explicit.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
hex_literal_to_bytesXX_different_size_implicit.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
hex_literal_to_bytesXX_same_size_explicit.sol Disallow ambiguous conversions between number literals and bytesXX types. 2018-08-13 14:27:01 +02:00
hex_literal_to_bytesXX_same_size_implicit.sol Disallow ambiguous conversions between number literals and bytesXX types. 2018-08-13 14:27:01 +02:00
index_access_for_bytes.sol Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
library_function_selector_internal.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
library_function_selector_private_inside.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
library_function_selector_private_outside.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
library_function_selector_view_pure.sol Add selector member to public and external library functions. 2019-11-15 16:12:29 +01:00
library_function_selector.sol Add selector member to public and external library functions. 2019-11-15 16:12:29 +01:00
library_internal_call.sol Clean up visibility via contract name and fix ICE on calling unimplemented base function. 2020-01-16 19:13:04 +01:00
library_to_address_payable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
library_to_address.sol Allow obtaining the address of a library by conversion to `address`. 2019-11-12 17:09:13 +01:00
no_singleton_tuple.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_negative_numerator_negative_exp.sol Fix negative denominator in `boost::rational` during exponentiation. 2018-11-06 10:52:10 +01:00
rational_number_array_index_limit.sol Add variable name to the "Variable covers a large part of storage ...." message 2020-07-06 13:49:09 +02:00
rational_number_bitshift_limit.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_number_div_limit.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_number_exp_limit_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_number_exp_limit_fine.sol Split test case into failing and succeeding case. 2018-07-11 15:37:37 +02:00
rational_number_huge_fail.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_number_huge.sol Fixes large rational number literals being wrongly interpreted. 2018-10-09 14:36:49 +02:00
rational_number_literal_limit_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_number_literal_limit_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_number_literal_limit_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_number_literal_to_fixed_implicit.sol Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
rational_number_mul_limit.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_number_signed_to_unsigned.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
rational_number_too_large.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
struct_mapping_recursion.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
too_small_negative_numbers.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
uint32_to_bytes32.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
uint256_to_bytes1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unnamed_tuple_decl.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
var_decl_val_mismatch.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
var_empty_decl_1.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
var_empty_decl_2.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
var_empty_decl_3.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
var_type_invalid_rational.sol Remove special treatment of `var`. 2020-07-20 17:22:04 +02:00
zero_literal_to_bytesXX_explicit.sol Disallow ambiguous conversions between number literals and bytesXX types. 2018-08-13 14:27:01 +02:00
zero_literal_to_bytesXX_implicit.sol Disallow ambiguous conversions between number literals and bytesXX types. 2018-08-13 14:27:01 +02:00