aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/runner.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-07-05Move config, dist, test, and install modules into libraryKaren Arutyunov1-1891/+0
2019-07-01Split build system into library and driverBoris Kolpackov1-3/+3
2019-03-07Add support for alternative build file/directory naming schemeBoris Kolpackov1-8/+16
2019-01-24Add testscript sleep builtinKaren Arutyunov1-2/+2
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-30Adapt to inventing path_match_flagsKaren Arutyunov1-1/+3
2018-11-17Print id of failed testKaren Arutyunov1-0/+30
2018-11-16Fix GCC maybe used uninitialized warningKaren Arutyunov1-1/+1
2018-09-05Create .buildignore file in testscript root working directoryKaren Arutyunov1-7/+19
2018-08-28Diagnose NULL test.target variable valueBoris Kolpackov1-9/+19
2018-06-15Minor formatting cleanupKaren Arutyunov1-3/+3
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2018-05-18Pass ignore_dangling flag to dir_iterator() ctorKaren Arutyunov1-2/+6
2018-05-16Redo testscript diagnostics not to rely on invalid pathsKaren Arutyunov1-27/+14
2018-05-12Fix inability to run program by relative path in testscriptKaren Arutyunov1-1/+22
2018-02-12Preprend testscript expressions with ': ' for verbosity >= 3Karen Arutyunov1-2/+13
2018-02-09Preprend testscript expressions with $ for verbosity >= 3Karen Arutyunov1-1/+1
2018-02-03Get rid of action rule override semanticsBoris Kolpackov1-0/+4
2017-12-17Trace non-zero process exit codeBoris Kolpackov1-17/+2
2017-12-15Adapt to libbutl process API extensionKaren Arutyunov1-17/+23
2017-10-03Adapt to modularization of libbutlKaren Arutyunov1-2/+2
2017-06-21Move regex utilities to libbutlKaren Arutyunov1-1/+1
2017-06-19Add support for exit testscript builtinKaren Arutyunov1-22/+100
2017-06-06Adapt to libbutl::process interface changeKaren Arutyunov1-3/+3
2017-06-01Implement new testscript cleanup wildcards semanticsKaren Arutyunov1-81/+101
2017-05-31Fix testscript runner not to remove special files with wildcard cleanupsKaren Arutyunov1-7/+30
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