Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-11-04 | Add few setup/teardown tests | Boris Kolpackov | 1 | -0/+28 |
2016-11-04 | Add few testscript integration tests | Boris Kolpackov | 1 | -2/+34 |
2016-11-04 | Add support of file redirects to testscript parser | Karen Arutyunov | 8 | -58/+298 |
2016-11-04 | Add tests for first_token, second_token testscript lexer modes | Boris Kolpackov | 3 | -3/+79 |
2016-11-04 | Add file and merge redirects, cleanups to testscript grammar | Boris Kolpackov | 1 | -3/+12 |
2016-11-04 | Diagnose semicolon after testscript setup/teardown commands | Boris Kolpackov | 4 | -8/+19 |
2016-11-04 | Minor name changes in testscript object model | Boris Kolpackov | 2 | -8/+9 |
2016-11-04 | Support paths cleanup when test scope is left | Karen Arutyunov | 3 | -71/+57 |
2016-11-04 | Add support for <+ and >+ redirects | Karen Arutyunov | 1 | -10/+22 |
2016-11-04 | Fix printing no-newline here-doc and here-str | Karen Arutyunov | 4 | -33/+74 |
2016-11-04 | Add support for setup/teardown commands | Boris Kolpackov | 18 | -44/+198 |
2016-11-04 | Add build.driver variable with build system driver path (argv[0]) | Boris Kolpackov | 4 | -3/+13 |
2016-11-04 | Rename tests/test/script/ to tests/test/script/runner/ | Boris Kolpackov | 4 | -4/+11 |
2016-11-04 | Minor testscript changes | Boris Kolpackov | 7 | -21/+28 |
2016-11-04 | Support >+ and <+ redirects in parser | Karen Arutyunov | 6 | -2/+25 |
2016-11-04 | Change <! and >! syntaxt to <- and >- | Karen Arutyunov | 6 | -13/+13 |
2016-11-04 | Implement creation/cleanup of testscript root working directory | Boris Kolpackov | 6 | -36/+94 |