solidity/test/libsolidity/syntaxTests
2018-07-18 14:29:01 +02:00
..
array Add missing period in the end of error messages 2018-07-16 16:11:39 +01:00
constants Only allow compile-time constants for constant state variables. 2018-07-03 23:03:26 +02:00
constructor Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
controlFlow/storageReturn Deprecate the throw statement 2018-07-16 15:33:20 +02:00
dataLocations Update test wrt requiring storage locations. 2018-07-12 12:54:42 +02:00
denominations Enforce error on hex number combined with unit denomination 2018-07-09 17:19:41 +02:00
fallback Suggests external for fallback and interface functions. 2018-07-17 18:07:36 +02:00
functionCalls libsolidity/syntaxTests: Add a test case for unwanted named arguments. 2018-07-10 14:10:09 +02:00
functionTypes Adjusts syntax tests to new constructor syntax. 2018-07-18 14:29:01 +02:00
globalFunctions Also mention regular abi.encode in error message. 2018-06-27 15:00:34 +02:00
inheritance Cleans up syntax test. 2018-07-11 13:26:52 +02:00
inlineAssembly Update tests. 2018-07-03 22:51:55 +02:00
literalOperations
memberLookup Add missing period in the end of error messages 2018-07-16 16:11:39 +01:00
modifiers Disallow constructor arguments given multiple times. 2018-06-29 16:11:21 +02:00
multiVariableDeclaration Update tests. 2018-07-12 20:33:52 +02:00
nameAndTypeResolution Removes obsolete syntax tests. 2018-07-17 19:30:15 +02:00
natspec docstring: add missing space 2018-04-23 21:47:53 +00:00
parsing Add missing period in the end of error messages 2018-07-16 16:11:39 +01:00
scoping Fix crash for double variable declaration in the same scope. 2018-07-10 18:54:46 +02:00
specialFunctions Enforcing error on msg.gas and block.blockhash() 2018-07-04 11:42:05 +02:00
structs/recursion Add test cases. 2018-07-12 20:14:31 +02:00
tupleAssignments Update tests. 2018-07-12 20:33:52 +02:00
types Update tests. 2018-07-12 20:33:52 +02:00
viewPure Added default data locations to parameters for syntax tests. 2018-07-11 20:24:50 -05:00
viewPureChecker Extend view pure test suite. 2018-07-04 11:25:45 +02:00
virtualLookup
visibility Adds comment about reasoning behind syntax test. 2018-07-17 20:06:07 +02:00
constructor_this.sol
deprecated_functions.sol Adjust tests. 2018-06-25 17:17:18 +02:00
double_stateVariable_declaration.sol
double_variable_declaration.sol C99 scoping rules by default 2018-06-20 12:53:38 +02:00
emit_non_event.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
empty_struct.sol Enforce disallowing empty structs 2018-06-14 00:24:43 +01:00
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 Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
more_than_256_syntaxerrors.sol Adds default visibility specifier to syntax tests. 2018-07-04 10:45:59 +02:00
signed_rational_modulus.sol
smoke_test.sol
tight_packing_literals_fine.sol Added default data locations to parameters for syntax tests. 2018-07-11 20:24:50 -05:00
tight_packing_literals.sol Added default data locations to parameters for syntax tests. 2018-07-11 20:24:50 -05:00