aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-01-24Add support for shared here-documentsKaren Arutyunov1-20/+24
2017-01-24Add support for comparison of test command output to a fileKaren Arutyunov1-345/+358
2017-01-19Add support for portable path modifer and dot character escaping inversionKaren Arutyunov1-46/+330
2017-01-12Implement support for narrowing down tests (config.test)Boris Kolpackov1-12/+20
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov1-17/+19
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2017-01-05Print signal/core dump like shell/makeKaren Arutyunov1-21/+43
2017-01-05Save diff output for {stdout,stderr}.diffKaren Arutyunov1-44/+89
2017-01-05Add support for regex in runnerKaren Arutyunov1-64/+140
2016-12-16Add line_regexKaren Arutyunov1-16/+12
2016-12-14Rename concurrent_runner to default_runnerBoris Kolpackov1-4/+4
2016-12-09Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov1-2/+3
2016-12-05Make use of casts and canonicalizations in testscriptsKaren Arutyunov1-3/+3
2016-11-23Print test scope directory changes in verbose (-v) modeKaren Arutyunov1-0/+14
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-2/+1
2016-11-15Add cat, false and true builtinsKaren Arutyunov1-4/+17
2016-11-08Implement testscript command-ifBoris Kolpackov1-0/+7
2016-11-08Add mkdir and touch builtinsKaren Arutyunov1-272/+368
2016-11-04Fix Clang and VC warningsKaren Arutyunov1-1/+5
2016-11-04Fix VC compilation errorsKaren Arutyunov1-25/+25
2016-11-04Make rmdir_r() to call entry_exists(path) rather than exists(dir_path)Karen Arutyunov1-11/+0
2016-11-04Add support for cleanup types to testscript runnerKaren Arutyunov1-19/+40
2016-11-04Implement command-pipe, command-expr in testscript parserBoris Kolpackov1-41/+43
2016-11-04Update test runner to accommodate cleanup typesKaren Arutyunov1-6/+8
2016-11-04Check if registered for cleanup path is in test scope working directoryKaren Arutyunov1-17/+28
2016-11-04Add support for &dir/*** test path cleanup syntaxKaren Arutyunov1-1/+46
2016-11-04Suppress duplicates on test scope path cleanup registrationKaren Arutyunov1-44/+30
2016-11-04Minor testscript cleanupsBoris Kolpackov1-3/+3
2016-11-04Cache test command stdinKaren Arutyunov1-41/+87
2016-11-04Add support of paths cleanups to testscript runnerKaren Arutyunov1-0/+9
2016-11-04Add support of merge redirect to testscript runnerKaren Arutyunov1-22/+42
2016-11-04Add support of file redirects to testscript runnerKaren Arutyunov1-54/+134
2016-11-04Add support of file redirects to testscript parserKaren Arutyunov1-4/+9
2016-11-04Minor name changes in testscript object modelBoris Kolpackov1-5/+5
2016-11-04Support paths cleanup when test scope is leftKaren Arutyunov1-71/+48
2016-11-04Add support for <+ and >+ redirectsKaren Arutyunov1-10/+22
2016-11-04Implement creation/cleanup of testscript root working directoryBoris Kolpackov1-1/+1
2016-11-04Add support for no-newline redirects in testscriptBoris Kolpackov1-13/+0
2016-11-04Rework test runnerBoris Kolpackov1-218/+195
2016-11-04Add testscript runner scope enter/leave callbacksBoris Kolpackov1-1/+1
2016-11-04Add support for testscript scope id, working directoryBoris Kolpackov1-1/+1
2016-11-04Test runner reviewBoris Kolpackov1-13/+10
2016-11-04Pass command index, location to test runnerBoris Kolpackov1-1/+1
2016-11-04Move exit status to command, make runner run commands, not testsBoris Kolpackov1-40/+28
2016-11-04Implement concurrent_runnerBoris Kolpackov1-2/+407
2016-11-04Generalize and move test printing code to scriptBoris Kolpackov1-75/+0
2016-11-04Minor testscript fixes/changesBoris Kolpackov1-2/+2
2016-11-04Print full test info in test runnerKaren Arutyunov1-1/+101
2016-11-04Implement testscript $*, $NN, $~ special variablesBoris Kolpackov1-1/+1
2016-11-04Extend test rule to handle testscriptsBoris Kolpackov1-2/+3