solidity/test/libsolidity/syntaxTests
2023-04-07 14:48:13 +02:00
..
abiEncoder Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
abstract
array Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
bytecodeReferences
comments
constantEvaluator Fix genetic algorithms CI failure 2022-01-17 13:35:07 +01:00
constants User-defined operators: Tests 2023-02-22 00:40:03 +01:00
constructor Only suggest removing parentheses from a construction call if they're empty 2023-02-15 14:27:03 +01:00
controlFlow User-defined operators: Tests 2023-02-22 00:40:03 +01:00
conversion Error message tweak: built-in unary/binary operator 2022-11-07 17:13:41 +01:00
dataLocations
denominations Tests for literal denominations with non-integer literals 2023-04-07 14:48:13 +02:00
duplicateFunctions
emit
enums Fix shadowing struct types by struct member names 2021-06-09 12:37:11 +02:00
errors Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
events Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
fallback
freeFunctions Added missing keyword unicode to Lexer 2023-03-28 13:51:43 -03:00
functionCalls Better error message when trying to call things that are not functions 2023-04-04 17:30:37 +02:00
functionTypes Consistent terminology for attached/bound functions (file rename) 2022-12-07 19:31:44 +01:00
getter
globalFunctions
iceRegressionTests Error message tweak: built-in unary/binary operator 2022-11-07 17:13:41 +01:00
immutable Fix ICE caused by an immutable struct 2022-06-07 10:29:45 +02:00
imports Properly export symbols from aliased imports. 2021-09-01 19:55:30 +02:00
indexing Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
inheritance Only suggest removing parentheses from a construction call if they're empty 2023-02-15 14:27:03 +01:00
inline_arrays
inlineAssembly Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
largeTypes
license Properly detect multiple licenses and validate them. 2021-09-16 11:18:26 +02:00
literalOperations Error message tweak: built-in unary/binary operator 2022-11-07 17:13:41 +01:00
literals Refactored NumberUnit and FunctionDefinition. Added OctalNumber. Fixed number followed by identifier with no whitespace. 2023-03-24 16:19:33 -03:00
lvalues
memberLookup Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
metaTypes Error message tweak: built-in unary/binary operator 2022-11-07 17:13:41 +01:00
modifiers Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
multiSource Make error message less confusing 2022-02-17 16:52:36 +01:00
multiVariableDeclaration Update test expectations. 2021-06-04 12:04:04 +02:00
nameAndTypeResolution Better error message when trying to call things that are not functions 2023-04-04 17:30:37 +02:00
natspec Adds natspec to AST for enum definition. 2023-04-05 14:58:32 +02:00
operators User-defined operators: Tests 2023-02-22 00:40:03 +01:00
parsing Added missing keyword unicode to Lexer 2023-03-28 13:51:43 -03:00
pragma Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
receiveEther Fix ICE related to receive function having parameters. 2021-06-03 13:08:57 +02:00
returnExpressions
revertStatement
scoping Better error message when trying to call things that are not functions 2023-04-04 17:30:37 +02:00
shifts Fix typo in test name: singed -> signed 2023-02-21 21:30:03 +01:00
specialFunctions Consistent terminology for attached/bound functions 2022-12-07 19:31:41 +01:00
string Changed error message for for Unicode character in non-unicode string literal 2022-06-15 16:12:24 +05:30
structs Make the message about name not referring to a user-defined type more generic 2022-11-04 08:46:53 +01:00
super
tryCatch Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
tupleAssignments Better error message when trying to call things that are not functions 2023-04-04 17:30:37 +02:00
types Better error message when trying to call things that are not functions 2023-04-04 17:30:37 +02:00
unchecked
underscore
unterminatedBlocks
unusedVariables
userDefinedValueType Tests for using enums and fixed-point types as user-defined types 2023-02-21 23:42:22 +01:00
using User-defined operators: Tests 2023-02-22 00:40:03 +01:00
variableDeclaration
viewPureChecker User-defined operators: Tests 2023-02-22 00:40:03 +01:00
virtualLookup
visibility Additional tests for edge cases for mutability, visibility, location, experimental, global, indexed and anonymous 2023-01-20 20:05:36 +01:00
bytecode_too_large_abiencoder_v1.sol Update naming of Mainnet 2022-06-30 16:47:11 +02:00
bytecode_too_large_byzantium.sol Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
bytecode_too_large_homestead.sol Improve error message for contract size limit error 2021-10-27 20:06:53 +02:00
bytecode_too_large.sol Fix wrong cleanup when copying from calldata to memory 2022-08-08 13:07:16 +02:00
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 Error message tweak: built-in unary/binary operator 2022-11-07 17:13:41 +01:00
signed_rational_modulus.sol Error message tweak: built-in unary/binary operator 2022-11-07 17:13:41 +01:00
smoke_test.sol
tight_packing_literals_fine.sol
tight_packing_literals.sol
unexpected.sol fix(parser): error for unexpected token 2022-04-29 16:13:04 +04:00
unimplemented_super_function_derived.sol
unimplemented_super_function.sol
upper_case_hex_literals.sol