]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
Update atf to 0.18 and remove the code of the deprecated tools.
authorjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 29 Dec 2013 02:57:10 +0000 (02:57 +0000)
committerjmmv <jmmv@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 29 Dec 2013 02:57:10 +0000 (02:57 +0000)
commit20a8b0497d351b39933351f1b82159808bdd21b2
tree65f81fcb32677687d7156f496d0c2c2b05ab505c
parentd6b90181bffe12fa1dceaa52da4b36da8e616e09
Update atf to 0.18 and remove the code of the deprecated tools.

This is a MFC into stable/10 of:
- r258286 Update notes for imports of atf.
- r258289 MFV: Import atf-0.18.
- r258290 Drop all ATF tools code.

This is "make tinderbox" clean as run on ref10-amd64 with the default
WITHOUT_TESTS option.  A "make buildworld" with WITH_TESTS set now works
as well.

git-svn-id: svn://svn.freebsd.org/base/stable/10@260029 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
155 files changed:
contrib/atf/Atffile [deleted file]
contrib/atf/FREEBSD-Xlist
contrib/atf/FREEBSD-upgrade
contrib/atf/Makefile.am [deleted file]
contrib/atf/Makefile.in [deleted file]
contrib/atf/NEWS
contrib/atf/admin/Makefile.am.inc [deleted file]
contrib/atf/admin/check-install.sh [deleted file]
contrib/atf/admin/check-style-c.awk [deleted file]
contrib/atf/admin/check-style-common.awk [deleted file]
contrib/atf/admin/check-style-cpp.awk [deleted file]
contrib/atf/admin/check-style-man.awk [deleted file]
contrib/atf/admin/check-style-shell.awk [deleted file]
contrib/atf/admin/check-style.sh [deleted file]
contrib/atf/admin/compile [deleted file]
contrib/atf/admin/config.guess [deleted file]
contrib/atf/admin/config.sub [deleted file]
contrib/atf/admin/depcomp [deleted file]
contrib/atf/admin/install-sh [deleted file]
contrib/atf/admin/ltmain.sh [deleted file]
contrib/atf/admin/missing [deleted file]
contrib/atf/atf-c++.hpp
contrib/atf/atf-c++/Atffile [deleted file]
contrib/atf/atf-c++/Makefile.am.inc [deleted file]
contrib/atf/atf-c++/atf-c++-api.3
contrib/atf/atf-c++/check.hpp
contrib/atf/atf-c++/check_test.cpp
contrib/atf/atf-c++/detail/Atffile [deleted file]
contrib/atf/atf-c++/detail/Kyuafile
contrib/atf/atf-c++/detail/Makefile.am.inc [deleted file]
contrib/atf/atf-c++/detail/auto_array.hpp [new file with mode: 0644]
contrib/atf/atf-c++/detail/auto_array_test.cpp [new file with mode: 0644]
contrib/atf/atf-c++/detail/parser.hpp
contrib/atf/atf-c++/detail/process.cpp
contrib/atf/atf-c++/detail/process.hpp
contrib/atf/atf-c++/detail/test_helpers.cpp
contrib/atf/atf-c++/detail/test_helpers.hpp
contrib/atf/atf-c++/macros_test.cpp
contrib/atf/atf-c++/noncopyable.hpp [moved from contrib/atf/atf-run/fs.hpp with 65% similarity]
contrib/atf/atf-c++/pkg_config_test.sh
contrib/atf/atf-c++/tests.cpp
contrib/atf/atf-c++/tests.hpp
contrib/atf/atf-c++/utils.cpp [new file with mode: 0644]
contrib/atf/atf-c++/utils.hpp
contrib/atf/atf-c++/utils_test.cpp
contrib/atf/atf-c.h
contrib/atf/atf-c/Atffile [deleted file]
contrib/atf/atf-c/Makefile.am.inc [deleted file]
contrib/atf/atf-c/atf-c-api.3
contrib/atf/atf-c/check_test.c
contrib/atf/atf-c/detail/Atffile [deleted file]
contrib/atf/atf-c/detail/Kyuafile
contrib/atf/atf-c/detail/Makefile.am.inc [deleted file]
contrib/atf/atf-c/detail/process_test.c
contrib/atf/atf-c/detail/sanity_test.c
contrib/atf/atf-c/detail/test_helpers.c
contrib/atf/atf-c/detail/test_helpers.h
contrib/atf/atf-c/detail/test_helpers_test.c [deleted file]
contrib/atf/atf-c/macros.h
contrib/atf/atf-c/macros_test.c
contrib/atf/atf-c/pkg_config_test.sh
contrib/atf/atf-c/utils.c
contrib/atf/atf-c/utils.h
contrib/atf/atf-c/utils_test.c
contrib/atf/atf-config/Atffile [deleted file]
contrib/atf/atf-config/Kyuafile [deleted file]
contrib/atf/atf-config/Makefile.am.inc [deleted file]
contrib/atf/atf-config/atf-config.1 [deleted file]
contrib/atf/atf-config/atf-config.cpp [deleted file]
contrib/atf/atf-config/integration_test.sh [deleted file]
contrib/atf/atf-report/Atffile [deleted file]
contrib/atf/atf-report/Kyuafile [deleted file]
contrib/atf/atf-report/Makefile.am.inc [deleted file]
contrib/atf/atf-report/atf-report.1 [deleted file]
contrib/atf/atf-report/atf-report.cpp [deleted file]
contrib/atf/atf-report/fail_helper.cpp [deleted file]
contrib/atf/atf-report/integration_test.sh [deleted file]
contrib/atf/atf-report/misc_helpers.cpp [deleted file]
contrib/atf/atf-report/pass_helper.cpp [deleted file]
contrib/atf/atf-report/reader.cpp [deleted file]
contrib/atf/atf-report/reader.hpp [deleted file]
contrib/atf/atf-report/reader_test.cpp [deleted file]
contrib/atf/atf-report/tests-results.css [deleted file]
contrib/atf/atf-report/tests-results.dtd [deleted file]
contrib/atf/atf-report/tests-results.xsl [deleted file]
contrib/atf/atf-run/Atffile [deleted file]
contrib/atf/atf-run/Kyuafile [deleted file]
contrib/atf/atf-run/Makefile.am.inc [deleted file]
contrib/atf/atf-run/atf-run.1 [deleted file]
contrib/atf/atf-run/atf-run.cpp [deleted file]
contrib/atf/atf-run/atffile.cpp [deleted file]
contrib/atf/atf-run/atffile.hpp [deleted file]
contrib/atf/atf-run/atffile_test.cpp [deleted file]
contrib/atf/atf-run/bad_metadata_helper.c [deleted file]
contrib/atf/atf-run/config.cpp [deleted file]
contrib/atf/atf-run/config.hpp [deleted file]
contrib/atf/atf-run/config_test.cpp [deleted file]
contrib/atf/atf-run/expect_helpers.c [deleted file]
contrib/atf/atf-run/fs.cpp [deleted file]
contrib/atf/atf-run/fs_test.cpp [deleted file]
contrib/atf/atf-run/integration_test.sh [deleted file]
contrib/atf/atf-run/io.cpp [deleted file]
contrib/atf/atf-run/io.hpp [deleted file]
contrib/atf/atf-run/io_test.cpp [deleted file]
contrib/atf/atf-run/misc_helpers.cpp [deleted file]
contrib/atf/atf-run/pass_helper.cpp [deleted file]
contrib/atf/atf-run/requirements.cpp [deleted file]
contrib/atf/atf-run/requirements.hpp [deleted file]
contrib/atf/atf-run/requirements_test.cpp [deleted file]
contrib/atf/atf-run/sample/atf-run.hooks [deleted file]
contrib/atf/atf-run/sample/common.conf [deleted file]
contrib/atf/atf-run/several_tcs_helper.c [deleted file]
contrib/atf/atf-run/share/atf-run.hooks [deleted file]
contrib/atf/atf-run/signals.cpp [deleted file]
contrib/atf/atf-run/signals.hpp [deleted file]
contrib/atf/atf-run/signals_test.cpp [deleted file]
contrib/atf/atf-run/test-program.cpp [deleted file]
contrib/atf/atf-run/test-program.hpp [deleted file]
contrib/atf/atf-run/test_program_test.cpp [deleted file]
contrib/atf/atf-run/timer.cpp [deleted file]
contrib/atf/atf-run/timer.hpp [deleted file]
contrib/atf/atf-run/user.cpp [deleted file]
contrib/atf/atf-run/user.hpp [deleted file]
contrib/atf/atf-run/user_test.cpp [deleted file]
contrib/atf/atf-run/zero_tcs_helper.c [deleted file]
contrib/atf/atf-sh/Atffile [deleted file]
contrib/atf/atf-sh/Makefile.am.inc [deleted file]
contrib/atf/atf-sh/atf-check.cpp
contrib/atf/atf-sh/atf-check_test.sh
contrib/atf/atf-sh/atf-sh-api.3
contrib/atf/atf-sh/atf-sh.1
contrib/atf/atf-sh/atf_check_test.sh
contrib/atf/atf-sh/misc_helpers.sh
contrib/atf/atf-version/Makefile.am.inc [deleted file]
contrib/atf/atf-version/atf-version.1 [deleted file]
contrib/atf/atf-version/atf-version.cpp [deleted file]
contrib/atf/atf-version/generate-revision.sh [deleted file]
contrib/atf/bconfig.h
contrib/atf/bconfig.h.in [deleted file]
contrib/atf/configure [deleted file]
contrib/atf/configure.ac [deleted file]
contrib/atf/doc/Makefile.am.inc [deleted file]
contrib/atf/doc/atf-formats.5 [deleted file]
contrib/atf/doc/atf.7.in [deleted file]
contrib/atf/test-programs/Atffile [deleted file]
contrib/atf/test-programs/Kyuafile
contrib/atf/test-programs/Makefile.am.inc [deleted file]
contrib/atf/test-programs/c_helpers.c
contrib/atf/test-programs/cpp_helpers.cpp
contrib/atf/test-programs/fork_test.sh [deleted file]
contrib/atf/test-programs/sh_helpers.sh
lib/atf/libatf-c++/Makefile
lib/atf/libatf-c/tests/Makefile
lib/atf/tests/test-programs/Makefile
tools/build/mk/OptionalObsoleteFiles.inc