aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-04Add tests and fixes for trailing description supportBoris Kolpackov5-26/+104
2016-11-04Initial support for trailing description in testscriptBoris Kolpackov6-25/+91
2016-11-04Minor testscript cleanupsBoris Kolpackov2-15/+21
2016-11-04Implement description support in testscriptBoris Kolpackov16-62/+764
2016-11-04Cache test command stdinKaren Arutyunov1-41/+87
2016-11-04Add support of paths cleanups to testscript runnerKaren Arutyunov4-1/+37
2016-11-04Add support of merge redirect to testscript runnerKaren Arutyunov4-31/+77
2016-11-04Add more test command file redirect testsKaren Arutyunov1-0/+46
2016-11-04Add support of cleanups to testscript parserKaren Arutyunov7-28/+125
2016-11-04Fix test command merge redirect parsing and testingKaren Arutyunov2-11/+6
2016-11-04Use recursion to parse compound testsBoris Kolpackov2-188/+200
2016-11-04Add description to testscript grammarBoris Kolpackov1-1/+9
2016-11-04Minor changes to merge redirect codeBoris Kolpackov2-12/+10
2016-11-04Add support of merge redirect to testscript parserKaren Arutyunov9-11/+163
2016-11-04Add support of file redirects to testscript runnerKaren Arutyunov9-61/+331
2016-11-04Handle explicit test scopesBoris Kolpackov5-10/+160
2016-11-04Implement support for testscript scopesBoris Kolpackov6-33/+133
2016-11-04Rework testscript parser in preparation for scope supportBoris Kolpackov3-97/+163
2016-11-04Add few setup/teardown testsBoris Kolpackov1-0/+28
2016-11-04Add few testscript integration testsBoris Kolpackov1-2/+34
2016-11-04Add support of file redirects to testscript parserKaren Arutyunov8-58/+298
2016-11-04Add tests for first_token, second_token testscript lexer modesBoris Kolpackov3-3/+79
2016-11-04Add file and merge redirects, cleanups to testscript grammarBoris Kolpackov1-3/+12
2016-11-04Diagnose semicolon after testscript setup/teardown commandsBoris Kolpackov4-8/+19
2016-11-04Minor name changes in testscript object modelBoris Kolpackov2-8/+9
2016-11-04Support paths cleanup when test scope is leftKaren Arutyunov3-71/+57
2016-11-04Add support for <+ and >+ redirectsKaren Arutyunov1-10/+22
2016-11-04Fix printing no-newline here-doc and here-strKaren Arutyunov4-33/+74
2016-11-04Add support for setup/teardown commandsBoris Kolpackov18-44/+198
2016-11-04Add build.driver variable with build system driver path (argv[0])Boris Kolpackov4-3/+13
2016-11-04Rename tests/test/script/ to tests/test/script/runner/Boris Kolpackov4-4/+11
2016-11-04Minor testscript changesBoris Kolpackov7-21/+28
2016-11-04Support >+ and <+ redirects in parserKaren Arutyunov6-2/+25
2016-11-04Change <! and >! syntaxt to <- and >-Karen Arutyunov6-13/+13
2016-11-04Implement creation/cleanup of testscript root working directoryBoris Kolpackov6-36/+94
2016-11-04Add couple of testscript testsBoris Kolpackov3-13/+130
2016-11-04Add support for multi-line commentsBoris Kolpackov1-5/+41
2016-11-04Add support for no-newline redirects in testscriptBoris Kolpackov10-103/+212
2016-11-04Implement support for compound testsBoris Kolpackov14-76/+347
2016-11-04Rework test runnerBoris Kolpackov4-220/+202
2016-11-04Add empty(dir_path) to filesystemBoris Kolpackov2-0/+17
2016-11-04Update bootstrap scriptsKaren Arutyunov3-0/+3
2016-11-04Add testscript runner scope enter/leave callbacksBoris Kolpackov5-17/+61
2016-11-04Add location::empty() predicateBoris Kolpackov1-0/+3
2016-11-04Add support for testscript scope id, working directoryBoris Kolpackov11-48/+136
2016-11-04Test runner reviewBoris Kolpackov1-13/+10
2016-11-04Pass command index, location to test runnerBoris Kolpackov5-15/+30
2016-11-04Add notion of testscript test and group scopesBoris Kolpackov3-46/+151
2016-11-04Move exit status to command, make runner run commands, not testsBoris Kolpackov5-88/+63
2016-11-04Minor testscript changesBoris Kolpackov5-53/+7