solidity/test/libsolidity/syntaxTests
2021-05-31 11:25:08 +02:00
..
abiEncoder Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
abstract Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
array Adding syntax test for bytes to bytesNN conversion. 2021-04-23 13:19:19 +02:00
bound Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
bytecodeReferences Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
comments Fix a test for unicode direction override failing because of Windows line endings 2020-12-16 15:24:41 +01:00
constantEvaluator Fix ICE caused by const structs with mappings 2021-01-12 18:39:54 +01:00
constants Fix ICE caused by const structs with mappings 2021-01-12 18:39:54 +01:00
constructor Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
controlFlow Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
conversion Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
dataLocations Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
denominations Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
duplicateFunctions Tests/Docs after disallowing super, this and _ as declaration names 2020-11-25 11:14:13 +01:00
emit
enums Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
errors Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
events Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
fallback Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
freeFunctions Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
functionCalls Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
functionTypes Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
getter Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
globalFunctions Remove low-level log functions. 2020-10-22 17:50:14 +02:00
iceRegressionTests Fix ICE caused by const structs with mappings 2021-01-12 18:39:54 +01:00
immutable Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
imports Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
indexing Update tests 2020-12-14 19:32:31 +00:00
inheritance Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
inline_arrays
inlineAssembly Add verbatim builtin. 2021-04-26 19:56:44 +02:00
largeTypes Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
license Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
literalOperations Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
literals Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
lvalues Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
memberLookup Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
metaTypes Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
modifiers Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
multiSource Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
multiVariableDeclaration
nameAndTypeResolution Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
natspec Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
parsing Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
pragma Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
receiveEther Disallowing usage of msg.data in receive() function. 2020-12-08 11:49:20 +01:00
returnExpressions Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
revertStatement Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
scoping Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
shifts
specialFunctions Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
string Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
structs Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
super Make super unavailable in libraries. 2020-12-07 13:59:50 +01:00
tryCatch Error message: try-catch parameter cannot be in storage. 2021-05-31 11:25:08 +02:00
tupleAssignments Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
types Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
unchecked New tests. 2020-10-19 16:58:59 +02:00
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 Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02: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 Tests after changing type of super to TypeType 2020-11-10 15:38:21 +01:00
unimplemented_super_function.sol Tests after changing type of super to TypeType 2020-11-10 15:38:21 +01:00
upper_case_hex_literals.sol