NetBSD/external/bsd
jmmv 407d776158 Import atf 0.8. Changes in this release:
* Test programs no longer run several test cases in a row. The execution
  of a test program now requires a test case name, and that single test
  case is executed. To execute several test cases, use the atf-run
  utility as usual.

* Test programs no longer fork a subprocess to isolate the execution of
  test cases. They run the test case code in-process, and a crash of the
  test case will result in a crash of the test program. This is to ease
  debugging of faulty test cases.

* Test programs no longer isolate their test cases. This means that they
  will not create temporary directories nor sanitize the environment any
  more. Yes: running a test case that depends on system state by hand
  will most likely yield different results depending on where (machine,
  directory, user environment, etc.) it is run. Isolation has been moved
  to atf-run.

* Test programs no longer print a cryptic format (application/X-atf-tcs)
  on a special file channel. They can now print whatever they want on
  the screen. Because test programs can now only run one test case every
  time, providing controlled output is not necessary any more.

* Test programs no longer write their status into a special file
  descriptor. Instead, they create a file with the results, which is
  later parsed by atf-run. This changes the semantics of the -r flag.

* atf-run has been adjusted to perform the test case isolation. As a
  result, there is now a single canonical place that implements the
  isolation of test caes. In previous releases, the three language
  bindings (C, C++ and shell) had to be kept in sync with each other
  (read: not a nice thing to do at all). As a side effect of this
  change, writing bindings for other languages will be much, much easier
  from now on.

* atf-run forks test programs on a test case basis, instead of on a test
  program basis as it did before. This is to provide the test case
  isolation that was before implemented by the test programs themselves.

* Removed the atf-exec tool. This was used to implement test case
  isolation in atf-sh, but it is now unnecessary.

* It is now optional to define the descr meta-data property. It has been
  proven to be mostly useless, because test cases often carry a
  descriptive name of their own.
2010-05-08 08:05:13 +00:00
..
am-utils Kill non-existent macros. 2010-03-30 14:13:49 +00:00
atf Import atf 0.8. Changes in this release: 2010-05-08 08:05:13 +00:00
bind adjust entropy_add signature. (From Kurt Schreiner) 2009-12-27 17:27:29 +00:00
byacc The expression (yyvs != 0) is always true and not a necessary test 2009-11-27 12:37:19 +00:00
cron specify bindir 2010-05-07 21:54:07 +00:00
dhcpcd Import dhcpcd-5.2.2 with the following changes: 2010-03-31 09:14:47 +00:00
fetch Merge 2010-03-24 20:52:39 +00:00
file Fix typo in comments, no code change. 2009-12-23 09:17:40 +00:00
flex previous workaround not needed. 2010-04-07 16:14:35 +00:00
iscsi Regen with autoconf-2.63 and automake-1.11.1 because of man page changes. 2010-04-19 08:09:02 +00:00
libarchive Add MKBSDTAR, defaulting to no. It switching cpio and tar to the 2010-04-23 19:41:02 +00:00
libbind/dist the resolver man page is from here now. 2009-06-08 17:16:18 +00:00
libdwarf Prep for building as part of the toolchain. 2010-02-22 11:01:29 +00:00
libelf DTrace: Get DTrace to build on OS X platforms. 2010-03-02 21:08:36 +00:00
libevent add external framework for libevent 2009-11-02 10:03:56 +00:00
liblzf Plug liblzf into build. Liblzf is a small (3504 byte shared library on i386), 2010-02-03 06:25:54 +00:00
mdocml Update for mdocml-1.9.23. 2010-04-20 18:08:08 +00:00
ntp Prevent ntpd instances from sending MODE_PRIVATE error responses back and 2010-04-25 22:50:11 +00:00
openldap Drop redundant .TP 2010-03-20 20:58:06 +00:00
openresolv Install our shell subscribers as normal files 2009-12-04 14:44:57 +00:00
pcc Install PCC cpp as libexec/pcpp to avoid name conflicts with other 2010-03-07 16:27:17 +00:00
pkg_install Update build glue for pkg_install-20100421 2010-04-23 20:56:01 +00:00
top Userland now builds and uses terminfo instead of termcap. 2010-02-03 15:34:37 +00:00
tre implement the REG_STARTEND extension using tre_regnexec - REG_STARTEND is 2010-04-22 17:33:54 +00:00
Makefile unhook old cron, hook new one. 2010-05-07 17:35:31 +00:00