aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/parser.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Handle exceptions in parallel tests runsBoris Kolpackov1-19/+52
2016-12-09Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov1-126/+61
2016-12-05Eliminate the use of '/...' paths on WindowsKaren Arutyunov1-3/+1
2016-12-05Adapt to semantics change of path::normalize()Karen Arutyunov1-1/+3
2016-12-01Implement testscript variable-ifBoris Kolpackov1-73/+115
2016-11-30Add support for typed/untyped concatenated expansionBoris Kolpackov1-1/+1
2016-11-26Spec testscript regex, add support in token/lexerBoris Kolpackov1-77/+47
2016-11-25Implement literal here-document supportBoris Kolpackov1-27/+54
2016-11-25Allow here-document end marker to be wholly quotedBoris Kolpackov1-2/+39
2016-11-25Distinguish token quoting type and completenessBoris Kolpackov1-9/+12
2016-11-23Implement value type propagation on expansionBoris Kolpackov1-1/+1
2016-11-22Use diagnostics facility from libbutlBoris Kolpackov1-13/+8
2016-11-15Add cat, false and true builtinsKaren Arutyunov1-8/+11
2016-11-11Clean up testscript grammar and parserBoris Kolpackov1-540/+585
2016-11-10Implement scope-if in testscriptBoris Kolpackov1-140/+365
2016-11-09Various minor semantics changes in testscript languageBoris Kolpackov1-85/+79
2016-11-08Implement testscript command-ifBoris Kolpackov1-138/+386
2016-11-08Add mkdir and touch builtinsKaren Arutyunov1-2/+6
2016-11-08Get rid of faulty test script move-ctorKaren Arutyunov1-10/+7
2016-11-07Rework pre-parsed line type in testscriptBoris Kolpackov1-52/+67
2016-11-07Only do effective escaping when re-parsing expansions in testscriptBoris Kolpackov1-2/+14
2016-11-04Use include-aware location in testscriptBoris Kolpackov1-4/+1
2016-11-04Rework testscript parser into more modular/reusable functionsBoris Kolpackov1-214/+227
2016-11-04Implement testscript inclusion supportBoris Kolpackov1-21/+194
2016-11-04Rely on path from replay data in testscript re-parse phaseBoris Kolpackov1-3/+6
2016-11-04Restructure testscript parser slightlyBoris Kolpackov1-5/+26
2016-11-04Implement command-pipe, command-expr in testscript parserBoris Kolpackov1-26/+112
2016-11-04Add support for cleanup types to testscript parserKaren Arutyunov1-7/+29
2016-11-04Implement support for here-document indentationBoris Kolpackov1-11/+92
2016-11-04Update test runner to accommodate cleanup typesKaren Arutyunov1-1/+2
2016-11-04Add --no-line, --no-column optionsBoris Kolpackov1-4/+14
2016-11-04Add tests and fixes for trailing description supportBoris Kolpackov1-18/+30
2016-11-04Initial support for trailing description in testscriptBoris Kolpackov1-18/+76
2016-11-04Minor testscript cleanupsBoris Kolpackov1-12/+18
2016-11-04Implement description support in testscriptBoris Kolpackov1-23/+233
2016-11-04Add support of cleanups to testscript parserKaren Arutyunov1-22/+44
2016-11-04Fix test command merge redirect parsing and testingKaren Arutyunov1-1/+1
2016-11-04Use recursion to parse compound testsBoris Kolpackov1-187/+197
2016-11-04Minor changes to merge redirect codeBoris Kolpackov1-11/+9
2016-11-04Add support of merge redirect to testscript parserKaren Arutyunov1-5/+54
2016-11-04Add support of file redirects to testscript runnerKaren Arutyunov1-2/+2
2016-11-04Handle explicit test scopesBoris Kolpackov1-3/+63
2016-11-04Implement support for testscript scopesBoris Kolpackov1-13/+38
2016-11-04Rework testscript parser in preparation for scope supportBoris Kolpackov1-85/+154
2016-11-04Add support of file redirects to testscript parserKaren Arutyunov1-16/+75
2016-11-04Diagnose semicolon after testscript setup/teardown commandsBoris Kolpackov1-6/+10
2016-11-04Fix printing no-newline here-doc and here-strKaren Arutyunov1-1/+1
2016-11-04Add support for setup/teardown commandsBoris Kolpackov1-14/+50
2016-11-04Minor testscript changesBoris Kolpackov1-11/+11
2016-11-04Support >+ and <+ redirects in parserKaren Arutyunov1-0/+15