solidity/test/libsolidity/syntaxTests
2020-05-27 18:31:56 +02:00
..
abstract
array Fix ICE when trying to decode too large static arrays 2020-05-26 19:36:18 +02:00
bound
constants
constructor Callvalue checks for implicit constructors. 2020-05-11 16:14:34 +02:00
controlFlow Checks for uninitialized access to calldata variables. 2020-05-26 10:51:13 +02:00
conversion Test for function with value setting 2020-05-12 15:21:13 +05:30
dataLocations Test updates. 2020-05-26 10:51:13 +02:00
denominations
emit
enums
events
fallback
functionCalls
functionTypes
getter
globalFunctions
iceRegressionTests Type Checker: Fix internal error when applying unary operators to tuples with empty components 2020-04-29 02:18:48 +02:00
immutable trigger error when runtimeCode is called on contracts with immutables 2020-05-07 15:10:04 +02:00
imports
indexing
inheritance Fix failure to find overload resolution when overrides are involved 2020-05-27 18:31:56 +02:00
inline_arrays Disallow non-namable types for inline arrays. 2020-05-26 18:17:35 +02:00
inlineAssembly Mark EVM instruction pc() as deprecated when used in inline assembly. 2020-05-27 12:07:23 +02:00
license Add new test. 2020-05-13 18:16:59 +02:00
literalOperations Fix exponentiation bug 2020-05-13 13:53:06 +05:30
literals
lvalues
memberLookup
metaTypes Changelog and tests 2020-05-11 15:29:05 +05:30
modifiers Tests, Changelog and updated grammar 2020-04-23 17:27:37 +05:30
multiSource
multiVariableDeclaration
nameAndTypeResolution Test updates. 2020-05-26 10:51:13 +02:00
natspec Fixed bug when two empty NatSpec comments led to scanning past EOL 2020-05-20 20:26:02 +05:30
parsing Disallow array slicing for arrays with dyanmically encoded base types. 2020-05-13 15:52:22 +02:00
pragma
receiveEther
returnExpressions
scoping
specialFunctions
string
structs Move direct struct recursion check to detect recursion in global structs. 2020-04-16 16:42:12 +02:00
tryCatch
tupleAssignments Disallow empty tuples on the left hand side 2020-04-23 07:02:04 +02:00
types Test updates. 2020-05-26 10:51:13 +02:00
unterminatedBlocks
unusedVariables
variableDeclaration
viewPure
viewPureChecker
virtualLookup
visibility
bytecode_too_large.sol
constructor_this.sol
cycle_checker_function_type.sol
deprecated_functions.sol
double_stateVariable_declaration.sol
double_variable_declaration.sol
empty_struct.sol
literal_comparisons.sol
missing_functions_duplicate_bug.sol run addMissingFunctions only once 2020-05-07 17:06:11 +02:00
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_importerrors.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