summaryrefslogtreecommitdiffstats
path: root/unit-tests/test/script
Commit message (Collapse)AuthorAgeFilesLines
...
* Add process_path.{recall,effect} build2 functionsBoris Kolpackov2016-11-211-2/+3
|
* Add function machinery, implement path.normalize()Boris Kolpackov2016-11-181-2/+2
| | | | | Note that multi-argument functions are not yet "callable" since there is no support for value packs.
* Clean up testscript grammar and parserBoris Kolpackov2016-11-111-1/+1
|
* Implement scope-if in testscriptBoris Kolpackov2016-11-104-12/+536
|
* Various minor semantics changes in testscript languageBoris Kolpackov2016-11-092-30/+31
| | | | | | | | | The .include directive and if-else no longer have to be separated from the following token. This allows to make the decision by looking at just one token. The test scope can no longer have a description inside the scope. It should always be leading the scope itself.
* Implement testscript command-ifBoris Kolpackov2016-11-085-9/+557
|
* Get rid of faulty test script move-ctorKaren Arutyunov2016-11-081-2/+2
|
* Implement testscript inclusion supportBoris Kolpackov2016-11-042-1/+141
|
* Restructure testscript parser slightlyBoris Kolpackov2016-11-041-5/+5
|
* Add test for here-doc in pipe/expr commandBoris Kolpackov2016-11-041-0/+38
|
* Implement command-pipe, command-expr in testscript parserBoris Kolpackov2016-11-044-4/+74
|
* Add support for cleanup types to testscript parserKaren Arutyunov2016-11-043-24/+55
|
* Implement support for here-document indentationBoris Kolpackov2016-11-041-0/+88
|
* Update testscriptsBoris Kolpackov2016-11-041-1/+2
|
* Add tests and fixes for trailing description supportBoris Kolpackov2016-11-043-2/+58
|
* Initial support for trailing description in testscriptBoris Kolpackov2016-11-042-5/+5
|
* Implement description support in testscriptBoris Kolpackov2016-11-0411-26/+447
|
* Add more test command file redirect testsKaren Arutyunov2016-11-041-0/+46
|
* Add support of cleanups to testscript parserKaren Arutyunov2016-11-044-2/+56
|
* Fix test command merge redirect parsing and testingKaren Arutyunov2016-11-041-10/+5
|
* Add support of merge redirect to testscript parserKaren Arutyunov2016-11-043-0/+91
|
* Add support of file redirects to testscript runnerKaren Arutyunov2016-11-045-2/+184
|
* Handle explicit test scopesBoris Kolpackov2016-11-042-6/+90
|
* Implement support for testscript scopesBoris Kolpackov2016-11-043-7/+78
|
* Add few setup/teardown testsBoris Kolpackov2016-11-041-0/+28
|
* Add tests for first_token, second_token testscript lexer modesBoris Kolpackov2016-11-043-3/+79
|
* Diagnose semicolon after testscript setup/teardown commandsBoris Kolpackov2016-11-042-1/+8
|
* Add support for setup/teardown commandsBoris Kolpackov2016-11-046-5/+31
|
* Change <! and >! syntaxt to <- and >-Karen Arutyunov2016-11-041-2/+2
|
* Implement creation/cleanup of testscript root working directoryBoris Kolpackov2016-11-042-3/+3
|
* Add couple of testscript testsBoris Kolpackov2016-11-042-1/+114
|
* Add support for no-newline redirects in testscriptBoris Kolpackov2016-11-041-12/+8
| | | | The no-newline operators are '<:', '>:', '<<:', and '>>:'.
* Implement support for compound testsBoris Kolpackov2016-11-047-20/+195
|
* Add testscript runner scope enter/leave callbacksBoris Kolpackov2016-11-041-1/+7
|
* Add support for testscript scope id, working directoryBoris Kolpackov2016-11-044-9/+26
|
* Pass command index, location to test runnerBoris Kolpackov2016-11-041-1/+1
|
* Move exit status to command, make runner run commands, not testsBoris Kolpackov2016-11-041-1/+1
|
* Minor testscript changesBoris Kolpackov2016-11-044-43/+4
|
* Implement concurrent_runnerBoris Kolpackov2016-11-041-1/+1
|
* Fix pre-parsing corner casesBoris Kolpackov2016-11-041-0/+15
|
* Change all testscript expansions to simple name modeBoris Kolpackov2016-11-041-0/+13
|
* Fix testscript here-document quoting issueBoris Kolpackov2016-11-042-0/+29
|
* Add testscript parser unit testBoris Kolpackov2016-11-046-3/+157
|
* Implement two-stage testscript parsingBoris Kolpackov2016-11-041-0/+14
|
* Minor testscript fixes/changesBoris Kolpackov2016-11-041-0/+2
|
* Print full test info in test runnerKaren Arutyunov2016-11-041-1/+1
|
* Complete testscript parser's parse_command_exit()Karen Arutyunov2016-11-041-0/+1
|
* Various testscript lexer/parser fixes (testscript)Boris Kolpackov2016-11-041-1/+1
|
* Fix few bugs in testscript parserKaren Arutyunov2016-11-041-0/+4
|
* Fix bug in testscript lexerBoris Kolpackov2016-11-041-0/+1
|