aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/script
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Handle exceptions in parallel tests runsBoris Kolpackov1-0/+3
2016-12-09Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov1-3/+14
2016-12-01Implement testscript variable-ifBoris Kolpackov1-1/+3
2016-11-10Implement scope-if in testscriptBoris Kolpackov1-7/+32
2016-11-08Implement testscript command-ifBoris Kolpackov1-1/+14
2016-11-08Add mkdir and touch builtinsKaren Arutyunov1-1/+2
2016-11-08Get rid of faulty test script move-ctorKaren Arutyunov1-1/+1
2016-11-07Rework pre-parsed line type in testscriptBoris Kolpackov1-1/+1
2016-11-04Implement testscript inclusion supportBoris Kolpackov1-5/+15
2016-11-04Restructure testscript parser slightlyBoris Kolpackov1-0/+12
2016-11-04Add support for cleanup types to testscript runnerKaren Arutyunov1-3/+2
2016-11-04Implement command-pipe, command-expr in testscript parserBoris Kolpackov1-0/+48
2016-11-04Update test runner to accommodate cleanup typesKaren Arutyunov1-3/+3
2016-11-04Update model to accommodate cleanup typesBoris Kolpackov1-20/+38
2016-11-04Minor comment changeBoris Kolpackov1-16/+13
2016-11-04Add support for &dir/*** test path cleanup syntaxKaren Arutyunov1-6/+18
2016-11-04Suppress duplicates on test scope path cleanup registrationKaren Arutyunov1-0/+8
2016-11-04Initial support for trailing description in testscriptBoris Kolpackov1-0/+6
2016-11-04Implement description support in testscriptBoris Kolpackov1-0/+9
2016-11-04Add support of cleanups to testscript parserKaren Arutyunov1-0/+2
2016-11-04Minor changes to merge redirect codeBoris Kolpackov1-1/+1
2016-11-04Add support of merge redirect to testscript parserKaren Arutyunov1-0/+2
2016-11-04Handle explicit test scopesBoris Kolpackov1-0/+6
2016-11-04Add support of file redirects to testscript parserKaren Arutyunov1-5/+34
2016-11-04Minor name changes in testscript object modelBoris Kolpackov1-3/+4
2016-11-04Support paths cleanup when test scope is leftKaren Arutyunov1-0/+5
2016-11-04Add support for setup/teardown commandsBoris Kolpackov1-1/+1
2016-11-04Minor testscript changesBoris Kolpackov1-1/+1
2016-11-04Support >+ and <+ redirects in parserKaren Arutyunov1-0/+1
2016-11-04Implement creation/cleanup of testscript root working directoryBoris Kolpackov1-1/+3
2016-11-04Add support for no-newline redirects in testscriptBoris Kolpackov1-1/+1
2016-11-04Implement support for compound testsBoris Kolpackov1-2/+8
2016-11-04Rework test runnerBoris Kolpackov1-0/+2
2016-11-04Add testscript runner scope enter/leave callbacksBoris Kolpackov1-6/+17
2016-11-04Add support for testscript scope id, working directoryBoris Kolpackov1-19/+31
2016-11-04Add notion of testscript test and group scopesBoris Kolpackov1-10/+32
2016-11-04Move exit status to command, make runner run commands, not testsBoris Kolpackov1-25/+21
2016-11-04Minor testscript changesBoris Kolpackov1-10/+3
2016-11-04Implement concurrent_runnerBoris Kolpackov1-0/+7
2016-11-04Generalize and move test printing code to scriptBoris Kolpackov1-0/+18
2016-11-04Implement two-stage testscript parsingBoris Kolpackov1-0/+19
2016-11-04Minor testscript fixes/changesBoris Kolpackov1-4/+1
2016-11-04Print full test info in test runnerKaren Arutyunov1-0/+4
2016-11-04Cosmetic changesBoris Kolpackov1-11/+12
2016-11-04Change test::script::command_exit::status typeKaren Arutyunov1-3/+19
2016-11-04Implement testscript $*, $NN, $~ special variablesBoris Kolpackov1-3/+12
2016-11-04Add notion of scope to testscript modelBoris Kolpackov1-6/+21
2016-11-04Set test variable for testscript, improve test ruleBoris Kolpackov1-2/+1
2016-11-04Continue work on testscript parserBoris Kolpackov1-0/+39
2016-11-04Initial work on testscript lexer/parserBoris Kolpackov1-0/+66