solidity/test/libsolidity/syntaxTests
2018-06-26 10:40:26 +02:00
..
array Adds syntax tests, documentation and changelog entry. 2018-05-30 17:43:20 +02:00
constants Split warning for multi arguments for hash functions 2018-05-16 11:12:25 +02:00
constructor Warn about functions named "constructor". 2018-04-18 21:23:09 +02:00
controlFlow/storageReturn Update control flow graph. 2018-05-16 18:32:48 +02:00
dataLocations Allow using calldata keyword to specify data location 2018-05-30 18:05:55 +08:00
denominations Disallow the years unit denomination properly 2018-06-21 20:21:02 +02:00
fallback Replace constant with view in the tests. 2018-05-09 15:07:47 +02:00
functionCalls Check partial function parameters if rest is arbitrary. 2018-04-12 00:10:25 +02:00
functionTypes test: Adapted to the change of the var-keyword elimination. 2018-06-26 10:40:26 +02:00
inheritance Replace constant with view in the tests. 2018-05-09 15:07:47 +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 C99 scoping rules by default 2018-06-20 12:53:38 +02:00
multiVariableDeclaration test: drop obsoleted syntaxTest(s) 2018-06-26 10:40:25 +02:00
nameAndTypeResolution test: Adapted to the change of the var-keyword elimination. 2018-06-26 10:40:26 +02:00
natspec docstring: add missing space 2018-04-23 21:47:53 +00:00
parsing test: Adapted to the change of the var-keyword elimination. 2018-06-26 10:40:26 +02:00
scoping C99 scoping rules by default 2018-06-20 12:53:38 +02:00
specialFunctions Enforce disallowing empty structs 2018-06-14 00:24:43 +01:00
structs/recursion Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
tupleAssignments test: Adapted to the change of the var-keyword elimination. 2018-06-26 10:40:26 +02:00
types Disallow conversions between bytesX and uintY of different size. 2018-05-16 18:32:47 +02:00
viewPure Tests for view and pure. 2018-04-12 00:10:25 +02:00
viewPureChecker Extract test cases from ViewPureChecker 2018-06-06 15:41:41 +01: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.sol Update tests for strict address literals 2018-06-25 16:17:50 +02:00
double_stateVariable_declaration.sol Add source locations to syntax test expectations. 2018-04-10 14:08:22 +02:00
double_variable_declaration.sol C99 scoping rules by default 2018-06-20 12:53:38 +02:00
emit_non_event.sol Show proper error when trying to emit a non-event 2018-05-04 12:47:01 +02:00
empty_struct.sol Enforce disallowing empty structs 2018-06-14 00:24:43 +01:00
literal_comparisons.sol Fix bug in typechecking when comparing rational literals 2018-04-11 12:03:08 +02:00
missing_state_variable.sol Replace constant with view in the tests. 2018-05-09 15:07:47 +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 Split warning for multi arguments for hash functions 2018-05-16 11:12:25 +02:00
tight_packing_literals_fine.sol Disallow sha3/suicide aliases 2018-06-12 18:16:18 +01:00
tight_packing_literals.sol Disallow sha3/suicide aliases 2018-06-12 18:16:18 +01:00