solidity/test/libsolidity/syntaxTests/imports
Bhargava Shastry 1ddfc7463a Tests: Do not remove filename from boost filesystem path for corner
cases.

Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
2021-02-22 10:32:41 +01:00
..
boost_filesystem_bug.sol Tests: Do not remove filename from boost filesystem path for corner 2021-02-22 10:32:41 +01:00
circular_import.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
complex_import.sol Extract some import tests. 2019-08-19 14:45:26 +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 Extract some import tests. 2019-08-19 14:45:26 +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 Extract some import tests. 2019-08-19 14:45:26 +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 Extract some import tests. 2019-08-19 14:45:26 +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 Import tests. 2019-09-02 11:17:57 +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 Import tests. 2019-09-02 11:17:57 +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 Import tests. 2019-09-02 11:17:57 +02:00
regular_import.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
relative_import_multiplex.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
relative_import.sol Extract some import tests. 2019-08-19 14:45:26 +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 Test updates after disallowing Integer -> Contract conversion 2020-12-03 17:53:00 +01:00
smoke_test.sol Extract some import tests. 2019-08-19 14:45:26 +02:00
transitive.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00