History log of /netbsd-current/external/bsd/kyua-cli/dist/utils/process/child.cpp
Revision Date Author Comments
# 1.2 02-Jul-2020 lukem

kyua-cli: convert auto_ptr to unique_ptr

Update kyua-cli to C++11 and use unique_ptr instead of auto_ptr,
(with std::move() where appropriate), to avoid deprecated warning by g++ 8.

(I didn't change some of the code that could arguably be refactored
to use unique_ptr or shared_ptr instead of raw pointers
and therefore remove the special case destructor handling).


# 1.1 23-Feb-2013 jmmv

branches: 1.1.1;
Initial revision


# 1.1 23-Feb-2013 jmmv

branches: 1.1.1;
Initial revision


# 1.1.1.2 18-Oct-2013 jmmv

branches: 1.1.1.2.4;
Update kyua-cli to 0.7:

The major reason for this update is to support the just-imported lutok-0.3
and, in turn, support the eventual update of the in-tree lua to 5.2.

Changes:

Experimental version released on October 18th, 2013.

* Made failures from testers more resilent. If a tester fails, the
corresponding test case will be marked as broken instead of causing
kyua to exit.

* Added the '--results-filter' option to the 'report-html' command and
set its default value to skip passed results from HTML reports. This
is to keep these reports more succint and to avoid generating tons of
detail files that will be, in general, useless.

* Switched to use Lutok 0.3 to gain compatibility with Lua 5.2.

* Issue 69: Cope with the lack of AM_PROG_AR in configure.ac, which
first appeared in Automake 1.11.2. Fixes a problem in Ubuntu 10.04
LTS, which appears stuck in 1.11.1.


# 1.1.1.1 23-Feb-2013 jmmv

branches: 1.1.1.1.4;
Initial import of Kyua CLI, version 0.6:

This is the main component of Kyua and its build will be guarded by the
MKKYUA knob. core@ has approved this import.

Description:

Kyua (pronounced Q.A.) is a testing framework for both developers and
users. Kyua is different from most other testing frameworks in that it
puts the end user experience before anything else. There are multiple
reasons for users to run the tests themselves, and Kyua ensures that
they can do so in the most convenient way.

This module, kyua-cli, provides the command-line interface to the Kyua
runtime system. The major purpose of this tool is to run test cases and
generate unified reports for their results.


# 1.1.1.2.4.2 22-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")


# 1.1.1.2.4.1 18-Oct-2013 yamt

file child.cpp was added on branch yamt-pagecache on 2014-05-22 15:45:30 +0000


# 1.1.1.1.4.3 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.1.1.1.4.2 24-Feb-2013 tls

resync with head


# 1.1.1.1.4.1 23-Feb-2013 tls

file child.cpp was added on branch tls-maxphys on 2013-02-25 00:26:17 +0000