aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/StandardCompiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Be more strict about values in the optimizer block in StandardJSONAlex Beregszaszi2018-09-261-0/+65
|
* Add proper error reporting when invalid settings are provided in StandardJSONAlex Beregszaszi2018-09-211-1/+1
|
* Replace safety stop by invalidLeonardo Alt2018-08-141-1/+1
|
* Test for legacyAssembly in StandardCompilerAlex Beregszaszi2018-08-091-1/+29
|
* Specifies visibility in unit tests.Erik Kundt2018-07-161-3/+3
|
* Updates unit test to specify visibility.Erik Kundt2018-07-041-4/+4
|
* Update test expectations.Daniel Kirchner2018-05-091-1/+1
|
* Update parser test expectationsAlex Beregszaszi2018-05-041-2/+2
|
* Simplify expectIdentifierToken by using expectTokenAlex Beregszaszi2018-05-041-2/+2
|
* Adjust tests.chriseth2018-04-121-7/+12
|
* Create empty dynamic memory arrays more efficiently.chriseth2018-04-041-3/+3
|
* Support constantinople in evm-versionAlex Beregszaszi2018-03-131-0/+2
|
* Add TangerineWhistle.chriseth2018-03-021-0/+4
|
* Some tests.chriseth2018-03-021-0/+33
|
* Ensure that library addresses supplied are of correct length and hex ↵Alex Beregszaszi2018-03-011-7/+27
| | | | prefixed in JSONIO
* Properly validate invalid hex characters in JSONIO librariesAlex Beregszaszi2018-02-281-0/+23
|
* Add more comprehensive tests and checks for libraries in JSONIOAlex Beregszaszi2018-02-281-0/+110
|
* Add new JSON API for better abstraction and for supporting strict JSON parsingAlexander Arlt2018-02-211-4/+23
|
* Minor improvement: check sourcesAlexander Arlt2018-02-171-0/+36
| | | | | - returns error, if "sources" is an array, an empty object or not defined - Added new test-cases in test/libsolidity/StandardCompiler.cpp
* Properly support library file names containing a colon (such as URLs).Alex Beregszaszi2018-01-051-0/+35
|
* Properly handle colons in file names within jsonioAlex Beregszaszi2018-01-031-0/+30
|
* Populate the sourceLocation field properly in standard JSON on errorsAlex Beregszaszi2017-12-181-0/+40
|
* Specify output selection in testsAlex Beregszaszi2017-11-301-0/+8
|
* Add contract depedendency tests to standardcompilerAlex Beregszaszi2017-10-051-0/+61
|
* Restrict contracts compiled via outputSelection (but not the individual ↵Alex Beregszaszi2017-10-051-0/+116
| | | | output details)
* Update tests.chriseth2017-08-251-4/+4
|
* Remove some unused includesAlex Beregszaszi2017-08-211-2/+0
|
* Fix tests.chriseth2017-06-241-12/+18
|
* Match substring in tests to avoid metadata issuesAlex Beregszaszi2017-06-151-2/+2
|
* Print auxiliary data in the assemblyAlex Beregszaszi2017-06-151-1/+2
|
* adjusted test-casesdjudjuu2017-05-311-1/+1
|
* testsuite adjustmentdjudjuu2017-05-191-2/+2
|
* Compact format for AST-Json with backwards compatibilitychriseth2017-05-171-2/+4
|
* Split out common metadata validation codeAlex Beregszaszi2017-05-061-50/+3
|
* Follow the JSON I/O spec closelyAlex Beregszaszi2017-05-021-6/+6
|
* enumchecks not workingdjuju2017-04-281-0/+3
|
* Add test for legacyASTAlex Beregszaszi2017-04-211-1/+6
|
* Add test for bytecodeAlex Beregszaszi2017-04-211-0/+21
|
* Add compilation test and verify outputAlex Beregszaszi2017-04-211-0/+79
|
* Trigger cases by the JSON (and not string) interfaceAlex Beregszaszi2017-04-211-1/+11
|
* Add basic tests for StandardCompilerAlex Beregszaszi2017-04-211-0/+155