diff options
author | jmmv <jmmv@pkgsrc.org> | 2010-10-20 08:21:07 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2010-10-20 08:21:07 +0000 |
commit | ee5c519b22f07e7afe6c971f3de5682da66f9ab7 (patch) | |
tree | 541d2e99a0130d56f1b71ad637382cda96a542ef /devel | |
parent | a41ca4ac9c1b4c384142fc58ca56d63259289614 (diff) | |
download | pkgsrc-ee5c519b22f07e7afe6c971f3de5682da66f9ab7.tar.gz |
Update to 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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/atf/Makefile | 6 | ||||
-rw-r--r-- | devel/atf/PLIST | 81 | ||||
-rw-r--r-- | devel/atf/distinfo | 8 |
3 files changed, 38 insertions, 57 deletions
diff --git a/devel/atf/Makefile b/devel/atf/Makefile index 6ff7ecbdc79..36d748462db 100644 --- a/devel/atf/Makefile +++ b/devel/atf/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2010/07/02 15:14:20 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2010/10/20 08:21:07 jmmv Exp $ # -DISTNAME= atf-0.10 +DISTNAME= atf-0.11 CATEGORIES= devel -MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/0.10/ +MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/atf/0.11/ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.NetBSD.org/~jmmv/atf/ diff --git a/devel/atf/PLIST b/devel/atf/PLIST index 5243592a2c1..a7ae91235c7 100644 --- a/devel/atf/PLIST +++ b/devel/atf/PLIST @@ -1,53 +1,32 @@ -@comment $NetBSD: PLIST,v 1.12 2010/07/02 15:14:20 jmmv Exp $ -bin/atf-check +@comment $NetBSD: PLIST,v 1.13 2010/10/20 08:21:07 jmmv Exp $ bin/atf-config bin/atf-report bin/atf-run bin/atf-sh bin/atf-version include/atf-c++.hpp -include/atf-c++/application.hpp include/atf-c++/build.hpp include/atf-c++/check.hpp include/atf-c++/config.hpp -include/atf-c++/env.hpp -include/atf-c++/exceptions.hpp -include/atf-c++/expand.hpp -include/atf-c++/fs.hpp -include/atf-c++/io.hpp include/atf-c++/macros.hpp -include/atf-c++/parser.hpp -include/atf-c++/process.hpp -include/atf-c++/sanity.hpp -include/atf-c++/signals.hpp include/atf-c++/tests.hpp -include/atf-c++/text.hpp -include/atf-c++/ui.hpp -include/atf-c++/user.hpp include/atf-c++/utils.hpp include/atf-c.h include/atf-c/build.h include/atf-c/check.h include/atf-c/config.h include/atf-c/defs.h -include/atf-c/dynstr.h -include/atf-c/env.h include/atf-c/error.h include/atf-c/error_fwd.h -include/atf-c/fs.h -include/atf-c/list.h include/atf-c/macros.h -include/atf-c/map.h -include/atf-c/process.h -include/atf-c/sanity.h include/atf-c/tc.h -include/atf-c/text.h include/atf-c/tp.h -include/atf-c/user.h +include/atf-c/utils.h lib/libatf-c++.la lib/libatf-c.la lib/pkgconfig/atf-c++.pc lib/pkgconfig/atf-c.pc +libexec/atf-check man/man1/atf-check.1 man/man1/atf-config.1 man/man1/atf-report.1 @@ -73,52 +52,50 @@ share/xml/atf/tests-results.dtd share/xsl/atf/tests-results.xsl tests/atf/Atffile tests/atf/atf-c++/Atffile -tests/atf/atf-c++/application_test tests/atf/atf-c++/atf_c++_test tests/atf/atf-c++/build_test tests/atf/atf-c++/check_test tests/atf/atf-c++/config_test -tests/atf/atf-c++/env_test -tests/atf/atf-c++/exceptions_test -tests/atf/atf-c++/expand_test -tests/atf/atf-c++/fs_test -tests/atf/atf-c++/io_test +tests/atf/atf-c++/detail/Atffile +tests/atf/atf-c++/detail/application_test +tests/atf/atf-c++/detail/env_test +tests/atf/atf-c++/detail/exceptions_test +tests/atf/atf-c++/detail/expand_test +tests/atf/atf-c++/detail/fs_test +tests/atf/atf-c++/detail/parser_test +tests/atf/atf-c++/detail/process_test +tests/atf/atf-c++/detail/sanity_test +tests/atf/atf-c++/detail/text_test +tests/atf/atf-c++/detail/ui_test tests/atf/atf-c++/macros_hpp_test.cpp tests/atf/atf-c++/macros_test -tests/atf/atf-c++/parser_test tests/atf/atf-c++/pkg_config_test -tests/atf/atf-c++/process_test -tests/atf/atf-c++/sanity_test -tests/atf/atf-c++/signals_test tests/atf/atf-c++/tests_test -tests/atf/atf-c++/text_test -tests/atf/atf-c++/ui_test -tests/atf/atf-c++/user_test tests/atf/atf-c++/utils_test tests/atf/atf-c/Atffile tests/atf/atf-c/atf_c_test tests/atf/atf-c/build_test tests/atf/atf-c/check_test tests/atf/atf-c/config_test -tests/atf/atf-c/dynstr_test -tests/atf/atf-c/env_test +tests/atf/atf-c/detail/Atffile +tests/atf/atf-c/detail/dynstr_test +tests/atf/atf-c/detail/env_test +tests/atf/atf-c/detail/fs_test +tests/atf/atf-c/detail/list_test +tests/atf/atf-c/detail/map_test +tests/atf/atf-c/detail/process_helpers +tests/atf/atf-c/detail/process_test +tests/atf/atf-c/detail/sanity_test +tests/atf/atf-c/detail/test_helpers_test +tests/atf/atf-c/detail/text_test +tests/atf/atf-c/detail/user_test tests/atf/atf-c/error_test -tests/atf/atf-c/fs_test -tests/atf/atf-c/list_test tests/atf/atf-c/macros_h_test.c tests/atf/atf-c/macros_test -tests/atf/atf-c/map_test tests/atf/atf-c/pkg_config_test -tests/atf/atf-c/process_helpers -tests/atf/atf-c/process_test -tests/atf/atf-c/sanity_test tests/atf/atf-c/tc_test -tests/atf/atf-c/test_helpers_test -tests/atf/atf-c/text_test tests/atf/atf-c/tp_test -tests/atf/atf-c/user_test -tests/atf/atf-check/Atffile -tests/atf/atf-check/integration_test +tests/atf/atf-c/utils_test tests/atf/atf-config/Atffile tests/atf/atf-config/integration_test tests/atf/atf-report/Atffile @@ -134,13 +111,17 @@ tests/atf/atf-run/config_test tests/atf/atf-run/expect_helpers tests/atf/atf-run/fs_test tests/atf/atf-run/integration_test +tests/atf/atf-run/io_test tests/atf/atf-run/misc_helpers tests/atf/atf-run/pass_helper tests/atf/atf-run/requirements_test tests/atf/atf-run/several_tcs_helper +tests/atf/atf-run/signals_test tests/atf/atf-run/test_program_test +tests/atf/atf-run/user_test tests/atf/atf-run/zero_tcs_helper tests/atf/atf-sh/Atffile +tests/atf/atf-sh/atf-check_test tests/atf/atf-sh/atf_check_test tests/atf/atf-sh/config_test tests/atf/atf-sh/integration_test diff --git a/devel/atf/distinfo b/devel/atf/distinfo index 20fbde3fb8d..57e83c7d12f 100644 --- a/devel/atf/distinfo +++ b/devel/atf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2010/07/02 15:14:20 jmmv Exp $ +$NetBSD: distinfo,v 1.11 2010/10/20 08:21:07 jmmv Exp $ -SHA1 (atf-0.10.tar.gz) = f3d1a689204c69dc40211d2ecce0eb4f09f8ad75 -RMD160 (atf-0.10.tar.gz) = 2f0e2e499b87090f81a15f8f756cc48b1e8b9486 -Size (atf-0.10.tar.gz) = 599208 bytes +SHA1 (atf-0.11.tar.gz) = 4fb4fd8f1b5d48713b969eae2e1392aa6eb0289f +RMD160 (atf-0.11.tar.gz) = 1762c7f4dce14ba3ec48d470762af839ba53a881 +Size (atf-0.11.tar.gz) = 604699 bytes |