Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-11-04 | Add couple of testscript tests | Boris Kolpackov | 3 | -13/+130 |
2016-11-04 | Add support for multi-line comments | Boris Kolpackov | 1 | -5/+41 |
2016-11-04 | Add support for no-newline redirects in testscript | Boris Kolpackov | 10 | -103/+212 |
2016-11-04 | Implement support for compound tests | Boris Kolpackov | 14 | -76/+347 |
2016-11-04 | Rework test runner | Boris Kolpackov | 4 | -220/+202 |
2016-11-04 | Add empty(dir_path) to filesystem | Boris Kolpackov | 2 | -0/+17 |
2016-11-04 | Update bootstrap scripts | Karen Arutyunov | 3 | -0/+3 |
2016-11-04 | Add testscript runner scope enter/leave callbacks | Boris Kolpackov | 5 | -17/+61 |
2016-11-04 | Add location::empty() predicate | Boris Kolpackov | 1 | -0/+3 |
2016-11-04 | Add support for testscript scope id, working directory | Boris Kolpackov | 11 | -48/+136 |
2016-11-04 | Test runner review | Boris Kolpackov | 1 | -13/+10 |
2016-11-04 | Pass command index, location to test runner | Boris Kolpackov | 5 | -15/+30 |
2016-11-04 | Add notion of testscript test and group scopes | Boris Kolpackov | 3 | -46/+151 |
2016-11-04 | Move exit status to command, make runner run commands, not tests | Boris Kolpackov | 5 | -88/+63 |
2016-11-04 | Minor testscript changes | Boris Kolpackov | 5 | -53/+7 |
2016-11-04 | Implement concurrent_runner | Boris Kolpackov | 8 | -4/+548 |
2016-11-04 | Add sto*() names to utility | Boris Kolpackov | 1 | -0/+2 |