aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity
Commit message (Collapse)AuthorAgeFilesLines
* Adds comment about reasoning behind syntax test.Erik Kundt2018-07-181-3/+5
|
* Removes obsolete syntax tests.Erik Kundt2018-07-182-10/+0
|
* Suggests external for fallback and interface functions.chriseth2018-07-187-6/+16
|
* Adjusts tests to expect type errors on default visibility.Erik Kundt2018-07-187-18/+7
|
* Add missing period in the end of error messagesLeonardo Alt2018-07-1633-33/+33
|
* Merge pull request #4481 from ethereum/disallow-throwchriseth2018-07-164-26/+9
|\ | | | | [BREAKING] Deprecate the throw statement
| * Replace throw with revert() in end-to-end testsAlex Beregszaszi2018-07-161-8/+8
| |
| * Deprecate the throw statementAlex Beregszaszi2018-07-163-18/+1
| |
* | Fixes end-to-end tests.Erik Kundt2018-07-163-15/+15
| |
* | Specifies visibility in syntax test.Erik Kundt2018-07-161-3/+3
| |
* | Specifies visibility in unit tests.Erik Kundt2018-07-167-127/+127
|/
* Merge pull request #4500 from ethereum/v050-interface-functions-must-be-externalchriseth2018-07-1610-15/+11
|\ | | | | [BREAKING] interface functions must be external
| * enforce interface-functions to be external-declaredChristian Parpart2018-07-1610-15/+11
| | | | | | | | | | | | | | | | - libsolidity: Enforce interface-functions must be external-declared. - Changelog adapted to reflect changes wrt. functions in interfaces. - test: Adjustments according to prior interface-function changes. - tests: Adapting SolidityEndToEndTest to interface-function change. - docs: Adapted documentation to interface-function change.
* | Added default data locations to parameters for end to end tests.Chase McDermott2018-07-168-199/+199
|/
* Merge pull request #4501 from ethereum/recursiveStructsWithFixedArrayschriseth2018-07-1312-0/+139
|\ | | | | Consider fixed-size arrays when checking for recursive structs.
| * Add test cases.Daniel Kirchner2018-07-1312-0/+139
| |
* | Update tests.Daniel Kirchner2018-07-1322-103/+177
|/
* Merge pull request #4437 from ethereum/report-empty-var-declschriseth2018-07-133-0/+22
|\ | | | | [BREAKING] Report empty var tuple decls
| * Generates a syntax error when declaring a variable declaration's LHS has no ↵Christian Parpart2018-07-123-0/+22
| | | | | | | | named components
* | Merge pull request #4478 from ethereum/requireStorageLocationchriseth2018-07-1313-50/+35
|\ \ | |/ |/| Turn missing storage locations into an error.
| * Update test wrt requiring storage locations.Daniel Kirchner2018-07-1213-50/+35
| |
* | Merge pull request #4428 from ethereum/enforce_staticcall_viewchriseth2018-07-121-1/+37
|\ \ | | | | | | [BREAKING] Enforce STATICCALL for view and pure
| * | Use STATICCALL for view and pureLeonardo Alt2018-07-111-1/+37
| | |
* | | Merge pull request #4083 from ethereum/variable_stack_slotchriseth2018-07-121-2/+316
|\ \ \ | |_|/ |/| | [BREAKING] Allocate local variables according to their scope
| * | Change test from public to externalLeonardo Alt2018-07-111-1/+1
| | |
| * | Added assertion and tests suggestionsLeonardo Alt2018-07-111-5/+13
| | |
| * | Add more tests and assertionsLeonardo Alt2018-07-111-1/+153
| | |
| * | Added tests and review suggestionsLeonardo Alt2018-07-111-0/+154
| | |
* | | Added default data locations to parameters for syntax tests.Chase McDermott2018-07-1238-83/+83
| | |
* | | Merge pull request #4443 from ethereum/double_var_decl_fixchriseth2018-07-123-0/+34
|\ \ \ | | | | | | | | Fix crash when declaring the same var twice in the same scope
| * | | Fix crash for double variable declaration in the same scope.Leonardo Alt2018-07-113-0/+34
| |/ /
* | | Merge pull request #4480 from ethereum/fixZeroWithExponentchriseth2018-07-122-23/+29
|\ \ \ | | | | | | | | Fix literals with exponents with mantissa of zero.
| * | | Split test case into failing and succeeding case.Daniel Kirchner2018-07-112-24/+29
| | | |
| * | | Fix literals with exponents with mantissa of zero.Daniel Kirchner2018-07-111-0/+1
| | | |
* | | | Merge pull request #4404 from ethereum/v050-var-keyword-suggestChristian Parpart2018-07-111-0/+23
|\ \ \ \ | |/ / / |/| | | [WIP] v0.5.0 var keyword type suggestion
| * | | semantics: Suggest auto-deduced type when user declares variable with `var` ↵Christian Parpart2018-07-111-0/+23
| | | | | | | | | | | | | | | | keyword.
* | | | Merge pull request #4454 from ethereum/constructorArgCountchriseth2018-07-114-12/+3
|\ \ \ \ | |_|_|/ |/| | | [BREAKING] Wrong argument count in constructor call
| * | | Cleans up syntax test.Erik Kundt2018-07-111-4/+1
| | | |
| * | | Improves error with suggestion to remove parantheses.Erik Kundt2018-07-113-3/+6
| | | |
| * | | Updates Changelog, syntax test and simplifies type checker.Erik Kundt2018-07-111-7/+1
| | | |
| * | | Turns wrong argument count in base constructor call into en error.Erik Kundt2018-07-112-10/+7
| |/ /
* | | Merge pull request #4388 from ethereum/noPackedLiteralschriseth2018-07-113-15/+6
|\ \ \ | | | | | | | | Disallow packed encoding of literals.
| * | | Disallow packed encoding of literals.chriseth2018-07-033-15/+6
| | | |
* | | | test: Fix typos.Cryptomental2018-07-116-15/+15
| |/ / |/| | | | | | | | | | | | | | Fix typos using codespell. Refs: #4442
* | | Merge pull request #4376 from ethereum/fallbackExternalchriseth2018-07-1110-26/+7
|\ \ \ | | | | | | | | Fallback functions have to be external
| * | | Update tests.chriseth2018-07-0410-26/+7
| | | |
* | | | Merge pull request #4464 from ↵chriseth2018-07-112-1/+8
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | cryptomental/bugfix/fix-typos-in-AsmParser-and-TypeChecker AsmParser,TypeChecker: Fix typos.
| * | | | libsolidity/syntaxTests: Add a test case for unwanted named arguments.Cryptomental2018-07-101-0/+7
| | | | | | | | | | | | | | | | | | | | Refs: #4442
| * | | | AsmParser,TypeChecker: Fix typos.Cryptomental2018-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typos. The change requested as a separate PR during codespell PR. Adapt tests as well. Refs: #4442
* | | | | Merge pull request #4466 from ethereum/tupleNotEmptychriseth2018-07-118-38/+24
|\ \ \ \ \ | |_|_|_|/ |/| | | | Disallow empty tuple components.
| * | | | Update end-to-end tests.Daniel Kirchner2018-07-101-1/+1
| | | | |
| * | | | Update tests.Daniel Kirchner2018-07-107-37/+23
| | | | |
* | | | | defaulting to v0.5.0 behaviour of unary + operator (disallow); also adapting ↵Christian Parpart2018-07-104-21/+2
| | | | | | | | | | | | | | | | | | | | all tests to it
* | | | | Merge pull request #4415 from ethereum/uninitializedStoragePointerchriseth2018-07-109-38/+24
|\ \ \ \ \ | |/ / / / |/| | | | [BREAKING] Turn uninitialized storage variables into error.
| * | | | Update tests.Daniel Kirchner2018-07-109-38/+24
| |/ / /
* / / / Update tests.Daniel Kirchner2018-07-107-50/+17
|/ / /
* | | Merge pull request #4440 from ethereum/hex_denomination_enforce_errorchriseth2018-07-092-7/+1
|\ \ \ | | | | | | | | [BREAKING] Enforce error on hex combined with denomination
| * | | Enforce error on hex number combined with unit denominationLeonardo Alt2018-07-092-7/+1
| | | |
* | | | Merge pull request #4403 from ethereum/syntaxTestsVisibilitychriseth2018-07-0937-613/+616
|\ \ \ \ | |/ / / |/| | | Specify default visibility in syntax tests (pt. 2)
| * | | Updates interface constructor and function type test.Erik Kundt2018-07-073-15/+18
| | | |
| * | | Fixes wrong visibility specifier in interface constructor test.Erik Kundt2018-07-042-9/+9
| | | |
| * | | Fixes broken syntax tests.Erik Kundt2018-07-042-18/+9
| | | |
| * | | Adds default visibility specifier to syntax tests.Erik Kundt2018-07-0437-610/+619
| |/ /
* | | Merge pull request #4366 from ethereum/libsolc-cleanupAlex Beregszaszi2018-07-091-2/+22
|\ \ \ | | | | | | | | Implement new libsolc API
| * | | Add new libsolc entry points (solidity_license/version/compile)Alex Beregszaszi2018-06-301-0/+20
| | | |
| * | | Rename JSONCompiler test suite to LibSolcAlex Beregszaszi2018-06-291-2/+2
| | | |
* | | | Merge pull request #4418 from ethereum/initialConstantschriseth2018-07-052-2/+2
|\ \ \ \ | | | | | | | | | | Only allow compile-time constants for constant state variables.
| * | | | Only allow compile-time constants for constant state variables.chriseth2018-07-042-2/+2
| | |/ / | |/| |
* | | | Fix allocation of byte arrays.chriseth2018-07-051-2/+3
| | | |
* | | | Fixes compilation errors.Erik Kundt2018-07-041-3/+3
| | | |
* | | | Fixes defects in end-to-end tests.Erik Kundt2018-07-041-7/+7
| | | |
* | | | Fixes assembly test.Erik Kundt2018-07-041-7/+7
| | | |
* | | | Updates unit test to specify visibility.Erik Kundt2018-07-0412-104/+104
| | | |
* | | | Updates end-to-end tests to specify default visibility.Erik Kundt2018-07-041-787/+787
| | | |
* | | | Merge pull request #4409 from ethereum/viewPureCheckerchriseth2018-07-0419-11/+163
|\ \ \ \ | | | | | | | | | | Enforce state mutability in view pure checker.
| * | | | Extend view pure test suite.Daniel Kirchner2018-07-0417-3/+162
| | | | |
| * | | | Adjust tests wrt strict view pure checker.Daniel Kirchner2018-07-042-8/+1
| |/ / /
* / / / Enforcing error on msg.gas and block.blockhash()Leonardo Alt2018-07-048-41/+11
|/ / /
* | | Merge pull request #4379 from ethereum/constructorArgsTwicechriseth2018-07-048-30/+14
|\ \ \ | | | | | | | | Disallow constructor arguments given multiple times.
| * | | Fix tests.chriseth2018-06-291-22/+6
| | | |
| * | | Disallow constructor arguments given multiple times.chriseth2018-06-297-8/+8
| | | |
* | | | Update test suite.Daniel Kirchner2018-07-036-77/+13
| |_|/ |/| |
* | | Merge pull request #4374 from ↵chriseth2018-07-035-77/+68
|\ \ \ | | | | | | | | | | | | | | | | ethereum/v050-var-keyword-removal-preps-end2end-tests V050 var keyword removal preparations (End-to-End tests)
| * | | test: ensure compiled tests do not use var-keyword in preparation of ↵Christian Parpart2018-07-025-77/+68
| |/ / | | | | | | | | | var-keyword removal
* | | Merge pull request #4305 from ethereum/transactionReceiptschriseth2018-07-022-1/+26
|\ \ \ | | | | | | | | Determine transaction status in RPC sessions.
| * | | Determine transaction status in RPC sessions.Daniel Kirchner2018-07-022-1/+26
| |/ /
* | | Remove trailing whitespace in missing visibility warning.Daniel Kirchner2018-07-023-3/+3
| | |
* | | Merge pull request #4386 from ethereum/testingDefaultVisibilitychriseth2018-07-0243-189/+136
|\ \ \ | | | | | | | | Specify default visibility in syntax tests
| * | | Adds review suggestions.Erik Kundt2018-07-022-2/+7
| | | |
| * | | Updates syntax tests to specify default visibility.Erik Kundt2018-06-2945-196/+138
| |/ /
* | | Merge pull request #4224 from ethereum/revert_wrong_calldatachriseth2018-07-021-10/+4
|\ \ \ | |/ / |/| | [BREAKING] Revert if calldata has wrong size
| * | Revert if calldata is too short or points out of boundsLeonardo Alt2018-06-261-10/+4
| | |
* | | Merge pull request #4354 from ethereum/constructorSyntaxTestschriseth2018-06-2928-157/+151
|\ \ \ | | | | | | | | Updates tests to new constructor syntax
| * | | Updates invalid syntax test.Erik Kundt2018-06-291-1/+2
| | | |
| * | | Updates syntax tests to new constructor syntax.Erik Kundt2018-06-2920-50/+43
| | | |
| * | | Updates compiled unit tests to new constructor syntax.Erik Kundt2018-06-298-107/+107
| | | |
* | | | Merge pull request #4352 from D-Nice/developchriseth2018-06-292-0/+22
|\ \ \ \ | |/ / / |/| | | Fixes storage ref var typo error from 'prefix' to 'suffix'
| * | | Add passing test caseD-Nice2018-06-292-2/+13
| | | |
| * | | Adds storage_reference.sol syntax testD-Nice2018-06-281-0/+11
| | | |
* | | | Fallback function has to be external: backwards-compatible changes.chriseth2018-06-2934-89/+106
| |_|/ |/| |
* | | Merge pull request #4365 from ethereum/type-identifier-testAlex Beregszaszi2018-06-281-2/+18
|\ \ \ | | | | | | | | Some more type identifier tests
| * | | Add more FixedPoint type testsAlex Beregszaszi2018-06-281-1/+16
| | | |
| * | | Add one more type identifier escaping testAlex Beregszaszi2018-06-281-1/+2
| | | |
* | | | Merge pull request #4097 from ethereum/noPackedExceptForPackedchriseth2018-06-2830-178/+172
|\ \ \ \ | |/ / / |/| | | [BREAKING] call only takes a single argument and does not pad
| * | | Also mention regular abi.encode in error message.chriseth2018-06-274-12/+12
| | | |
| * | | Update tests and add new tests.chriseth2018-06-257-3/+71
| | | |
| * | | Adjust tests.chriseth2018-06-2524-170/+100
| | | |
| * | | Forwarding length check.chriseth2018-06-251-8/+4
| | |/ | |/|
* | | Add emit keyword to tests.chriseth2018-06-273-106/+31
| | |
* | | Remove non-0.5.0 warning for emit keyword (make it mandatory)Alex Beregszaszi2018-06-276-19/+6
| | |
* | | test: Adapted to the change of the var-keyword elimination.Christian Parpart2018-06-2650-320/+119
| | |
* | | test: drop obsoleted syntaxTest(s)Christian Parpart2018-06-262-19/+0
|/ /
* | Keep the 'if it not used as an address' helper message for all cases of ↵Alex Beregszaszi2018-06-254-4/+4
| | | | | | | | address related warnings
* | Do not change SMT testsAlex Beregszaszi2018-06-251-10/+10
| |
* | Update tests for strict address literalsJason Cobb2018-06-2511-20/+19
|/
* Disallow the years unit denomination properlyAlex Beregszaszi2018-06-223-9/+2
|
* Merge pull request #4306 from ethereum/remove_050_workaround_scopingchriseth2018-06-2126-102/+30
|\ | | | | [BREAKING] C99 scoping rules by default (remove 050 workaround)
| * C99 scoping rules by defaultLeonardo Alt2018-06-2026-102/+30
| |
* | Merge pull request #4219 from ethereum/functionTypeNamedArgumentsAlex Beregszaszi2018-06-213-7/+6
|\ \ | |/ |/| Turn named return parameters in function types into an error.
| * Return parameters in function types may not be named.Daniel Kirchner2018-06-183-7/+6
| |
* | Disallow raw callcode (was deprecated in 0.4.12)Alex Beregszaszi2018-06-206-51/+4
| |
* | Refactor syntax test infrastructure to prepare introducing semantics tests.Daniel Kirchner2018-06-154-118/+201
|/
* Enforce disallowing empty structsChristian Parpart2018-06-149-75/+23
| | | | | | | | This patch enfoces an error when it encounters an empty struct, effectively eliminating the deprecation warning. Also adjust 419_interface_structs to explicitely test for (non-empty) structs, as this behaviour "may" change in the future.
* Properly pad data from calldata.chriseth2018-06-132-8/+7
|
* Disallow sha3/suicide aliasesAlex Beregszaszi2018-06-135-100/+15
|
* Merge pull request #3627 from ethereum/additional-keywordsAlex Beregszaszi2018-06-121-2/+20
|\ | | | | [BREAKING] Add new reserved keywords.
| * Add new reserved keywords.Daniel Kirchner2018-06-121-2/+20
| |
* | Merge pull request #4277 from ethereum/signedRightShiftDaniel Kirchner2018-06-121-0/+33
|\ \ | | | | | | Signed Right Shift: Additional test and more explanation.
| * | Additional test and more explanation.Daniel Kirchner2018-06-121-0/+33
| |/
* | Merge pull request #4273 from ethereum/soltestExceptionsDaniel Kirchner2018-06-121-3/+10
|\ \ | |/ |/| Improve exception handling in soltest and isoltest.
| * Improve exception handling in soltest and isoltest.Daniel Kirchner2018-06-121-3/+10
| |
* | Use proper SAR for signed right shifts and emulate on pre-constantinople.Daniel Kirchner2018-06-121-57/+115
|/
* Merge pull request #4241 from ethereum/show-named-argAlex Beregszaszi2018-06-061-1/+1
|\ | | | | Show named argument name in error
| * Show named argument name in errorAlex Beregszaszi2018-06-061-1/+1
| |
* | Extract test cases from ViewPureCheckerAlex Beregszaszi2018-06-0623-359/+227
|/
* Merge pull request #4208 from ethereum/extract-name-and-type-testschriseth2018-06-05551-7038/+4242
|\ | | | | Extract name and type tests
| * Move "create2_as_variable" back to non-isoltest tests.chriseth2018-06-052-6/+15
| |
| * Remove extracted tests from SolidityNameAndTypeResolutionAlex Beregszaszi2018-05-311-7051/+0
| |
| * Split out SolidityNameAndTypeResolution tests into SyntaxTestsAlex Beregszaszi2018-05-31551-0/+4244
| |
| * Reformat test for extraction toolAlex Beregszaszi2018-05-311-1/+3
| |
* | Merge pull request #4213 from ethereum/fixpopchriseth2018-06-041-0/+34
|\ \ | | | | | | Fix bug related to byte array pop.
| * | Add test for pop on the stack.chriseth2018-05-311-0/+34
| |/
* / Remove sha3/suicide from assembly testsJason Cobb2018-06-042-24/+7
|/
* Merge pull request #4172 from ethereum/trailing_dotchriseth2018-05-314-0/+38
|\ | | | | [BREAKING] Disallow trailing dot not followed by number
| * Disallow trailing dots that are not followed by a numberLeonardo Alt2018-05-304-0/+38
| |
* | Merge pull request #4205 from ethereum/name-and-type-tests-splitchriseth2018-05-311-18/+78
|\ \ | | | | | | Split up last NameAndTypeResolution test cases
| * | Split up last NameAndTypeResolution test casesAlex Beregszaszi2018-05-301-18/+78
| |/
* | Merge pull request #3743 from ethereum/popStorageArraychriseth2018-05-3130-0/+340
|\ \ | |/ |/| pop() for storage arrays
| * Fixes assembly bug and adds tests to cover it.Erik Kundt2018-05-301-23/+45
| |
| * Adds syntax tests, documentation and changelog entry.Erik Kundt2018-05-3029-0/+54
| | | | | | | | Refines comment for array utility function.
| * Improves assembly and adds more tests.Erik Kundt2018-05-301-1/+124
| |
| * Implements pop() for byte arrays.Erik Kundt2018-05-291-6/+81
| |
| * Implements pop() for value type arrays.bitshift2018-05-291-0/+66
| |
* | Merge pull request #4176 from sifmelcara/add/calldata-keywordchriseth2018-05-3016-4/+87
|\ \ | | | | | | Add a new keyword, "calldata", to allow explicitly specify data location in external function's argument list
| * | Allow using `calldata` keyword to specify data locationmingchuan2018-05-3016-4/+87
| |/
* | Split up NameAndTypeResolution test casesAlex Beregszaszi2018-05-301-154/+492
| |
* | Extend function type comparison testAlex Beregszaszi2018-05-301-0/+16
|/
* Simplify fromElementaryTypeName testsAlex Beregszaszi2018-05-241-96/+6
|
* Move fromElementaryTypeName tests to SolidityTypesAlex Beregszaszi2018-05-242-109/+117
|
* Merge pull request #4067 from ethereum/050chriseth2018-05-2415-74/+172
|\ | | | | [BREAKING] Version 0.5.0
| * Update control flow graph.Daniel Kirchner2018-05-172-7/+19
| |
| * Fix continue inside do-while.Daniel Kirchner2018-05-171-0/+21
| |
| * Adjust tests.Daniel Kirchner2018-05-173-23/+23
| |
| * Disallow conversions between bytesX and uintY of different size.Daniel Kirchner2018-05-178-15/+56
| |
| * Add syntax tests and Changelog entryLeonardo Alt2018-05-171-0/+53
| |
| * Bool variables should not allow arithmetic comparisonLeonardo Alt2018-05-171-29/+0
| |
* | Move comments into test sources in SolidityNameAndTypeResolutionAlex Beregszaszi2018-05-231-43/+46
| |
* | Move more parser tests to syntax testsAlex Beregszaszi2018-05-2255-642/+458
| |
* | Tidy up tests to always have closing braces on the proper lineAlex Beregszaszi2018-05-164-38/+76
|/
* Split warning for multi arguments for hash functionsAlex Beregszaszi2018-05-167-18/+36
|
* Add test for single non-bytes argument.chriseth2018-05-161-0/+12
|
* Adjust tests.chriseth2018-05-1611-10/+28
|
* Add test for forwarding length check.chriseth2018-05-161-0/+45
|
* Merge pull request #4145 from ethereum/more-parser-test-moveschriseth2018-05-1612-132/+102
|\ | | | | Move couple of parser tests to syntax tests.
| * Move couple of parser tests to syntax tests.Alex Beregszaszi2018-05-1612-132/+102
| |
* | Add tests for multi variable declaration statement.chriseth2018-05-169-0/+107
|/
* Merge pull request #4139 from ethereum/abiEncodeIsPurechriseth2018-05-151-0/+7
|\ | | | | ABI encoding functions are pure and should be usable in constants.
| * ABI encoding functions are pure and should be usable in constants.chriseth2018-05-151-0/+7
| |
* | Merge pull request #3947 from ethereum/smt_storagechriseth2018-05-151-0/+76
|\ \ | |/ |/| [SMTChecker] Support to integer and Bool storage vars
| * Testing state vars that are declared after functions that use themLeonardo Alt2018-05-151-4/+3
| |
| * [SMTChecker] Declaring all state vars before any function is visitedLeonardo Alt2018-05-151-0/+11
| |
| * [SMTChecker] Support to integer and Bool storage varsLeonardo Alt2018-05-151-0/+66
| |
* | Merge pull request #4062 from ethereum/revert-variablechriseth2018-05-151-0/+40
|\ \ | |/ |/| Fix revert with reason coming from a string variable
| * Fix revert with reason coming from a string variableAlex Beregszaszi2018-05-091-0/+40
| |
* | Add test for default location.Daniel Kirchner2018-05-151-0/+19
| |
* | Add control flow analyzer and test for uninitialized storage returns.Daniel Kirchner2018-05-1522-0/+375
| |
* | Remove "view"'s in end-to-end tests that will result in errors in 0.5.0.Daniel Kirchner2018-05-111-7/+7
| |
* | Replace constant with view in the tests.Daniel Kirchner2018-05-0913-107/+88
|/
* Merge pull request #4104 from ethereum/parserErrorSourceLocationsAlex Beregszaszi2018-05-0931-57/+57
|\ | | | | Proper source locations for parser errors.
| * Update test expectations.Daniel Kirchner2018-05-0931-57/+57
| |
* | Add more tests for right shifts.Daniel Kirchner2018-05-091-0/+157
|/
* Merge pull request #4054 from ethereum/token-nameschriseth2018-05-0919-32/+32
|\ | | | | Improve parser error messages
| * Update parser test expectationsAlex Beregszaszi2018-05-0419-32/+32
| |
* | Test with high path complexity.chriseth2018-05-091-0/+40
| |
* | New tests for wildcard assignments.chriseth2018-05-085-0/+66
| |
* | Remove deprecated syntax from a testchriseth2018-05-081-1/+1
| |
* | Extract tests.chriseth2018-05-086-74/+47
| |
* | Merge pull request #4063 from ethereum/emit-non-eventchriseth2018-05-041-0/+10
|\ \ | |/ |/| Show proper error when trying to emit a non-event
| * Show proper error when trying to emit a non-eventAlex Beregszaszi2018-05-041-0/+10
| |
* | Simplify expectIdentifierToken by using expectTokenAlex Beregszaszi2018-05-049-10/+10
|/
* Merge pull request #4053 from ethereum/parser-syntax-testschriseth2018-05-0330-319/+183
|\ | | | | Move some parser tests to syntax tests
| * Move some parser tests to syntax testsAlex Beregszaszi2018-05-0330-319/+183
| |
* | Merge pull request #3797 from ethereum/shift-constantinoplechriseth2018-05-021-3/+2
|\ \ | | | | | | Use native shift instructions on Constantinople
| * | Update source location test expectationsAlex Beregszaszi2018-05-011-3/+2
| |/
* | Revert "BREAKING: Bool variables should not allow arithmetic comparison"chriseth2018-05-022-53/+29
| |
* | Merge pull request #4003 from ethereum/bool_vars_comparisonchriseth2018-05-022-29/+53
|\ \ | | | | | | BREAKING: Bool variables should not allow arithmetic comparison
| * | Add syntax tests and Changelog entryLeonardo Alt2018-04-271-0/+53
| | |
| * | Bool variables should not allow arithmetic comparisonLeonardo Alt2018-04-271-29/+0
| | |
* | | Add virtual destructors on base classes.Alexander Arlt2018-05-021-0/+1
| |/ |/|
* | Add syntax tests for bytesMAlex Beregszaszi2018-04-305-0/+62
|/
* Merge pull request #3981 from ethereum/years-suffixchriseth2018-04-247-19/+35
|\ | | | | The "year" denomination is deprecated
| * The "year" denomination is deprecatedAlex Beregszaszi2018-04-233-0/+13
| |
| * Add more denomination testsAlex Beregszaszi2018-04-232-0/+11
| |
| * Extract subdenomination testsAlex Beregszaszi2018-04-233-19/+11
| |
* | Merge pull request #3970 from elopio/test/docstring-tag-endAlex Beregszaszi2018-04-242-0/+6
|\ \ | | | | | | docstring: add missing space
| * | docstring: add missing spaceLeo Arias2018-04-242-0/+6
| | |
* | | Merge pull request #3976 from ethereum/emptyTupleComponentchriseth2018-04-237-0/+78
|\ \ \ | |_|/ |/| | Empty tuple components should not be possible
| * | Treats inline array as an error.Erik Kundt2018-04-231-3/+1
| | |
| * | Turns it into warning (error for 0.5.0) and adds Changelog entry.Erik Kundt2018-04-238-15/+45
| | |
| * | Prevents null type from being used in tuple.Erik Kundt2018-04-225-0/+50
| |/
* | Turn deprecated warnings for sha3/suicide into errors (experimental 0.5.0)Alex Beregszaszi2018-04-212-1/+14
| |
* | Extract syntax testsAlex Beregszaszi2018-04-212-26/+13
|/
* Update tight packing test casesAlex Beregszaszi2018-04-201-3/+14
|
* Make literals an error for tight packing (experimental 0.5.0)Alex Beregszaszi2018-04-201-0/+26
|
* Remove unnecessary masking of the result of known short instructionsAlex Beregszaszi2018-04-201-0/+20
|
* Merge pull request #3941 from ethereum/bytes-contractchriseth2018-04-191-0/+7
|\ | | | | Disallow explicit conversion of bytesXX to contract
| * Disallow explicit conversion of bytesXX to contractAlex Beregszaszi2018-04-191-0/+7
| |
* | Improve error message for failed member lookup.chriseth2018-04-193-0/+24
| |
* | Extract tests.chriseth2018-04-192-15/+10
|/
* Warn about functions named "constructor".chriseth2018-04-191-0/+5
|
* Fix name clashes between constructor and fallback function.chriseth2018-04-184-2/+14
|
* Extract tests.chriseth2018-04-1826-182/+197
|
* Merge pull request #3868 from ethereum/bytescleanupchriseth2018-04-161-0/+23
|\ | | | | Properly force-clean for shortening bytesXX conversions.
| * Tests for bytes cleanup.chriseth2018-04-161-0/+23
| |
* | Merge pull request #3793 from ethereum/rationalNumberLimitchriseth2018-04-169-0/+136
|\ \ | |/ |/| Rational number limit
| * Limits rational numbers to 4096 bits.Erik Kundt2018-04-169-0/+136
| |
* | Merge pull request #3875 from ethereum/constructorSelfRefchriseth2018-04-143-0/+50
|\ \ | |/ |/| Stricter check for "this" in constructor.
| * Stricter check for member access to "this" in constructor.Daniel Kirchner2018-04-133-0/+50
| |
* | Adds unit test that covers long typeDescription and renames suite. Erik Kundt2018-04-132-1/+29
| |
* | Separates tests for legacy and compact output.Erik Kundt2018-04-132-231/+332
| |
* | Adds type expectations to legacy tests.Erik Kundt2018-04-131-0/+7
| |
* | Uses short string representation of TypePointerErik Kundt2018-04-131-0/+30
| |
* | Merge pull request #3364 from ethereum/revertWithReasonchriseth2018-04-136-22/+260
|\ \ | | | | | | Revert with reason
| * | Remove dead code and clarify throw.chriseth2018-04-131-1/+0
| | |
| * | Update documentation and minor changes.chriseth2018-04-121-1/+0
| | |
| * | Use error signature for revert data.chriseth2018-04-121-9/+14
| | |
| * | Update expectation.chriseth2018-04-121-2/+2
| | |
| * | Adjust expectations in case of homestead VM.chriseth2018-04-121-11/+16
| | |
| * | Adjust tests.chriseth2018-04-123-13/+19
| | |
| * | Update source location tests.chriseth2018-04-121-5/+16
| | |