History log of /netbsd-src/external/bsd/atf/dist/atf-c++/detail/process.hpp (Results 1 – 4 of 4)
Revision Date Author Comments
# 6f587c98 15-Feb-2013 jmmv <jmmv@NetBSD.org>

Fix merge conflicts after import of atf 0.17.


# 36b886fe 16-Jan-2012 jmmv <jmmv@NetBSD.org>

Resolve conflicts after the import of atf 0.15.


# 19180a78 05-Apr-2011 jmmv <jmmv@NetBSD.org>

Pull up revision b94e200f2a6ce3d47103339db1f3c8936b7238d3:

Unset TERM when running GDB

GDB inserts some funny control characters in its output when TERM is set to
e.g. xterm. Workaround this by si

Pull up revision b94e200f2a6ce3d47103339db1f3c8936b7238d3:

Unset TERM when running GDB

GDB inserts some funny control characters in its output when TERM is set to
e.g. xterm. Workaround this by simply unsetting TERM.

Reported by martin@ and diagnosed by pooka@/martin@.

show more ...


# 895f502b 20-Oct-2010 jmmv <jmmv@NetBSD.org>

Import atf-0.11:

Experimental version released on October 20th, 2010.

* The ATF_CHECK* macros in atf-c++ were renamed to ATF_REQUIRE* to match
their counterparts in atf-c.

* Clearly separated th

Import atf-0.11:

Experimental version released on October 20th, 2010.

* The ATF_CHECK* macros in atf-c++ were renamed to ATF_REQUIRE* to match
their counterparts in atf-c.

* Clearly separated the modules in atf-c that are supposed to be public
from those that are implementation details. The header files for the
internal modules are not installed any more.

* Made the atf-check tool private. It is only required by atf-sh and being
public has the danger of causing confusion. Also, making it private
simplifies the public API of atf.

* Changed atf-sh to enable per-command error checking (set -e) by default.
This catches many cases in which a test case is broken but it is not
reported as such because execution continues.

* Fixed the XSTL and CSS stylesheets to support expected failures.

show more ...