Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-01-31 | Add support for test command pipe, expression and command-if | Karen Arutyunov | 5 | -43/+593 |
2017-01-24 | Add support for shared here-documents | Karen Arutyunov | 1 | -0/+19 |
2017-01-24 | Add support for comparison of test command output to a file | Karen Arutyunov | 2 | -17/+39 |
2017-01-19 | Add support for portable path modifer and dot character escaping inversion | Karen Arutyunov | 6 | -323/+763 |
2017-01-09 | Make use of operator<<(ostream, exception) | Karen Arutyunov | 1 | -12/+3 |
2017-01-05 | Update copyright year | Boris Kolpackov | 5 | -5/+5 |
2017-01-05 | Tests cleanup | Karen Arutyunov | 3 | -542/+573 |
2017-01-05 | Print signal/core dump like shell/make | Karen Arutyunov | 2 | -12/+99 |
2017-01-05 | Save diff output for {stdout,stderr}.diff | Karen Arutyunov | 2 | -17/+47 |
2017-01-05 | Add support for regex in runner | Karen Arutyunov | 4 | -96/+320 |
2016-12-16 | Convert tests/ to subproject, initial work on cross-testing support | Boris Kolpackov | 4 | -40/+46 |
2016-12-05 | Make use of casts and canonicalizations in testscripts | Karen Arutyunov | 2 | -35/+37 |
2016-12-01 | Implement testscript variable-if | Boris Kolpackov | 1 | -1/+1 |
2016-12-01 | Organize tests/, factor common testscript fragments | Boris Kolpackov | 2 | -23/+5 |
2016-11-30 | Add support for typed/untyped concatenated expansion | Boris Kolpackov | 2 | -2/+2 |
2016-11-25 | Implement literal here-document support | Boris Kolpackov | 2 | -4/+4 |
2016-11-22 | Fix typo | Boris Kolpackov | 2 | -2/+2 |
2016-11-21 | Change build.driver/path variable to build.path/process_path | Boris Kolpackov | 2 | -2/+2 |
2016-11-15 | Add cat, false and true builtins | Karen Arutyunov | 5 | -99/+6 |
2016-11-08 | Add mkdir and touch builtins | Karen Arutyunov | 6 | -67/+306 |
2016-11-04 | Fix Clang and VC warnings | Karen Arutyunov | 1 | -2/+5 |
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 |