aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools/isoltest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Initialize ``TestTool::m_formatted``.Daniel Kirchner2018-08-081-1/+1
|
* Always count all test cases in isoltest and exit early on user request.Daniel Kirchner2018-08-081-12/+21
|
* Infrastructure for extracting JSON AST tests.Daniel Kirchner2018-08-041-3/+35
|
* More consistent catch statementsAlex Beregszaszi2018-07-251-1/+1
| | | | Also take const& in all cases.
* isoltest: adds support for properly handling ANSI escape sequences on ↵Christian Parpart2018-07-161-0/+26
| | | | Win32/Win64 builds.
* Refactor syntax test infrastructure to prepare introducing semantics tests.Daniel Kirchner2018-06-151-79/+31
|
* Improve exception handling in soltest and isoltest.Daniel Kirchner2018-06-121-22/+5
|
* Fix source location assertion in isoltestAlex Beregszaszi2018-05-161-2/+2
|
* Add source locations to syntax test expectations.Daniel Kirchner2018-04-101-19/+52
|
* SyntaxTests: extend syntax tests and isoltest to support parser errors and ↵Daniel Kirchner2018-04-041-26/+39
| | | | compiler exceptions.
* Merge pull request #3744 from ethereum/useUsrBinEditorAlex Beregszaszi2018-03-211-0/+2
|\ | | | | Use /usr/bin/editor if exists.
| * Use /usr/bin/editor if exists.chriseth2018-03-161-0/+2
| |
* | Only consider files ending with .sol and not starting with ~ in syntax tests.Daniel Kirchner2018-03-161-1/+3
|/
* Add interactive test tool isoltest.Daniel Kirchner2018-03-151-0/+346