Age | Commit message (Expand) | Author | Files | Lines |
2016-12-09 | Initial parallel scheduler implementation, use to run testscrips | Boris Kolpackov | 1 | -0/+2 |
2016-11-21 | Change build.driver/path variable to build.path/process_path | Boris Kolpackov | 1 | -1/+1 |
2016-11-11 | Clean up testscript grammar and parser | Boris Kolpackov | 1 | -1/+1 |
2016-11-08 | Implement testscript command-if | Boris Kolpackov | 1 | -5/+34 |
2016-11-08 | Get rid of faulty test script move-ctor | Karen Arutyunov | 1 | -2/+2 |
2016-11-04 | Restructure testscript parser slightly | Boris Kolpackov | 1 | -5/+5 |
2016-11-04 | Implement command-pipe, command-expr in testscript parser | Boris Kolpackov | 1 | -2/+2 |
2016-11-04 | Implement description support in testscript | Boris Kolpackov | 1 | -2/+37 |
2016-11-04 | Handle explicit test scopes | Boris Kolpackov | 1 | -4/+13 |
2016-11-04 | Add support for setup/teardown commands | Boris Kolpackov | 1 | -1/+1 |
2016-11-04 | Implement creation/cleanup of testscript root working directory | Boris Kolpackov | 1 | -1/+1 |
2016-11-04 | Implement support for compound tests | Boris Kolpackov | 1 | -8/+46 |
2016-11-04 | Add testscript runner scope enter/leave callbacks | Boris Kolpackov | 1 | -1/+7 |
2016-11-04 | Add support for testscript scope id, working directory | Boris Kolpackov | 1 | -6/+8 |
2016-11-04 | Pass command index, location to test runner | Boris Kolpackov | 1 | -1/+1 |
2016-11-04 | Move exit status to command, make runner run commands, not tests | Boris Kolpackov | 1 | -1/+1 |
2016-11-04 | Add testscript parser unit test | Boris Kolpackov | 1 | -0/+99 |