solidity/test/libsolidity/syntaxTests
2020-07-20 15:18:23 +02:00
..
abstract Update tests. 2020-07-07 12:16:18 +02:00
array Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
bound Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constants Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constructor New tests. 2020-07-07 12:16:18 +02:00
controlFlow Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
conversion Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
dataLocations Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
denominations Promote gwei to a proper keyword. 2020-07-13 18:07:11 +02:00
emit Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
enums Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
events Disallow multiple events with same name and types. 2020-07-13 11:24:37 +02:00
fallback Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
functionCalls Merge pull request #9373 from ethereum/develop 2020-07-09 16:15:43 +02:00
functionTypes Update tests. 2020-07-07 12:16:18 +02:00
getter Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
globalFunctions Fix error IDs. 2020-06-22 18:56:32 +02:00
iceRegressionTests Merge pull request #9432 from ethereum/develop 2020-07-16 17:14:45 +02:00
immutable Update tests. 2020-07-07 12:16:18 +02:00
imports Cover cmdlineTests.sh errors 2020-07-09 14:39:05 +02:00
indexing Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
inheritance Update tests for new public var override rules 2020-07-20 15:18:23 +02:00
inline_arrays Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
inlineAssembly Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
largeTypes Refactor storageSizeUpperBound. 2020-07-14 10:45:02 +02:00
license Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
literalOperations Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
literals Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
lvalues Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
memberLookup Update tests. 2020-07-07 12:16:18 +02:00
metaTypes Update tests. 2020-07-07 12:16:18 +02:00
modifiers Update tests. 2020-07-07 12:16:18 +02:00
multiSource Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiVariableDeclaration Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
nameAndTypeResolution Issue state mutability restriction for overriding and not for virtual functions. 2020-07-16 17:19:35 +02:00
natspec Merge remote-tracking branch 'origin/develop' into breaking 2020-07-06 15:25:25 +02:00
parsing Removed specialized errors related to constant state mutability 2020-07-14 12:42:47 +05:30
pragma Fix pragma solidity version in antlr grammar 2020-06-23 02:25:21 +02:00
receiveEther Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
returnExpressions Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
scoping Remove visiblity of libraries in inherited contracts. 2020-07-09 16:38:29 +02:00
shifts Fix error IDs. 2020-06-22 18:56:32 +02:00
specialFunctions Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
string Add more tests for strings with unicode (escapes) 2020-07-13 20:43:30 +01:00
structs Tests, Docs and Changelog 2020-06-30 16:53:41 +05:30
tryCatch Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
tupleAssignments Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
types Merge pull request #9325 from ethereum/develop 2020-07-06 19:11:02 +02:00
unterminatedBlocks Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unusedVariables Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
variableDeclaration Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
viewPure Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
viewPureChecker Use .slot and .offest to access storage items. 2020-07-13 14:59:22 +02:00
virtualLookup Changelog entry. 2018-03-13 16:55:41 +01:00
visibility Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
bytecode_too_large.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
constructor_this.sol Update tests. 2020-07-07 12:16:18 +02:00
cycle_checker_function_type.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
deprecated_functions.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
double_stateVariable_declaration.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
double_variable_declaration.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
empty_struct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
literal_comparisons.sol Fix bug in typechecking when comparing rational literals 2018-04-11 12:03:08 +02:00
missing_functions_duplicate_bug.sol Update tests. 2020-07-07 12:16:18 +02:00
missing_state_variable.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
more_than_256_declarationerrors.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
more_than_256_importerrors.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
more_than_256_syntaxerrors.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
multiline_comments.sol Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00
signed_rational_modulus.sol Fix error IDs. 2020-06-22 18:56:32 +02:00
smoke_test.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
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 error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unexpected.sol Cover cmdlineTests.sh errors 2020-07-09 14:39:05 +02:00
unimplemented_super_function_derived.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
unimplemented_super_function.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
upper_case_hex_literals.sol Add syntax tests to augment the test coverage of 2018-09-20 23:02:44 +02:00