solidity/test/libsolidity/syntaxTests
2020-12-18 11:50:37 +00:00
..
abiEncoder Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +01:00
abstract
array Merge pull request #10605 from ethereum/develop 2020-12-15 14:01:01 +01:00
bound
comments Fix a test for unicode direction override failing because of Windows line endings 2020-12-16 15:24:41 +01:00
constantEvaluator Fix bug in constant evaluator. 2020-12-09 15:50:53 +01:00
constants
constructor Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
controlFlow
conversion Disallow conversion to super. 2020-12-01 14:15:50 +01:00
dataLocations
denominations
duplicateFunctions Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
emit
enums Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
events Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +01:00
fallback
freeFunctions Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
functionCalls
functionTypes Merge remote-tracking branch 'origin/develop' into breaking 2020-12-14 11:33:40 +01:00
getter Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
globalFunctions
iceRegressionTests Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
immutable Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
imports Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
indexing Update tests 2020-12-14 19:32:31 +00:00
inheritance Merge remote-tracking branch 'origin/develop' into breaking 2020-11-24 16:22:03 +01:00
inline_arrays
inlineAssembly Merge pull request #10618 from ethereum/develop 2020-12-16 12:34:41 +01:00
largeTypes
license
literalOperations
literals Scanner: Generate error on inbalanced RLO/LRO/PDF override markers. 2020-12-15 18:40:51 +01:00
lvalues Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
memberLookup Tests/Docs: changing type of msg.sender and tx.origin into address 2020-12-14 16:55:48 +01:00
metaTypes Disallow meta type on super. 2020-12-02 15:43:18 +01:00
modifiers Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
multiSource
multiVariableDeclaration
nameAndTypeResolution Tests after disallowing some explicit payable conversions 2020-12-15 15:01:40 +01:00
natspec Fix segfault for empty @return tags in modifiers 2020-12-10 11:54:40 +01:00
parsing Update tests 2020-12-14 19:32:31 +00:00
pragma Report meaningful error if parsing a version pragma failed 2020-12-18 11:50:37 +00:00
receiveEther Disallowing usage of msg.data in receive() function. 2020-12-08 11:49:20 +01:00
returnExpressions
scoping
shifts
specialFunctions Explicitly set coder to v1 for syntax tests. 2020-12-09 15:25:15 +01:00
string Remove the \b, \f, \v escape sequences from the Scanner 2020-12-07 21:10:03 +00:00
structs Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
super Make super unavailable in libraries. 2020-12-07 13:59:50 +01:00
tryCatch Disallow meta type on super. 2020-12-02 15:43:18 +01:00
tupleAssignments
types Tests after disallowing some explicit payable conversions 2020-12-15 15:01:40 +01:00
unchecked
underscore Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
unterminatedBlocks
unusedVariables
variableDeclaration Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
viewPureChecker Tests after making all explicit address conversions as non-payable 2020-12-14 18:46:01 +01:00
virtualLookup
visibility
bytecode_too_large.sol
constructor_this.sol
cycle_checker_function_type.sol
deprecated_functions.sol Tests/Docs: changing type of msg.sender and tx.origin into address 2020-12-14 16:55:48 +01:00
double_stateVariable_declaration.sol
double_variable_declaration.sol
duplicate_contract.sol
empty_struct.sol
literal_comparisons.sol
missing_functions_duplicate_bug.sol Use new abicoder pragma. 2020-11-24 14:57:45 +01:00
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