aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SyntaxTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add SMTChecker tests for standard JSONLeonardo Alt2018-11-231-0/+5
|
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+1
| | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference
* Do not require ctype/stdio if not neededAlex Beregszaszi2018-10-101-1/+0
|
* Refactor syntax test infrastructure to prepare introducing semantics tests.Daniel Kirchner2018-06-151-101/+53
|
* Improve exception handling in soltest and isoltest.Daniel Kirchner2018-06-121-3/+10
|
* Add source locations to syntax test expectations.Daniel Kirchner2018-04-101-10/+78
|
* SyntaxTests: extend syntax tests and isoltest to support parser errors and ↵Daniel Kirchner2018-04-041-68/+30
| | | | compiler exceptions.
* Only consider files ending with .sol and not starting with ~ in syntax tests.Daniel Kirchner2018-03-161-1/+9
|
* Only colour error type, not error message in isoltest.Daniel Kirchner2018-03-151-10/+16
|
* Add formatted printing to SyntaxTest and expand its public interface.Daniel Kirchner2018-03-151-13/+43
|
* Store filenames in static variable to guarantee sufficient lifetime.Daniel Kirchner2018-03-141-1/+5
|
* Minor adjustments.Daniel Kirchner2018-03-131-4/+4
|
* Refactoring; fuse SyntaxTestParser and SyntaxTester to SyntaxTest.Daniel Kirchner2018-03-131-0/+205