solidity/test/libsolidity/syntaxTests
2019-03-21 07:25:57 +01:00
..
array Allow calldata arrays with dynamically encoded base type. 2019-03-06 18:04:12 +01:00
bound Add assert and tests for bound functions 2018-11-22 14:41:39 +01:00
constants Cleanup 0.5.0 test cases 2018-08-06 12:03:00 +01:00
constructor Add tests to increase TypeChecker.cpp coverage 2019-02-13 16:31:26 +01:00
controlFlow Warn about unreachable code. 2019-01-10 10:36:50 +01:00
conversion Function type conversion test cases. 2018-11-08 10:51:51 +01:00
dataLocations Refactoring of the ControlFlowGraph and use for detecting all uninitialized storage accesses. 2018-12-12 04:20:53 +01:00
denominations
emit Disallow structs in events without ABIEncoderV2 2018-08-03 13:41:27 +02:00
events Syntax tests. 2019-02-11 11:37:48 +01:00
fallback Suggests external for fallback and interface functions. 2018-07-17 18:07:36 +02:00
functionCalls Fix function calls with named arguments for overloaded functions 2019-03-20 14:54:41 +01:00
functionTypes Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
getter Tests. 2018-11-28 14:11:51 +01:00
globalFunctions Report deprecation error on functions sha3 and suicide also without call. 2018-11-29 14:29:13 +01:00
indexing Fix crash for too large struct array indicies 2019-02-06 11:50:25 +01:00
inheritance Fix missing trailing dot in error message 2019-03-11 16:15:18 +01:00
inline_arrays Merge pull request #5550 from ethereum/moveSomeTests 2018-11-30 09:26:31 +01:00
inlineAssembly Do not ignore fatal error in AsmParser for inline assembly 2019-02-21 16:18:53 +00:00
literalOperations
memberLookup Issue error for callvalue in nonpayable function 2019-03-19 20:45:27 +01:00
metaTypes Provide access to the name of contracts. 2019-02-26 14:07:03 +00:00
modifiers Cleanup 0.5.0 test cases 2018-08-06 12:03:00 +01:00
multiVariableDeclaration Remove trailing whitespace in all contract files. 2018-08-01 21:57:12 +02:00
nameAndTypeResolution Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
natspec
parsing Disallow empty import statements 2019-01-28 13:52:15 +00: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 Do not exclude public state variables when looking for conflicting declarations. 2018-08-01 14:31:04 +02:00
specialFunctions Packed Encoding: Disallow types in v2 that aren't allowed in v1 2019-02-11 11:37:48 +01:00
string Adapting tests to Scanner's lexical error diagnostics change. 2018-11-24 12:59:37 +01:00
structs Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
tupleAssignments Remove remaining instances of `fillRight` left over from tuple wildcards assignments. 2018-08-07 18:51:53 +02:00
types Disallow internal function types as parameters for public/external library function 2019-03-21 07:25:57 +01:00
unterminatedBlocks Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00
variableDeclaration Changed error message and added tests 2018-09-04 11:48:58 +02:00
viewPure
viewPureChecker Add test with internal function 2019-03-19 20:45:27 +01:00
virtualLookup
visibility Cleanup 0.5.0 test cases 2018-08-06 12:03:00 +01:00
constructor_this.sol
deprecated_functions.sol Report deprecation error on functions sha3 and suicide also without call. 2018-11-29 14:29:13 +01:00
double_stateVariable_declaration.sol
double_variable_declaration.sol
empty_struct.sol
literal_comparisons.sol
missing_state_variable.sol Add missing period in the end of error messages 2018-07-16 16:11:39 +01:00
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
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 Fix internal compiler error for unimplemented base contract function. 2018-12-03 12:25:31 +01:00
unimplemented_super_function.sol Fix internal compiler error for unimplemented base contract function. 2018-12-03 12:25:31 +01:00
upper_case_hex_literals.sol Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00