solidity/test/libsolidity/syntaxTests/imports
2021-09-01 19:55:30 +02:00
..
alias_import_not_forwarded.sol Properly export symbols from aliased imports. 2021-09-01 19:55:30 +02:00
boost_filesystem_bug.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
circular_import.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
complex_import.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
declaration_not_found.sol Cover cmdlineTests.sh errors 2020-07-09 14:39:05 +02:00
filename_with_period.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
import_access_struct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
import_does_not_clutter_importee.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
import_is_transitive.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
importing_free_functions.sol Free functions. 2020-08-18 11:46:59 +02:00
inheritance_abi_encoder_match.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
inheritance_abi_encoder_mismatch_1.sol Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
inheritance_abi_encoder_mismatch_2.sol Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
library_name_clash_with_contract.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
library_name_clash.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiple_non_existent_file_names.sol SyntaxTest::filterObtainedErrors(): Remove hard-coded preamble to match changes in setupCompiler() 2021-01-18 16:17:06 +01:00
name_clash_in_import_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_4.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_5.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
name_clash_in_import_contract_struct_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_contract_struct_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_contract_struct_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_contract_struct_4.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_contract_struct_5.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
name_clash_in_import_enum_contract.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_enum_struct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_enum.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_4.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_5.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
name_clash_in_import_struct_contract_1.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_contract_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_contract_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_contract_4.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
name_clash_in_import_struct_contract_5.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
regular_import.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
relative_import_multiplex.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
relative_import.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
shadowing_builtins_with_alias.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
shadowing_builtins_with_imports.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
shadowing_builtins_with_multiple_imports.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
shadowing_via_import.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
simple_alias.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
smoke_test.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
transitive.sol Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00