aboutsummaryrefslogtreecommitdiff
path: root/build2/test
AgeCommit message (Expand)AuthorFilesLines
2016-11-04Restructure testscript parser slightlyBoris Kolpackov4-25/+49
2016-11-04Fix VC compilation errorsKaren Arutyunov1-25/+25
2016-11-04Make rmdir_r() to call entry_exists(path) rather than exists(dir_path)Karen Arutyunov1-11/+0
2016-11-04Add support for cleanup types to testscript runnerKaren Arutyunov2-22/+42
2016-11-04Implement command-pipe, command-expr in testscript parserBoris Kolpackov6-72/+277
2016-11-04Establish testscript builtins infrastructureBoris Kolpackov2-0/+112
2016-11-04Add support for cleanup types to testscript parserKaren Arutyunov4-12/+47
2016-11-04Implement support for here-document indentationBoris Kolpackov1-11/+92
2016-11-04Update test runner to accommodate cleanup typesKaren Arutyunov4-16/+28
2016-11-04Check if registered for cleanup path is in test scope working directoryKaren Arutyunov1-17/+28
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 Arutyunov3-17/+65
2016-11-04Implement testscript working directory cleanupBoris Kolpackov1-9/+24
2016-11-04Add --no-line, --no-column optionsBoris Kolpackov1-4/+14
2016-11-04Suppress duplicates on test scope path cleanup registrationKaren Arutyunov3-44/+59
2016-11-04Add tests and fixes for trailing description supportBoris Kolpackov2-24/+46
2016-11-04Initial support for trailing description in testscriptBoris Kolpackov4-20/+86
2016-11-04Minor testscript cleanupsBoris Kolpackov2-15/+21
2016-11-04Implement description support in testscriptBoris Kolpackov5-36/+317
2016-11-04Cache test command stdinKaren Arutyunov1-41/+87
2016-11-04Add support of paths cleanups to testscript runnerKaren Arutyunov1-0/+9
2016-11-04Add support of merge redirect to testscript runnerKaren Arutyunov1-22/+42
2016-11-04Add support of cleanups to testscript parserKaren Arutyunov3-26/+69
2016-11-04Fix test command merge redirect parsing and testingKaren Arutyunov1-1/+1
2016-11-04Use recursion to parse compound testsBoris Kolpackov2-188/+200
2016-11-04Minor changes to merge redirect codeBoris Kolpackov2-12/+10
2016-11-04Add support of merge redirect to testscript parserKaren Arutyunov6-11/+72
2016-11-04Add support of file redirects to testscript runnerKaren Arutyunov2-56/+136
2016-11-04Handle explicit test scopesBoris Kolpackov2-3/+69
2016-11-04Implement support for testscript scopesBoris Kolpackov2-14/+39
2016-11-04Rework testscript parser in preparation for scope supportBoris Kolpackov3-97/+163
2016-11-04Add support of file redirects to testscript parserKaren Arutyunov7-58/+296
2016-11-04Diagnose semicolon after testscript setup/teardown commandsBoris Kolpackov2-7/+11
2016-11-04Minor name changes in testscript object modelBoris Kolpackov2-8/+9
2016-11-04Support paths cleanup when test scope is leftKaren Arutyunov2-71/+53
2016-11-04Add support for <+ and >+ redirectsKaren Arutyunov1-10/+22
2016-11-04Fix printing no-newline here-doc and here-strKaren Arutyunov2-14/+20
2016-11-04Add support for setup/teardown commandsBoris Kolpackov7-29/+105
2016-11-04Minor testscript changesBoris Kolpackov6-19/+24
2016-11-04Support >+ and <+ redirects in parserKaren Arutyunov6-2/+25
2016-11-04Change <! and >! syntaxt to <- and >-Karen Arutyunov4-9/+9
2016-11-04Implement creation/cleanup of testscript root working directoryBoris Kolpackov4-33/+91
2016-11-04Add support for no-newline redirects in testscriptBoris Kolpackov7-81/+166
2016-11-04Implement support for compound testsBoris Kolpackov6-52/+144
2016-11-04Rework test runnerBoris Kolpackov3-220/+199
2016-11-04Add testscript runner scope enter/leave callbacksBoris Kolpackov4-16/+54
2016-11-04Add support for testscript scope id, working directoryBoris Kolpackov6-39/+108
2016-11-04Test runner reviewBoris Kolpackov1-13/+10
2016-11-04Pass command index, location to test runnerBoris Kolpackov4-14/+29