Age | Commit message (Expand) | Author | Files | Lines |
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-03-15 | Print sub-entries of non-empty testscript directory registered for cleanup | Karen Arutyunov | 1 | -3/+22 |
2017-02-11 | Add support for &dir/*[*][/] test path cleanup syntax | Karen Arutyunov | 1 | -35/+104 |
2017-01-31 | Move builtin and runner tests to '$c ... && $b' pattern | Karen Arutyunov | 1 | -55/+26 |
2017-01-24 | Add support for comparison of test command output to a file | Karen Arutyunov | 1 | -3/+3 |
2017-01-19 | Add support for portable path modifer and dot character escaping inversion | Karen Arutyunov | 1 | -30/+30 |
2017-01-09 | Make use of operator<<(ostream, exception) | Karen Arutyunov | 1 | -12/+3 |
2017-01-05 | Update copyright year | Boris Kolpackov | 1 | -1/+1 |
2017-01-05 | Tests cleanup | Karen Arutyunov | 1 | -202/+212 |
2017-01-05 | Add support for regex in runner | Karen Arutyunov | 1 | -29/+45 |
2016-12-16 | Convert tests/ to subproject, initial work on cross-testing support | Boris Kolpackov | 1 | -32/+33 |
2016-12-05 | Make use of casts and canonicalizations in testscripts | Karen Arutyunov | 1 | -33/+35 |
2016-12-01 | Organize tests/, factor common testscript fragments | Boris Kolpackov | 1 | -11/+2 |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 1 | -1/+1 |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 1 | -2/+2 |
2016-11-22 | Fix typo | Boris Kolpackov | 1 | -1/+1 |
2016-11-21 | Change build.driver/path variable to build.path/process_path | Boris Kolpackov | 1 | -1/+1 |
2016-11-08 | Add mkdir and touch builtins | Karen Arutyunov | 1 | -26/+96 |
2016-11-04 | Make rmdir_r() to call entry_exists(path) rather than exists(dir_path) | Karen Arutyunov | 1 | -0/+8 |
2016-11-04 | Add support for cleanup types to testscript runner | Karen Arutyunov | 1 | -41/+56 |
2016-11-04 | Check if registered for cleanup path is in test scope working directory | Karen Arutyunov | 1 | -1/+27 |
2016-11-04 | Add support for &dir/*** test path cleanup syntax | Karen Arutyunov | 1 | -9/+91 |
2016-11-04 | Update testscripts | Boris Kolpackov | 1 | -0/+20 |
2016-11-04 | Add support of paths cleanups to testscript runner | Karen Arutyunov | 1 | -0/+10 |