summaryrefslogtreecommitdiffstats
path: root/tests/test/script/runner
Commit message (Expand)AuthorAgeFilesLines
* Add testscript sleep builtinKaren Arutyunov2019-01-242-2/+2
* Update copyright yearKaren Arutyunov2019-01-1612-12/+12
* Print id of failed testKaren Arutyunov2018-11-178-11/+107
* Create .buildignore file in testscript root working directoryKaren Arutyunov2018-09-051-0/+4
* Rename .test/test{} to .testscript/testscript{}Boris Kolpackov2018-09-0411-27/+27
* Update copyright yearKaren Arutyunov2018-05-1912-12/+12
* Redo testscript diagnostics not to rely on invalid pathsKaren Arutyunov2018-05-161-3/+6
* Adapt testscripts to build2 output changesKaren Arutyunov2017-11-301-4/+4
* Adapt to modularization of libbutlKaren Arutyunov2017-10-031-4/+4
* Add hxx prerequisite type in test buildfilesKaren Arutyunov2017-07-131-1/+1
* Make use of wildcards in buildfilesKaren Arutyunov2017-07-121-1/+1
* Add support for exit testscript builtinKaren Arutyunov2017-06-192-1/+401
* Resolve ambiguity between std:: and butl:: optionalBoris Kolpackov2017-06-121-0/+2
* Implement new testscript cleanup wildcards semanticsKaren Arutyunov2017-06-011-40/+66
* Fix testscript runner not to remove special files with wildcard cleanupsKaren Arutyunov2017-05-311-0/+19
* Fix test failures caused by previous commitBoris Kolpackov2017-05-031-0/+4
* Cleanup testscript runner diagnosticsBoris Kolpackov2017-05-026-36/+30
* Add hxx extension for headersKaren Arutyunov2017-05-011-4/+4
* Add support for >! test command redirectKaren Arutyunov2017-03-161-0/+47
* Print sub-entries of non-empty testscript directory registered for cleanupKaren Arutyunov2017-03-151-3/+22
* Add support for config.test.output variableKaren Arutyunov2017-03-152-1/+88
* Print unexpected or regex non-matching test command stdout/stderrKaren Arutyunov2017-03-152-0/+7
* Implement parallel matchBoris Kolpackov2017-03-021-1/+1
* Add set builtinKaren Arutyunov2017-03-012-1/+276
* Add support for &dir/*[*][/] test path cleanup syntaxKaren Arutyunov2017-02-111-35/+104
* Fix save_regex()Karen Arutyunov2017-02-102-30/+49
* Move builtin and runner tests to '$c ... && $b' patternKaren Arutyunov2017-01-314-254/+102
* Add support for test command pipe, expression and command-ifKaren Arutyunov2017-01-315-43/+593
* Add support for shared here-documentsKaren Arutyunov2017-01-241-0/+19
* Add support for comparison of test command output to a fileKaren Arutyunov2017-01-242-17/+39
* Add support for portable path modifer and dot character escaping inversionKaren Arutyunov2017-01-196-323/+763
* Make use of operator<<(ostream, exception)Karen Arutyunov2017-01-091-12/+3
* Update copyright yearBoris Kolpackov2017-01-055-5/+5
* Tests cleanupKaren Arutyunov2017-01-053-542/+573
* Print signal/core dump like shell/makeKaren Arutyunov2017-01-052-12/+99
* Save diff output for {stdout,stderr}.diffKaren Arutyunov2017-01-052-17/+47
* Add support for regex in runnerKaren Arutyunov2017-01-054-96/+320
* Convert tests/ to subproject, initial work on cross-testing supportBoris Kolpackov2016-12-164-40/+46
* Make use of casts and canonicalizations in testscriptsKaren Arutyunov2016-12-052-35/+37
* Implement testscript variable-ifBoris Kolpackov2016-12-011-1/+1
* Organize tests/, factor common testscript fragmentsBoris Kolpackov2016-12-012-23/+5
* Add support for typed/untyped concatenated expansionBoris Kolpackov2016-11-302-2/+2
* Implement literal here-document supportBoris Kolpackov2016-11-252-4/+4
* Fix typoBoris Kolpackov2016-11-222-2/+2
* Change build.driver/path variable to build.path/process_pathBoris Kolpackov2016-11-212-2/+2
* Add cat, false and true builtinsKaren Arutyunov2016-11-155-99/+6
* Add mkdir and touch builtinsKaren Arutyunov2016-11-086-67/+306
* Fix Clang and VC warningsKaren Arutyunov2016-11-041-2/+5
* Make rmdir_r() to call entry_exists(path) rather than exists(dir_path)Karen Arutyunov2016-11-041-0/+8
* Add support for cleanup types to testscript runnerKaren Arutyunov2016-11-041-41/+56