aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-03Adjust test working directory removal verbosity level (make 2)Karen Arutyunov1-1/+5
2017-05-02Cleanup testscript runner diagnosticsBoris Kolpackov1-22/+19
2017-05-01Add hxx extension for headersKaren Arutyunov1-9/+9
2017-04-26Diagnostics printing minor optimizationKaren Arutyunov1-9/+6
2017-04-26Cleanup error messagesBoris Kolpackov1-11/+9
2017-04-26Print diff failure reasonKaren Arutyunov1-0/+28
2017-04-24Adapt to process_exit::core() being available on Windows nowKaren Arutyunov1-2/+0
2017-04-24Adapt to fdnull() returning auto_fd nowKaren Arutyunov1-10/+2
2017-04-10Adapt to process_error changeKaren Arutyunov1-2/+2
2017-03-23Reimplement testscript builtins without thread detach, future/promiseBoris Kolpackov1-5/+6
2017-03-22Make use of throw_generic_error()Karen Arutyunov1-2/+2
2017-03-16Add support for >! test command redirectKaren Arutyunov1-21/+13
2017-03-15Print sub-entries of non-empty testscript directory registered for cleanupKaren Arutyunov1-8/+41
2017-03-15Add support for config.test.output variableKaren Arutyunov1-99/+116
2017-03-15Print unexpected or regex non-matching test command stdout/stderrKaren Arutyunov1-0/+8
2017-03-13Adapt for path_search() changeKaren Arutyunov1-13/+19
2017-03-01Add set builtinKaren Arutyunov1-7/+238
2017-02-11Add support for &dir/*[*][/] test path cleanup syntaxKaren Arutyunov1-2/+55
2017-02-10Fix save_regex()Karen Arutyunov1-5/+5
2017-02-03Fix runner output in verbose (-v, -V) modesKaren Arutyunov1-9/+21
2017-02-03Add sed builtinKaren Arutyunov1-36/+2
2017-01-31Add support for test command pipe, expression and command-ifKaren Arutyunov1-160/+320
2017-01-26Only pass diff --strip-trailing-cr in runner if running on WindowsKaren Arutyunov1-7/+11
2017-01-26Add test builtinKaren Arutyunov1-0/+2
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