solidity/test/libsolidity/syntaxTests
2018-12-03 10:46:03 +01:00
..
array Fixes crash while encoding too large arrays. 2018-10-30 15:14:57 +01:00
bound Add assert and tests for bound functions 2018-11-22 14:41:39 +01:00
constants
constructor Test. 2018-11-30 16:30:19 +01:00
controlFlow Ignore unimplemented functions for storage returns. 2018-11-13 12:18:22 +01:00
conversion Function type conversion test cases. 2018-11-08 10:51:51 +01:00
dataLocations
denominations
emit
events
fallback
functionCalls
functionTypes Fix ICE when function type struct parameter has field of non-existent type 2018-11-29 10:38:47 +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 Adds syntax tests for array index access. 2018-10-10 23:18:32 +02:00
inheritance Public state variables are implementing external functions. 2018-12-03 10:46:03 +01:00
inline_arrays Merge pull request #5550 from ethereum/moveSomeTests 2018-11-30 09:26:31 +01:00
inlineAssembly Adapting tests to Scanner's lexical error diagnostics change. 2018-11-24 12:59:37 +01:00
literalOperations
memberLookup Fix bug related to state variables of function type accessed via base contract. 2018-11-29 19:30:27 +01:00
modifiers
multiVariableDeclaration
nameAndTypeResolution Move inline array tests. 2018-11-29 19:49:38 +01:00
natspec
parsing Adapting tests to Scanner's lexical error diagnostics change. 2018-11-24 12:59:37 +01:00
pragma
returnExpressions
scoping
specialFunctions
string Adapting tests to Scanner's lexical error diagnostics change. 2018-11-24 12:59:37 +01:00
structs/recursion Test. 2018-11-30 16:30:19 +01:00
tupleAssignments
types Allow mapping arguments for public and external library functions. 2018-11-26 16:31:46 +01:00
unterminatedBlocks
variableDeclaration
viewPure
viewPureChecker
virtualLookup
visibility
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
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 Adapting tests to Scanner's lexical error diagnostics change. 2018-11-24 12:59:37 +01:00
upper_case_hex_literals.sol