Age | Commit message (Expand) | Author | Files | Lines |
2016-11-04 | Make newline token always separated from previous one | Boris Kolpackov | 1 | -1/+2 |
2016-11-04 | Adjust diag_record::os_ member name to os | Boris Kolpackov | 2 | -9/+9 |
2016-11-04 | Print empty name as '' rather than {} in quoted mode | Boris Kolpackov | 2 | -6/+13 |
2016-11-04 | Fix Clang and VC warnings | Karen Arutyunov | 4 | -5/+16 |
2016-11-04 | Adopt to auto_fd introduced to libbutl fdstreams and process | Karen Arutyunov | 9 | -23/+17 |
2016-11-04 | Update testscript spec with include directive grammar | Boris Kolpackov | 1 | -3/+22 |
2016-11-04 | Rely on path from replay data in testscript re-parse phase | Boris Kolpackov | 2 | -5/+8 |
2016-11-04 | Add file path to replay_token | Boris Kolpackov | 2 | -5/+21 |
2016-11-04 | Restructure testscript parser slightly | Boris Kolpackov | 5 | -30/+54 |
2016-11-04 | Implement missing testscript integration tests | Boris Kolpackov | 2 | -39/+49 |
2016-11-04 | Add test for here-doc in pipe/expr command | Boris Kolpackov | 1 | -0/+38 |
2016-11-04 | Fix VC compilation errors | Karen Arutyunov | 1 | -25/+25 |
2016-11-04 | Make rmdir_r() to call entry_exists(path) rather than exists(dir_path) | Karen Arutyunov | 4 | -14/+31 |
2016-11-04 | Add support for cleanup types to testscript runner | Karen Arutyunov | 3 | -63/+98 |
2016-11-04 | Implement command-pipe, command-expr in testscript parser | Boris Kolpackov | 11 | -79/+357 |
2016-11-04 | Establish testscript builtins infrastructure | Boris Kolpackov | 3 | -0/+113 |
2016-11-04 | Add support for cleanup types to testscript parser | Karen Arutyunov | 7 | -36/+102 |
2016-11-04 | Add note to testscript style guide | Boris Kolpackov | 1 | -3/+6 |
2016-11-04 | Implement support for here-document indentation | Boris Kolpackov | 2 | -11/+180 |
2016-11-04 | Update test runner to accommodate cleanup types | Karen Arutyunov | 4 | -16/+28 |
2016-11-04 | Check if registered for cleanup path is in test scope working directory | Karen Arutyunov | 2 | -18/+55 |
2016-11-04 | Add clarification of combination tests to testscript spec | Boris Kolpackov | 1 | -0/+8 |
2016-11-04 | Add style guide section to testscript spec | Boris Kolpackov | 1 | -0/+104 |
2016-11-04 | Add &!, &? cleanup operators to testscript spec | Boris Kolpackov | 1 | -1/+1 |
2016-11-04 | Update model to accommodate cleanup types | Boris Kolpackov | 1 | -20/+38 |
2016-11-04 | Minor comment change | Boris Kolpackov | 1 | -16/+13 |
2016-11-04 | Add support for &dir/*** test path cleanup syntax | Karen Arutyunov | 4 | -26/+156 |
2016-11-04 | Implement testscript working directory cleanup | Boris Kolpackov | 2 | -18/+53 |
2016-11-04 | Update testscripts | Boris Kolpackov | 4 | -10/+25 |
2016-11-04 | Don't print "while updating ..." in quiet mode | Boris Kolpackov | 1 | -1/+3 |
2016-11-04 | Add --no-line, --no-column options | Boris Kolpackov | 10 | -14/+73 |
2016-11-04 | Suppress duplicates on test scope path cleanup registration | Karen Arutyunov | 3 | -44/+59 |
2016-11-04 | Add tests and fixes for trailing description support | Boris Kolpackov | 5 | -26/+104 |
2016-11-04 | Initial support for trailing description in testscript | Boris Kolpackov | 6 | -25/+91 |
2016-11-04 | Minor testscript cleanups | Boris Kolpackov | 2 | -15/+21 |
2016-11-04 | Implement description support in testscript | Boris Kolpackov | 16 | -62/+764 |
2016-11-04 | Cache test command stdin | Karen Arutyunov | 1 | -41/+87 |
2016-11-04 | Add support of paths cleanups to testscript runner | Karen Arutyunov | 4 | -1/+37 |
2016-11-04 | Add support of merge redirect to testscript runner | Karen Arutyunov | 4 | -31/+77 |
2016-11-04 | Add more test command file redirect tests | Karen Arutyunov | 1 | -0/+46 |
2016-11-04 | Add support of cleanups to testscript parser | Karen Arutyunov | 7 | -28/+125 |
2016-11-04 | Fix test command merge redirect parsing and testing | Karen Arutyunov | 2 | -11/+6 |
2016-11-04 | Use recursion to parse compound tests | Boris Kolpackov | 2 | -188/+200 |
2016-11-04 | Add description to testscript grammar | Boris Kolpackov | 1 | -1/+9 |
2016-11-04 | Minor changes to merge redirect code | Boris Kolpackov | 2 | -12/+10 |
2016-11-04 | Add support of merge redirect to testscript parser | Karen Arutyunov | 9 | -11/+163 |
2016-11-04 | Add support of file redirects to testscript runner | Karen Arutyunov | 9 | -61/+331 |
2016-11-04 | Handle explicit test scopes | Boris Kolpackov | 5 | -10/+160 |
2016-11-04 | Implement support for testscript scopes | Boris Kolpackov | 6 | -33/+133 |
2016-11-04 | Rework testscript parser in preparation for scope support | Boris Kolpackov | 3 | -97/+163 |