solidity/test/libsolidity/syntaxTests
2021-06-14 13:54:05 +02:00
..
abiEncoder
abstract
array Adding syntax test for bytes to bytesNN conversion. 2021-04-23 13:19:19 +02:00
bound
bytecodeReferences
comments
constantEvaluator
constants Fix infinite recursion in function call graph generator due to recursive constant references. 2021-06-08 16:39:30 +02:00
constructor
controlFlow Directly restart processing calling functions. 2021-06-14 13:54:05 +02:00
conversion Fix assertion preventing assignment of arrays of implicitly convertible function types 2021-06-03 08:56:02 +02:00
dataLocations
denominations
duplicateFunctions
emit
enums Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
errors Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
events Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
fallback
freeFunctions
functionCalls FunctionDefinition.resolveVirtual(): Skip unimplemented functions when lookup happens via super 2021-06-02 16:16:15 +02:00
functionTypes
getter
globalFunctions
iceRegressionTests Treat invalid external function type as a fatal error to prevent the type from being used 2021-06-02 21:44:39 +02:00
immutable
imports
indexing
inheritance Fix ICE related to receive function having parameters. 2021-06-03 13:08:57 +02:00
inline_arrays
inlineAssembly Add verbatim builtin. 2021-04-26 19:56:44 +02:00
largeTypes
license
literalOperations
literals
lvalues
memberLookup
metaTypes
modifiers Fixes ICE when overriding an implemented modifier with an unimplemented one. 2021-06-09 13:15:20 +02:00
multiSource ControlFlowAnalyser: Also consider called functions in a flow 2021-06-01 15:54:37 +02:00
multiVariableDeclaration Update test expectations. 2021-06-04 12:04:04 +02:00
nameAndTypeResolution Update test expectations. 2021-06-04 12:04:04 +02:00
natspec Fix: Allow multiple @return tags on public state variables 2021-06-07 15:16:46 +02:00
parsing
pragma
receiveEther Fix ICE related to receive function having parameters. 2021-06-03 13:08:57 +02:00
returnExpressions
revertStatement
scoping Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
shifts
specialFunctions
string
structs Extra tests for shadowing within function parameter lists 2021-06-09 12:37:12 +02:00
super
tryCatch Error message: try-catch parameter cannot be in storage. 2021-05-31 11:25:08 +02:00
tupleAssignments
types Errors about nested mapping in event parameter are fatal. 2021-06-03 11:02:27 +02:00
unchecked
underscore
unterminatedBlocks
unusedVariables
variableDeclaration
viewPureChecker Update test expectations. 2021-06-04 12:04:04 +02:00
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
duplicate_contract.sol
empty_struct.sol
literal_comparisons.sol
missing_functions_duplicate_bug.sol
missing_state_variable.sol
more_than_256_declarationerrors.sol
more_than_256_importerrors.sol
more_than_256_syntaxerrors.sol
multiline_comments.sol
negation.sol
signed_rational_modulus.sol
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unexpected.sol
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol