summaryrefslogtreecommitdiffstats
path: root/build2/test/script/runner.cxx
Commit message (Collapse)AuthorAgeFilesLines
...
* Make use of operator<<(ostream, exception)Karen Arutyunov2017-01-091-17/+19
|
* Update copyright yearBoris Kolpackov2017-01-051-1/+1
|
* Print signal/core dump like shell/makeKaren Arutyunov2017-01-051-21/+43
|
* Save diff output for {stdout,stderr}.diffKaren Arutyunov2017-01-051-44/+89
|
* Add support for regex in runnerKaren Arutyunov2017-01-051-64/+140
|
* Add line_regexKaren Arutyunov2016-12-161-16/+12
|
* Rename concurrent_runner to default_runnerBoris Kolpackov2016-12-141-4/+4
|
* Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov2016-12-091-2/+3
|
* Make use of casts and canonicalizations in testscriptsKaren Arutyunov2016-12-051-3/+3
|
* Print test scope directory changes in verbose (-v) modeKaren Arutyunov2016-11-231-0/+14
|
* Use diagnostics facility from libbutlBoris Kolpackov2016-11-221-2/+1
|
* Add cat, false and true builtinsKaren Arutyunov2016-11-151-4/+17
|
* Implement testscript command-ifBoris Kolpackov2016-11-081-0/+7
|
* Add mkdir and touch builtinsKaren Arutyunov2016-11-081-272/+368
|
* Fix Clang and VC warningsKaren Arutyunov2016-11-041-1/+5
|
* Fix VC compilation errorsKaren Arutyunov2016-11-041-25/+25
|
* Make rmdir_r() to call entry_exists(path) rather than exists(dir_path)Karen Arutyunov2016-11-041-11/+0
|
* Add support for cleanup types to testscript runnerKaren Arutyunov2016-11-041-19/+40
|
* Implement command-pipe, command-expr in testscript parserBoris Kolpackov2016-11-041-41/+43
|
* Update test runner to accommodate cleanup typesKaren Arutyunov2016-11-041-6/+8
|
* Check if registered for cleanup path is in test scope working directoryKaren Arutyunov2016-11-041-17/+28
|
* Add support for &dir/*** test path cleanup syntaxKaren Arutyunov2016-11-041-1/+46
|
* Suppress duplicates on test scope path cleanup registrationKaren Arutyunov2016-11-041-44/+30
|
* Minor testscript cleanupsBoris Kolpackov2016-11-041-3/+3
|
* Cache test command stdinKaren Arutyunov2016-11-041-41/+87
|
* Add support of paths cleanups to testscript runnerKaren Arutyunov2016-11-041-0/+9
|
* Add support of merge redirect to testscript runnerKaren Arutyunov2016-11-041-22/+42
|
* Add support of file redirects to testscript runnerKaren Arutyunov2016-11-041-54/+134
|
* Add support of file redirects to testscript parserKaren Arutyunov2016-11-041-4/+9
|
* Minor name changes in testscript object modelBoris Kolpackov2016-11-041-5/+5
|
* Support paths cleanup when test scope is leftKaren Arutyunov2016-11-041-71/+48
|
* Add support for <+ and >+ redirectsKaren Arutyunov2016-11-041-10/+22
|
* Implement creation/cleanup of testscript root working directoryBoris Kolpackov2016-11-041-1/+1
|
* Add support for no-newline redirects in testscriptBoris Kolpackov2016-11-041-13/+0
| | | | The no-newline operators are '<:', '>:', '<<:', and '>>:'.
* Rework test runnerBoris Kolpackov2016-11-041-218/+195
|
* Add testscript runner scope enter/leave callbacksBoris Kolpackov2016-11-041-1/+1
|
* Add support for testscript scope id, working directoryBoris Kolpackov2016-11-041-1/+1
|
* Test runner reviewBoris Kolpackov2016-11-041-13/+10
|
* 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-40/+28
|
* Implement concurrent_runnerBoris Kolpackov2016-11-041-2/+407
|
* Generalize and move test printing code to scriptBoris Kolpackov2016-11-041-75/+0
|
* Minor testscript fixes/changesBoris Kolpackov2016-11-041-2/+2
|
* Print full test info in test runnerKaren Arutyunov2016-11-041-1/+101
|
* Implement testscript $*, $NN, $~ special variablesBoris Kolpackov2016-11-041-1/+1
|
* Extend test rule to handle testscriptsBoris Kolpackov2016-11-041-2/+3
|
* Add testscript runner interface and implementation stubBoris Kolpackov2016-11-041-0/+22