solidity/test/libsolidity/syntaxTests
2019-11-01 14:54:47 -05:00
..
abstract Update tests. 2019-11-01 14:54:47 -05:00
array Merge remote-tracking branch 'origin/develop' into HEAD 2019-10-28 12:12:52 +01:00
bound Add assert and tests for bound functions 2018-11-22 14:41:39 +01:00
constants Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
constructor Update tests. 2019-11-01 14:54:47 -05:00
controlFlow Update tests. 2019-11-01 14:54:47 -05:00
conversion Allow explicit conversion from address to address payable 2019-09-09 23:46:00 +02:00
dataLocations Update tests. 2019-11-01 14:54:47 -05:00
denominations
emit
enums Allow global enum definitions. 2019-09-02 11:52:51 +02:00
events Syntax tests. 2019-02-11 11:37:48 +01:00
fallback
functionCalls Fix function calls with named arguments for overloaded functions 2019-03-20 14:54:41 +01:00
functionTypes Add update suggestion. 2019-08-19 14:58:05 +02:00
getter Tests. 2018-11-28 14:11:51 +01:00
globalFunctions Add missing dots in deprecation warning 2019-10-23 12:23:21 +02:00
imports Merge branch 'origin/develop' into develop_060 2019-10-02 16:29:36 +02:00
indexing Fix crash for too large struct array indicies 2019-02-06 11:50:25 +01:00
inheritance Update tests. 2019-11-01 14:54:47 -05:00
inline_arrays Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
inlineAssembly Tests 2019-10-29 14:32:16 +01:00
literalOperations
literals Allow underscores in hex strings. 2019-09-06 17:58:35 +02:00
lvalues Better error messages when writing to expressions that cannot be written to. 2019-08-14 17:59:48 +02:00
memberLookup Fix assignment of struct containing array of mappings 2019-05-25 01:33:49 +08:00
metaTypes Update tests. 2019-11-01 14:54:47 -05:00
modifiers Update tests. 2019-11-01 14:54:47 -05:00
multiSource Support multiple sources for syntax tests. 2019-08-19 14:45:26 +02:00
multiVariableDeclaration Update tests. 2019-11-01 14:54:47 -05:00
nameAndTypeResolution Update tests. 2019-11-01 14:54:47 -05:00
natspec Update tests. 2019-11-01 14:54:47 -05:00
parsing Update tests. 2019-11-01 14:54:47 -05:00
pragma Add syntax tests for unknown / invalid pragma 2018-07-24 18:35:47 +01:00
returnExpressions Add tests to increase coverage of TypeChecker 2019-02-06 20:45:30 +01:00
scoping
specialFunctions Initial introduction of array slices with partial implementation for dynamic calldata arrays. 2019-09-13 10:57:53 +02:00
string Adapting tests to Scanner's lexical error diagnostics change. 2018-11-24 12:59:37 +01:00
structs Merge branch 'origin/develop' into develop_060 2019-10-02 16:29:36 +02:00
tryCatch Tests. 2019-09-23 17:22:56 +02:00
tupleAssignments
types Update tests. 2019-11-01 14:54:47 -05:00
unterminatedBlocks Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00
unusedVariables Tests. 2019-09-23 17:22:56 +02:00
variableDeclaration Changed error message and added tests 2018-09-04 11:48:58 +02:00
viewPure
viewPureChecker Implement override checking 2019-10-30 17:31:33 +01:00
virtualLookup
visibility Update tests. 2019-11-01 14:54:47 -05:00
constructor_this.sol Stricter check for member access to "this" in constructor. 2018-04-13 15:57:13 +02:00
deprecated_functions.sol Add missing dots in deprecation warning 2019-10-23 12:23:21 +02:00
double_stateVariable_declaration.sol
double_variable_declaration.sol
empty_struct.sol
literal_comparisons.sol
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_syntaxerrors.sol
multiline_comments.sol Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00
signed_rational_modulus.sol Compile succeeding syntax tests. 2019-08-16 17:14:49 +02:00
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unicode_escape_literals.sol Adapting tests to Scanner's lexical error diagnostics change. 2018-11-24 12:59:37 +01:00
unimplemented_super_function_derived.sol Update tests. 2019-11-01 14:54:47 -05:00
unimplemented_super_function.sol Update tests. 2019-11-01 14:54:47 -05:00
upper_case_hex_literals.sol Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00