aboutsummaryrefslogtreecommitdiff
path: root/tests/test
AgeCommit message (Expand)AuthorFilesLines
2017-03-02Implement parallel matchBoris Kolpackov4-4/+4
2017-03-01Add set builtinKaren Arutyunov2-1/+276
2017-02-16Add cp builtinKaren Arutyunov2-1/+307
2017-02-13Add notion of phase, enforceBoris Kolpackov1-3/+3
2017-02-11Add support for &dir/*[*][/] test path cleanup syntaxKaren Arutyunov2-43/+105
2017-02-10Fix save_regex()Karen Arutyunov2-30/+49
2017-02-03Fix runner output in verbose (-v, -V) modesKaren Arutyunov3-18/+24
2017-02-03Add sed builtinKaren Arutyunov2-1/+313
2017-01-31Move builtin and runner tests to '$c ... && $b' patternKaren Arutyunov11-366/+180
2017-01-31Add support for test command pipe, expression and command-ifKaren Arutyunov5-43/+593
2017-01-26Add test builtinKaren Arutyunov2-1/+80
2017-01-24Add support for shared here-documentsKaren Arutyunov1-0/+19
2017-01-24Add support for comparison of test command output to a fileKaren Arutyunov8-42/+64
2017-01-23Implement automatic loading of directory buildfilesBoris Kolpackov2-6/+5
2017-01-19Add rmdir builtinKaren Arutyunov3-33/+165
2017-01-19Add support for portable path modifer and dot character escaping inversionKaren Arutyunov10-343/+786
2017-01-12Rename script/integration to script-integrationBoris Kolpackov4-5/+8
2017-01-12Implement support for narrowing down tests (config.test)Boris Kolpackov5-3/+238
2017-01-09Tests cleanup (take 2)Karen Arutyunov1-86/+102
2017-01-09Make use of operator<<(ostream, exception)Karen Arutyunov4-28/+3
2017-01-05Update copyright yearBoris Kolpackov17-17/+17
2017-01-05Tests cleanupKaren Arutyunov8-573/+684
2017-01-05Print signal/core dump like shell/makeKaren Arutyunov2-12/+99
2017-01-05Save diff output for {stdout,stderr}.diffKaren Arutyunov2-17/+47
2017-01-05Add support for regex in runnerKaren Arutyunov8-120/+363
2016-12-16Convert tests/ to subproject, initial work on cross-testing supportBoris Kolpackov13-60/+77
2016-12-09Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov2-3/+3
2016-12-05Make use of casts and canonicalizations in testscriptsKaren Arutyunov4-57/+58
2016-12-05Add rm builtinKaren Arutyunov3-3/+95
2016-12-01Implement testscript variable-ifBoris Kolpackov2-2/+2
2016-12-01Organize tests/, factor common testscript fragmentsBoris Kolpackov9-35/+66
2016-12-01Move old tests to old-tests/Boris Kolpackov9-70/+0
2016-11-30Add support for typed/untyped concatenated expansionBoris Kolpackov2-2/+2
2016-11-25Implement literal here-document supportBoris Kolpackov3-6/+5
2016-11-23Implement value type propagation on expansionBoris Kolpackov1-1/+1
2016-11-23Print test scope directory changes in verbose (-v) modeKaren Arutyunov1-1/+1
2016-11-22Fix typoBoris Kolpackov3-3/+3
2016-11-21Change build.driver/path variable to build.path/process_pathBoris Kolpackov3-3/+3
2016-11-15Add cat, false and true builtinsKaren Arutyunov9-11/+86
2016-11-08Add mkdir and touch builtinsKaren Arutyunov7-77/+316
2016-11-04Fix Clang and VC warningsKaren Arutyunov1-2/+5
2016-11-04Implement missing testscript integration testsBoris Kolpackov2-39/+49
2016-11-04Make rmdir_r() to call entry_exists(path) rather than exists(dir_path)Karen Arutyunov1-0/+8
2016-11-04Add support for cleanup types to testscript runnerKaren Arutyunov1-41/+56
2016-11-04Check if registered for cleanup path is in test scope working directoryKaren Arutyunov1-1/+27
2016-11-04Add support for &dir/*** test path cleanup syntaxKaren Arutyunov1-9/+91
2016-11-04Implement testscript working directory cleanupBoris Kolpackov1-9/+29
2016-11-04Update testscriptsBoris Kolpackov3-9/+23
2016-11-04Add support of paths cleanups to testscript runnerKaren Arutyunov3-1/+28
2016-11-04Add support of merge redirect to testscript runnerKaren Arutyunov3-9/+35