Age | Commit message (Expand) | Author | Files | Lines |
2021-10-13 | Add --cwd|-t option to env pseudo-builtin | Karen Arutyunov | 2 | -60/+106 |
2021-09-28 | Adapt to libbutl headers extension change from .mxx to .hxx | Karen Arutyunov | 1 | -4/+4 |
2021-09-24 | Fortify tests against NDEBUG | Karen Arutyunov | 1 | -1/+3 |
2020-12-14 | Make export script builtin tests more robust | Karen Arutyunov | 1 | -0/+5 |
2020-12-11 | Add export script pseudo-builtin | Karen Arutyunov | 2 | -2/+135 |
2020-12-11 | Copy parent scope's test program list in runner's entry() function rather tha... | Karen Arutyunov | 1 | -3/+29 |
2020-12-11 | Fix set pseudo-builtin to reset special variables when required | Karen Arutyunov | 1 | -0/+9 |
2020-12-11 | Prefix pseudo-builtin diagnostincs messages with their names | Karen Arutyunov | 3 | -12/+12 |
2020-12-08 | Add support for config.test.runner | Karen Arutyunov | 1 | -0/+31 |
2020-12-02 | Add support for buildscript depdb preamble | Karen Arutyunov | 1 | -3/+3 |
2020-11-19 | Fix set buildscript builtin crash on Windows | Karen Arutyunov | 1 | -1/+8 |
2020-11-06 | Fix mistreating test operation timeout as test timeout in some case | Karen Arutyunov | 1 | -4/+8 |
2020-11-06 | Add support for test timeouts | Karen Arutyunov | 4 | -19/+661 |
2020-06-18 | Add env script pseudo-builtin | Karen Arutyunov | 2 | -8/+24 |
2020-06-08 | Cleanup script command failure diagnostics | Karen Arutyunov | 4 | -3/+12 |
2020-05-27 | Initial support for ad hoc recipes (still work in progress) | Boris Kolpackov | 2 | -28/+179 |
2020-02-07 | Drop copyright notice from source code | Karen Arutyunov | 12 | -12/+0 |
2019-09-27 | Add support for testscript builtin escaping | Karen Arutyunov | 1 | -0/+20 |
2019-08-21 | Make testscripts to ignore user's default options files | Karen Arutyunov | 1 | -1/+1 |
2019-08-19 | Revert previous (erroneously pushed to master) commit | Karen Arutyunov | 1 | -1/+1 |
2019-08-19 | Make testscripts to ignore user's default options files | Karen Arutyunov | 1 | -1/+1 |
2019-08-01 | Combine multiple single-character flags into a single argument for testscript... | Karen Arutyunov | 2 | -5/+5 |
2019-07-24 | Use CLI-generated classes to parse testscript builtin options | Karen Arutyunov | 2 | -1/+19 |
2019-01-24 | Add testscript sleep builtin | Karen Arutyunov | 2 | -2/+2 |
2019-01-16 | Update copyright year | Karen Arutyunov | 12 | -12/+12 |
2018-11-17 | Print id of failed test | Karen Arutyunov | 8 | -11/+107 |
2018-09-05 | Create .buildignore file in testscript root working directory | Karen Arutyunov | 1 | -0/+4 |
2018-09-04 | Rename .test/test{} to .testscript/testscript{} | Boris Kolpackov | 11 | -27/+27 |
2018-05-19 | Update copyright year | Karen Arutyunov | 12 | -12/+12 |
2018-05-16 | Redo testscript diagnostics not to rely on invalid paths | Karen Arutyunov | 1 | -3/+6 |
2017-11-30 | Adapt testscripts to build2 output changes | Karen Arutyunov | 1 | -4/+4 |
2017-10-03 | Adapt to modularization of libbutl | Karen Arutyunov | 1 | -4/+4 |
2017-07-13 | Add hxx prerequisite type in test buildfiles | Karen Arutyunov | 1 | -1/+1 |
2017-07-12 | Make use of wildcards in buildfiles | Karen Arutyunov | 1 | -1/+1 |
2017-06-19 | Add support for exit testscript builtin | Karen Arutyunov | 2 | -1/+401 |
2017-06-12 | Resolve ambiguity between std:: and butl:: optional | Boris Kolpackov | 1 | -0/+2 |
2017-06-01 | Implement new testscript cleanup wildcards semantics | Karen Arutyunov | 1 | -40/+66 |
2017-05-31 | Fix testscript runner not to remove special files with wildcard cleanups | Karen Arutyunov | 1 | -0/+19 |
2017-05-03 | Fix test failures caused by previous commit | Boris Kolpackov | 1 | -0/+4 |
2017-05-02 | Cleanup testscript runner diagnostics | Boris Kolpackov | 6 | -36/+30 |
2017-05-01 | Add hxx extension for headers | Karen Arutyunov | 1 | -4/+4 |
2017-03-16 | Add support for >! test command redirect | Karen Arutyunov | 1 | -0/+47 |
2017-03-15 | Print sub-entries of non-empty testscript directory registered for cleanup | Karen Arutyunov | 1 | -3/+22 |
2017-03-15 | Add support for config.test.output variable | Karen Arutyunov | 2 | -1/+88 |
2017-03-15 | Print unexpected or regex non-matching test command stdout/stderr | Karen Arutyunov | 2 | -0/+7 |
2017-03-02 | Implement parallel match | Boris Kolpackov | 1 | -1/+1 |
2017-03-01 | Add set builtin | Karen Arutyunov | 2 | -1/+276 |
2017-02-11 | Add support for &dir/*[*][/] test path cleanup syntax | Karen Arutyunov | 1 | -35/+104 |
2017-02-10 | Fix save_regex() | Karen Arutyunov | 2 | -30/+49 |
2017-01-31 | Move builtin and runner tests to '$c ... && $b' pattern | Karen Arutyunov | 4 | -254/+102 |