solidity/test/libsolidity/syntaxTests
2019-02-25 23:05:33 +00:00
..
array Adds syntax test that covers arrays of contracts. 2019-02-25 23:05:33 +00:00
bound
constants
constructor Add tests to increase TypeChecker.cpp coverage 2019-02-13 16:31:26 +01:00
controlFlow
conversion
dataLocations
denominations
emit
events Syntax tests. 2019-02-11 11:37:48 +01:00
fallback
functionCalls
functionTypes Make sure "value" error hint is only displayed in the right context 2019-02-18 16:29:57 +01:00
getter
globalFunctions
indexing
inheritance Add tests to increase TypeChecker.cpp coverage 2019-02-13 16:31:26 +01:00
inline_arrays
inlineAssembly Do not ignore fatal error in AsmParser for inline assembly 2019-02-21 16:18:53 +00:00
literalOperations
memberLookup Fix error msg hint for non-payable contracts 2019-02-14 11:39:19 +01:00
metaTypes Detect custom type expressions that have no effect 2019-02-18 18:59:31 +01:00
modifiers
multiVariableDeclaration
nameAndTypeResolution Move inline assembly tests from nameAndTypeResolution to inlineAssembly 2019-02-20 11:00:02 +00:00
natspec
parsing
pragma
returnExpressions Add tests to increase coverage of TypeChecker 2019-02-06 20:45:30 +01:00
scoping
specialFunctions Packed Encoding: Disallow types in v2 that aren't allowed in v1 2019-02-11 11:37:48 +01:00
string
structs Disallow calldata arrays with dynamically encoded base types in TypeChecker. 2019-02-11 17:13:12 +01:00
tupleAssignments
types TypeChecker: Add test to increase coverage 2019-02-14 13:41:33 +01:00
unterminatedBlocks
variableDeclaration
viewPure
viewPureChecker
virtualLookup
visibility
constructor_this.sol
deprecated_functions.sol
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
signed_rational_modulus.sol
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unicode_escape_literals.sol
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol