solidity/test/libsolidity/syntaxTests
2018-04-20 17:40:48 +01:00
..
arrayLength Fix ConstantEvaluator to correctly handle single element tuples. 2018-04-11 18:30:34 +02:00
constants Add test to check ConstantEvaluator for pure non-rational functions. 2018-04-12 11:33:54 +02:00
constructor Warn about functions named "constructor". 2018-04-18 21:23:09 +02:00
functionCalls Check partial function parameters if rest is arbitrary. 2018-04-12 00:10:25 +02:00
functionTypes Properly cope with constructor headers. 2018-04-11 22:00:21 +02:00
inheritance Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
literalOperations Add tests for literal operations as well. 2018-04-11 23:20:40 +02:00
memberLookup Improve error message for failed member lookup. 2018-04-18 22:56:45 +01:00
modifiers Update expectations. 2018-04-11 22:00:21 +02:00
parsing Merge pull request #3875 from ethereum/constructorSelfRef 2018-04-13 18:39:31 +02:00
scoping Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
specialFunctions Allow struct encoding with new encoder. 2018-04-12 16:37:16 +02:00
structs/recursion Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
types Disallow explicit conversion of bytesXX to contract 2018-04-19 15:58:14 +02:00
viewPure Tests for view and pure. 2018-04-12 00:10:25 +02:00
virtualLookup Changelog entry. 2018-03-13 16:55:41 +01:00
visibility Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
constructor_this.sol Stricter check for member access to "this" in constructor. 2018-04-13 15:57:13 +02:00
deprecated_functions_050.sol Turn deprecated warnings for sha3/suicide into errors (experimental 0.5.0) 2018-04-20 17:40:48 +01:00
deprecated_functions.sol Extract syntax tests 2018-04-20 17:38:16 +01:00
docstring_empty_description.sol DocStringParser: Add Changelog entry and test case for empty descriptions. 2018-03-14 10:34:16 +01:00
double_stateVariable_declaration.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
double_variable_declaration_050.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
double_variable_declaration.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
empty_struct_050.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
empty_struct.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
literal_comparisons.sol Fix bug in typechecking when comparing rational literals 2018-04-11 12:03:08 +02:00
more_than_256_declarationerrors.sol Fix line numbers for errors. 2018-04-11 16:37:49 +02:00
more_than_256_syntaxerrors.sol Fix line numbers for errors. 2018-04-11 16:37:49 +02:00
signed_rational_modulus.sol Error on invalid arithmetic with constant expressions. 2018-04-11 21:17:10 +02:00
smoke_test.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
tight_packing_literals_050.sol Turn deprecated warnings for sha3/suicide into errors (experimental 0.5.0) 2018-04-20 17:40:48 +01:00
tight_packing_literals_fine.sol Update tight packing test cases 2018-04-20 12:01:51 +01:00
tight_packing_literals.sol Tests. 2018-04-12 00:10:25 +02:00