0d4f326d17
Release date: January 18th, 2009 Status: Experimental * Make atf-exec be able to kill its child process after a certain period of time; this is controlled through the new -t option. * Change atf-sh to use atf-exec's -t option to control the test case's timeouts, instead of doing it internally. Same behavior as before, but noticeably faster. * atf-exec's -g option and atf-killpg are gone due to the previous change. * Added the atf-check(1) tool, a program that executes a given command and checks its exit code against a known value and allows the management of stdout and stderr in multiple ways. This replaces the previous atf_check function in the atf-sh library and exposes this functionality to both atf-c and atf-c++. * Added the ATF_REQUIRE family of macros to the C interface. These help in checking for fatal test conditions. The old ATF_CHECK macros now perform non-fatal checks only. I.e. by using ATF_CHECK, the test case can now continue its execution and the failures will not be reported until the end of the whole run. * Extended the amount of ATF_CHECK_* C macros with new ones to provide more features to the developer. These also have their corresponding counterparts in the ATF_REQUIRE_* family. The new macros (listing the suffixes only) are: _EQ (replaces _EQUAL), _EQ_MSG, _STREQ and _STREQ_MSG.
346 lines
9.5 KiB
Text
346 lines
9.5 KiB
Text
@comment $NetBSD: PLIST,v 1.6 2009/01/18 21:23:14 jmmv Exp $
|
|
bin/atf-check
|
|
bin/atf-compile
|
|
bin/atf-config
|
|
bin/atf-report
|
|
bin/atf-run
|
|
bin/atf-version
|
|
include/atf-c++.hpp
|
|
include/atf-c++/application.hpp
|
|
include/atf-c++/atffile.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++/formats.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++/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/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/expand.h
|
|
include/atf-c/fs.h
|
|
include/atf-c/io.h
|
|
include/atf-c/list.h
|
|
include/atf-c/macros.h
|
|
include/atf-c/map.h
|
|
include/atf-c/object.h
|
|
include/atf-c/process.h
|
|
include/atf-c/sanity.h
|
|
include/atf-c/signals.h
|
|
include/atf-c/tc.h
|
|
include/atf-c/tcr.h
|
|
include/atf-c/text.h
|
|
include/atf-c/tp.h
|
|
include/atf-c/ui.h
|
|
include/atf-c/user.h
|
|
lib/libatf-c++.la
|
|
lib/libatf-c.la
|
|
lib/pkgconfig/atf-c++.pc
|
|
lib/pkgconfig/atf-c.pc
|
|
libexec/atf-cleanup
|
|
libexec/atf-exec
|
|
libexec/atf-format
|
|
man/man1/atf-check.1
|
|
man/man1/atf-cleanup.1
|
|
man/man1/atf-compile.1
|
|
man/man1/atf-config.1
|
|
man/man1/atf-exec.1
|
|
man/man1/atf-format.1
|
|
man/man1/atf-report.1
|
|
man/man1/atf-run.1
|
|
man/man1/atf-test-program.1
|
|
man/man1/atf-version.1
|
|
man/man3/atf-c++-api.3
|
|
man/man3/atf-c-api.3
|
|
man/man3/atf-sh-api.3
|
|
man/man4/atf-test-case.4
|
|
man/man5/atf-formats.5
|
|
man/man7/atf.7
|
|
share/atf/atf-run.hooks
|
|
share/atf/atf.footer.subr
|
|
share/atf/atf.header.subr
|
|
share/atf/atf.init.subr
|
|
share/doc/atf/AUTHORS
|
|
share/doc/atf/COPYING
|
|
share/doc/atf/NEWS
|
|
share/doc/atf/README
|
|
share/doc/atf/ROADMAP
|
|
share/examples/atf/atf-run.hooks
|
|
share/examples/atf/tests-results.css
|
|
share/xml/atf/tests-results.dtd
|
|
@comment in xmlcatmgr: share/xml/catalog
|
|
share/xsl/atf/tests-results.xsl
|
|
tests/atf/Atffile
|
|
tests/atf/atf-c++/Atffile
|
|
tests/atf/atf-c++/t_check
|
|
tests/atf/atf-c++/t_config
|
|
tests/atf/atf-c++/t_env
|
|
tests/atf/atf-c++/t_expand
|
|
tests/atf/atf-c++/t_fs
|
|
tests/atf/atf-c++/t_io
|
|
tests/atf/atf-c++/t_macros
|
|
tests/atf/atf-c++/t_parser
|
|
tests/atf/atf-c++/t_process
|
|
tests/atf/atf-c++/t_signals
|
|
tests/atf/atf-c++/t_tests
|
|
tests/atf/atf-c++/t_text
|
|
tests/atf/atf-c++/t_user
|
|
tests/atf/atf-c++/t_utils
|
|
tests/atf/atf-c/Atffile
|
|
tests/atf/atf-c/h_check
|
|
tests/atf/atf-c/t_check
|
|
tests/atf/atf-c/t_config
|
|
tests/atf/atf-c/t_dynstr
|
|
tests/atf/atf-c/t_env
|
|
tests/atf/atf-c/t_error
|
|
tests/atf/atf-c/t_expand
|
|
tests/atf/atf-c/t_fs
|
|
tests/atf/atf-c/t_io
|
|
tests/atf/atf-c/t_list
|
|
tests/atf/atf-c/t_macros
|
|
tests/atf/atf-c/t_map
|
|
tests/atf/atf-c/t_process
|
|
tests/atf/atf-c/t_sanity
|
|
tests/atf/atf-c/t_signals
|
|
tests/atf/atf-c/t_tc
|
|
tests/atf/atf-c/t_tcr
|
|
tests/atf/atf-c/t_text
|
|
tests/atf/atf-c/t_ui
|
|
tests/atf/atf-c/t_user
|
|
tests/atf/atf-sh/Atffile
|
|
tests/atf/atf-sh/h_misc
|
|
tests/atf/atf-sh/t_atf_check
|
|
tests/atf/atf-sh/t_config
|
|
tests/atf/atf-sh/t_normalize
|
|
tests/atf/atf-sh/t_tc
|
|
tests/atf/atf-sh/t_tp
|
|
tests/atf/data/Atffile
|
|
tests/atf/data/t_pkg_config
|
|
tests/atf/formats/Atffile
|
|
tests/atf/formats/d_atffile_1
|
|
tests/atf/formats/d_atffile_1.expout
|
|
tests/atf/formats/d_atffile_2
|
|
tests/atf/formats/d_atffile_2.expout
|
|
tests/atf/formats/d_atffile_3
|
|
tests/atf/formats/d_atffile_3.expout
|
|
tests/atf/formats/d_atffile_4
|
|
tests/atf/formats/d_atffile_4.expout
|
|
tests/atf/formats/d_atffile_5
|
|
tests/atf/formats/d_atffile_5.expout
|
|
tests/atf/formats/d_atffile_50
|
|
tests/atf/formats/d_atffile_50.experr
|
|
tests/atf/formats/d_atffile_51
|
|
tests/atf/formats/d_atffile_51.experr
|
|
tests/atf/formats/d_atffile_52
|
|
tests/atf/formats/d_atffile_52.experr
|
|
tests/atf/formats/d_atffile_53
|
|
tests/atf/formats/d_atffile_53.experr
|
|
tests/atf/formats/d_atffile_53.expout
|
|
tests/atf/formats/d_atffile_54
|
|
tests/atf/formats/d_atffile_54.experr
|
|
tests/atf/formats/d_atffile_6
|
|
tests/atf/formats/d_atffile_6.expout
|
|
tests/atf/formats/d_config_1
|
|
tests/atf/formats/d_config_1.expout
|
|
tests/atf/formats/d_config_2
|
|
tests/atf/formats/d_config_2.expout
|
|
tests/atf/formats/d_config_3
|
|
tests/atf/formats/d_config_3.expout
|
|
tests/atf/formats/d_config_4
|
|
tests/atf/formats/d_config_4.expout
|
|
tests/atf/formats/d_config_50
|
|
tests/atf/formats/d_config_50.experr
|
|
tests/atf/formats/d_config_51
|
|
tests/atf/formats/d_config_51.experr
|
|
tests/atf/formats/d_config_52
|
|
tests/atf/formats/d_config_52.experr
|
|
tests/atf/formats/d_config_53
|
|
tests/atf/formats/d_config_53.experr
|
|
tests/atf/formats/d_config_53.expout
|
|
tests/atf/formats/d_config_54
|
|
tests/atf/formats/d_config_54.experr
|
|
tests/atf/formats/d_headers_1
|
|
tests/atf/formats/d_headers_1.experr
|
|
tests/atf/formats/d_headers_10
|
|
tests/atf/formats/d_headers_10.experr
|
|
tests/atf/formats/d_headers_11
|
|
tests/atf/formats/d_headers_11.experr
|
|
tests/atf/formats/d_headers_12
|
|
tests/atf/formats/d_headers_12.experr
|
|
tests/atf/formats/d_headers_2
|
|
tests/atf/formats/d_headers_2.experr
|
|
tests/atf/formats/d_headers_3
|
|
tests/atf/formats/d_headers_3.experr
|
|
tests/atf/formats/d_headers_4
|
|
tests/atf/formats/d_headers_4.experr
|
|
tests/atf/formats/d_headers_5
|
|
tests/atf/formats/d_headers_5.experr
|
|
tests/atf/formats/d_headers_6
|
|
tests/atf/formats/d_headers_6.experr
|
|
tests/atf/formats/d_headers_7
|
|
tests/atf/formats/d_headers_7.experr
|
|
tests/atf/formats/d_headers_8
|
|
tests/atf/formats/d_headers_8.experr
|
|
tests/atf/formats/d_headers_9
|
|
tests/atf/formats/d_headers_9.experr
|
|
tests/atf/formats/d_tcs_1
|
|
tests/atf/formats/d_tcs_1.errin
|
|
tests/atf/formats/d_tcs_1.expout
|
|
tests/atf/formats/d_tcs_1.outin
|
|
tests/atf/formats/d_tcs_2
|
|
tests/atf/formats/d_tcs_2.errin
|
|
tests/atf/formats/d_tcs_2.expout
|
|
tests/atf/formats/d_tcs_2.outin
|
|
tests/atf/formats/d_tcs_3
|
|
tests/atf/formats/d_tcs_3.errin
|
|
tests/atf/formats/d_tcs_3.expout
|
|
tests/atf/formats/d_tcs_3.outin
|
|
tests/atf/formats/d_tcs_4
|
|
tests/atf/formats/d_tcs_4.errin
|
|
tests/atf/formats/d_tcs_4.expout
|
|
tests/atf/formats/d_tcs_4.outin
|
|
tests/atf/formats/d_tcs_5
|
|
tests/atf/formats/d_tcs_5.errin
|
|
tests/atf/formats/d_tcs_5.expout
|
|
tests/atf/formats/d_tcs_5.outin
|
|
tests/atf/formats/d_tcs_50
|
|
tests/atf/formats/d_tcs_50.experr
|
|
tests/atf/formats/d_tcs_51
|
|
tests/atf/formats/d_tcs_51.experr
|
|
tests/atf/formats/d_tcs_52
|
|
tests/atf/formats/d_tcs_52.experr
|
|
tests/atf/formats/d_tcs_53
|
|
tests/atf/formats/d_tcs_53.experr
|
|
tests/atf/formats/d_tcs_53.expout
|
|
tests/atf/formats/d_tcs_54
|
|
tests/atf/formats/d_tcs_54.experr
|
|
tests/atf/formats/d_tcs_54.expout
|
|
tests/atf/formats/d_tcs_55
|
|
tests/atf/formats/d_tcs_55.experr
|
|
tests/atf/formats/d_tcs_55.expout
|
|
tests/atf/formats/d_tcs_56
|
|
tests/atf/formats/d_tcs_56.errin
|
|
tests/atf/formats/d_tcs_56.experr
|
|
tests/atf/formats/d_tcs_56.expout
|
|
tests/atf/formats/d_tcs_56.outin
|
|
tests/atf/formats/d_tcs_57
|
|
tests/atf/formats/d_tcs_57.errin
|
|
tests/atf/formats/d_tcs_57.experr
|
|
tests/atf/formats/d_tcs_57.expout
|
|
tests/atf/formats/d_tcs_57.outin
|
|
tests/atf/formats/d_tps_1
|
|
tests/atf/formats/d_tps_1.expout
|
|
tests/atf/formats/d_tps_2
|
|
tests/atf/formats/d_tps_2.expout
|
|
tests/atf/formats/d_tps_3
|
|
tests/atf/formats/d_tps_3.expout
|
|
tests/atf/formats/d_tps_4
|
|
tests/atf/formats/d_tps_4.expout
|
|
tests/atf/formats/d_tps_5
|
|
tests/atf/formats/d_tps_5.expout
|
|
tests/atf/formats/d_tps_50
|
|
tests/atf/formats/d_tps_50.experr
|
|
tests/atf/formats/d_tps_51
|
|
tests/atf/formats/d_tps_51.experr
|
|
tests/atf/formats/d_tps_52
|
|
tests/atf/formats/d_tps_52.experr
|
|
tests/atf/formats/d_tps_53
|
|
tests/atf/formats/d_tps_53.experr
|
|
tests/atf/formats/d_tps_53.expout
|
|
tests/atf/formats/d_tps_54
|
|
tests/atf/formats/d_tps_54.experr
|
|
tests/atf/formats/d_tps_54.expout
|
|
tests/atf/formats/d_tps_55
|
|
tests/atf/formats/d_tps_55.experr
|
|
tests/atf/formats/d_tps_55.expout
|
|
tests/atf/formats/d_tps_56
|
|
tests/atf/formats/d_tps_56.experr
|
|
tests/atf/formats/d_tps_56.expout
|
|
tests/atf/formats/d_tps_57
|
|
tests/atf/formats/d_tps_57.experr
|
|
tests/atf/formats/d_tps_57.expout
|
|
tests/atf/formats/d_tps_58
|
|
tests/atf/formats/d_tps_58.experr
|
|
tests/atf/formats/d_tps_58.expout
|
|
tests/atf/formats/d_tps_59
|
|
tests/atf/formats/d_tps_59.experr
|
|
tests/atf/formats/d_tps_60
|
|
tests/atf/formats/d_tps_60.experr
|
|
tests/atf/formats/d_tps_61
|
|
tests/atf/formats/d_tps_61.experr
|
|
tests/atf/formats/d_tps_62
|
|
tests/atf/formats/d_tps_62.experr
|
|
tests/atf/formats/d_tps_62.expout
|
|
tests/atf/formats/d_tps_63
|
|
tests/atf/formats/d_tps_63.experr
|
|
tests/atf/formats/d_tps_63.expout
|
|
tests/atf/formats/d_tps_64
|
|
tests/atf/formats/d_tps_64.experr
|
|
tests/atf/formats/d_tps_64.expout
|
|
tests/atf/formats/d_tps_65
|
|
tests/atf/formats/d_tps_65.experr
|
|
tests/atf/formats/d_tps_65.expout
|
|
tests/atf/formats/d_tps_66
|
|
tests/atf/formats/d_tps_66.experr
|
|
tests/atf/formats/d_tps_66.expout
|
|
tests/atf/formats/h_parser
|
|
tests/atf/formats/t_parsers
|
|
tests/atf/formats/t_writers
|
|
tests/atf/test_programs/Atffile
|
|
tests/atf/test_programs/h_c
|
|
tests/atf/test_programs/h_cpp
|
|
tests/atf/test_programs/h_sh
|
|
tests/atf/test_programs/t_cleanup
|
|
tests/atf/test_programs/t_config
|
|
tests/atf/test_programs/t_env
|
|
tests/atf/test_programs/t_fork
|
|
tests/atf/test_programs/t_meta_data
|
|
tests/atf/test_programs/t_srcdir
|
|
tests/atf/test_programs/t_status
|
|
tests/atf/test_programs/t_workdir
|
|
tests/atf/tools/Atffile
|
|
tests/atf/tools/h_fail
|
|
tests/atf/tools/h_misc
|
|
tests/atf/tools/h_mode
|
|
tests/atf/tools/h_pass
|
|
tests/atf/tools/t_atf_check
|
|
tests/atf/tools/t_atf_cleanup
|
|
tests/atf/tools/t_atf_compile
|
|
tests/atf/tools/t_atf_config
|
|
tests/atf/tools/t_atf_exec
|
|
tests/atf/tools/t_atf_report
|
|
tests/atf/tools/t_atf_run
|
|
@dirrm tests/atf/tools
|
|
@dirrm tests/atf/test_programs
|
|
@dirrm tests/atf/formats
|
|
@dirrm tests/atf/data
|
|
@dirrm tests/atf/atf-sh
|
|
@dirrm tests/atf/atf-c++
|
|
@dirrm tests/atf/atf-c
|
|
@dirrm tests/atf
|
|
@dirrm tests
|
|
@dirrm share/xsl/atf
|
|
@unexec ${RMDIR} %D/share/xsl >/dev/null 2>&1 || ${TRUE}
|
|
@dirrm share/xml/atf
|
|
@comment in xmlcatmgr: @dirrm share/xml
|
|
@dirrm share/examples/atf
|
|
@dirrm share/doc/atf
|
|
@dirrm share/atf
|
|
@dirrm include/atf-c++
|
|
@dirrm include/atf-c
|