ATF-log archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
org.NetBSD.atf.src: 385c26583a4739db2db72fd1d4c48236ff9f6c54
revision: 385c26583a4739db2db72fd1d4c48236ff9f6c54
date: 2010-06-18T19:49:07
author: jmmv%NetBSD.org@localhost
branch: org.NetBSD.atf.src
changelog:
propagate from branch 'org.NetBSD.atf.src.reorg' (head
93a08eec1c4a1e31e18fee9718ca90f811677e25)
to branch 'org.NetBSD.atf.src' (head
42e785b4b02dc57811b1b6b00ced14ba340a3d18)
manifest:
format_version "1"
new_manifest [52d903346c2f4930fd3b79a7051c1ef1297a3db4]
old_revision [42e785b4b02dc57811b1b6b00ced14ba340a3d18]
delete "AUTHORS"
delete "COPYING"
delete "INSTALL"
delete "NEWS"
delete "README"
delete "admin/generate-makefile.sh"
delete "autogen.sh"
delete "tests"
delete "tests/atf"
delete "tests/atf/atf-c"
delete "tests/atf/atf-c++"
delete "tests/atf/atf-check"
delete "tests/atf/atf-config"
delete "tests/atf/atf-report"
delete "tests/atf/atf-run"
delete "tests/atf/atf-sh"
delete "tests/atf/test_programs"
rename "Makefile.am.m4"
to "Makefile.am"
rename "tests/atf/Atffile"
to "Atffile"
rename "tests/atf/atf-c/Atffile"
to "atf-c/Atffile"
rename "tests/atf/atf-c/d_use_macros_h.c"
to "atf-c/d_use_macros_h.c"
rename "tests/atf/atf-c/h_build.h"
to "atf-c/h_build.h"
rename "tests/atf/atf-c/h_lib.c"
to "atf-c/h_lib.c"
rename "tests/atf/atf-c/h_lib.h"
to "atf-c/h_lib.h"
rename "tests/atf/atf-c/h_processes.c"
to "atf-c/h_processes.c"
rename "tests/atf/atf-c/t_atf_c.c"
to "atf-c/atf_c_test.c"
rename "tests/atf/atf-c/t_build.c"
to "atf-c/build_test.c"
rename "tests/atf/atf-c/t_check.c"
to "atf-c/check_test.c"
rename "tests/atf/atf-c/t_config.c"
to "atf-c/config_test.c"
rename "tests/atf/atf-c/t_dynstr.c"
to "atf-c/dynstr_test.c"
rename "tests/atf/atf-c/t_env.c"
to "atf-c/env_test.c"
rename "tests/atf/atf-c/t_error.c"
to "atf-c/error_test.c"
rename "tests/atf/atf-c/t_fs.c"
to "atf-c/fs_test.c"
rename "tests/atf/atf-c/t_h_lib.c"
to "atf-c/h_lib_test.c"
rename "tests/atf/atf-c/t_list.c"
to "atf-c/list_test.c"
rename "tests/atf/atf-c/t_macros.c"
to "atf-c/macros_test.c"
rename "tests/atf/atf-c/t_map.c"
to "atf-c/map_test.c"
rename "tests/atf/atf-c/t_pkg_config.sh"
to "atf-c/pkg_config_test.sh"
rename "tests/atf/atf-c/t_process.c"
to "atf-c/process_test.c"
rename "tests/atf/atf-c/t_sanity.c"
to "atf-c/sanity_test.c"
rename "tests/atf/atf-c/t_tc.c"
to "atf-c/tc_test.c"
rename "tests/atf/atf-c/t_text.c"
to "atf-c/text_test.c"
rename "tests/atf/atf-c/t_tp.c"
to "atf-c/tp_test.c"
rename "tests/atf/atf-c/t_ui.c"
to "atf-c/ui_test.c"
rename "tests/atf/atf-c/t_user.c"
to "atf-c/user_test.c"
rename "tests/atf/atf-c++/Atffile"
to "atf-c++/Atffile"
rename "tests/atf/atf-c++/d_use_macros_hpp.cpp"
to "atf-c++/d_use_macros_hpp.cpp"
rename "tests/atf/atf-c++/h_lib.cpp"
to "atf-c++/h_lib.cpp"
rename "tests/atf/atf-c++/h_lib.hpp"
to "atf-c++/h_lib.hpp"
rename "tests/atf/atf-c++/t_application.cpp"
to "atf-c++/application_test.cpp"
rename "tests/atf/atf-c++/t_atf_c++.cpp"
to "atf-c++/atf_c++_test.cpp"
rename "tests/atf/atf-c++/t_build.cpp"
to "atf-c++/build_test.cpp"
rename "tests/atf/atf-c++/t_check.cpp"
to "atf-c++/check_test.cpp"
rename "tests/atf/atf-c++/t_config.cpp"
to "atf-c++/config_test.cpp"
rename "tests/atf/atf-c++/t_env.cpp"
to "atf-c++/env_test.cpp"
rename "tests/atf/atf-c++/t_exceptions.cpp"
to "atf-c++/exceptions_test.cpp"
rename "tests/atf/atf-c++/t_expand.cpp"
to "atf-c++/expand_test.cpp"
rename "tests/atf/atf-c++/t_fs.cpp"
to "atf-c++/fs_test.cpp"
rename "tests/atf/atf-c++/t_io.cpp"
to "atf-c++/io_test.cpp"
rename "tests/atf/atf-c++/t_macros.cpp"
to "atf-c++/macros_test.cpp"
rename "tests/atf/atf-c++/t_parser.cpp"
to "atf-c++/parser_test.cpp"
rename "tests/atf/atf-c++/t_pkg_config.sh"
to "atf-c++/pkg_config_test.sh"
rename "tests/atf/atf-c++/t_process.cpp"
to "atf-c++/process_test.cpp"
rename "tests/atf/atf-c++/t_sanity.cpp"
to "atf-c++/sanity_test.cpp"
rename "tests/atf/atf-c++/t_signals.cpp"
to "atf-c++/signals_test.cpp"
rename "tests/atf/atf-c++/t_tests.cpp"
to "atf-c++/tests_test.cpp"
rename "tests/atf/atf-c++/t_text.cpp"
to "atf-c++/text_test.cpp"
rename "tests/atf/atf-c++/t_ui.cpp"
to "atf-c++/ui_test.cpp"
rename "tests/atf/atf-c++/t_user.cpp"
to "atf-c++/user_test.cpp"
rename "tests/atf/atf-c++/t_utils.cpp"
to "atf-c++/utils_test.cpp"
rename "tests/atf/atf-check/Atffile"
to "atf-check/Atffile"
rename "tests/atf/atf-check/t_integration.sh"
to "atf-check/integration_test.sh"
rename "tests/atf/atf-config/Atffile"
to "atf-config/Atffile"
rename "tests/atf/atf-config/t_integration.sh"
to "atf-config/integration_test.sh"
rename "tests/atf/atf-report/Atffile"
to "atf-report/Atffile"
rename "tests/atf/atf-report/h_fail.cpp"
to "atf-report/h_fail.cpp"
rename "tests/atf/atf-report/h_misc.cpp"
to "atf-report/h_misc.cpp"
rename "tests/atf/atf-report/h_pass.cpp"
to "atf-report/h_pass.cpp"
rename "tests/atf/atf-report/t_integration.sh"
to "atf-report/integration_test.sh"
rename "tests/atf/atf-report/t_reader.cpp"
to "atf-report/reader_test.cpp"
rename "tests/atf/atf-run/Atffile"
to "atf-run/Atffile"
rename "tests/atf/atf-run/h_bad_metadata.c"
to "atf-run/h_bad_metadata.c"
rename "tests/atf/atf-run/h_fail.cpp"
to "atf-run/h_fail.cpp"
rename "tests/atf/atf-run/h_misc.cpp"
to "atf-run/h_misc.cpp"
rename "tests/atf/atf-run/h_pass.cpp"
to "atf-run/h_pass.cpp"
rename "tests/atf/atf-run/h_several_tcs.c"
to "atf-run/h_several_tcs.c"
rename "tests/atf/atf-run/h_zero_tcs.c"
to "atf-run/h_zero_tcs.c"
rename "tests/atf/atf-run/t_atffile.cpp"
to "atf-run/atffile_test.cpp"
rename "tests/atf/atf-run/t_config.cpp"
to "atf-run/config_test.cpp"
rename "tests/atf/atf-run/t_fs.cpp"
to "atf-run/fs_test.cpp"
rename "tests/atf/atf-run/t_integration.sh"
to "atf-run/integration_test.sh"
rename "tests/atf/atf-run/t_requirements.cpp"
to "atf-run/requirements_test.cpp"
rename "tests/atf/atf-run/t_test_program.cpp"
to "atf-run/test_program_test.cpp"
rename "tests/atf/atf-sh/Atffile"
to "atf-sh/Atffile"
rename "tests/atf/atf-sh/h_misc.sh"
to "atf-sh/h_misc.sh"
rename "tests/atf/atf-sh/t_atf_check.sh"
to "atf-sh/atf_check_test.sh"
rename "tests/atf/atf-sh/t_config.sh"
to "atf-sh/config_test.sh"
rename "tests/atf/atf-sh/t_integration.sh"
to "atf-sh/integration_test.sh"
rename "tests/atf/atf-sh/t_normalize.sh"
to "atf-sh/normalize_test.sh"
rename "tests/atf/atf-sh/t_tc.sh"
to "atf-sh/tc_test.sh"
rename "tests/atf/atf-sh/t_tp.sh"
to "atf-sh/tp_test.sh"
rename "tests/atf/test_programs/Atffile"
to "test-programs/Atffile"
rename "tests/atf/test_programs/common.sh"
to "test-programs/common.sh"
rename "tests/atf/test_programs/h_c.c"
to "test-programs/h_c.c"
rename "tests/atf/test_programs/h_cpp.cpp"
to "test-programs/h_cpp.cpp"
rename "tests/atf/test_programs/h_sh.sh"
to "test-programs/h_sh.sh"
rename "tests/atf/test_programs/t_config.sh"
to "test-programs/config_test.sh"
rename "tests/atf/test_programs/t_fork.sh"
to "test-programs/fork_test.sh"
rename "tests/atf/test_programs/t_meta_data.sh"
to "test-programs/meta_data_test.sh"
rename "tests/atf/test_programs/t_result.sh"
to "test-programs/result_test.sh"
rename "tests/atf/test_programs/t_srcdir.sh"
to "test-programs/srcdir_test.sh"
rename "tests/bootstrap"
to "bootstrap"
add_dir "test-programs"
add_file "admin/Makefile.am.inc"
content [9c8c1ee86a2f3b4201c4780f6c7fcfab8f3a2a95]
add_file "atf-c/Makefile.am.inc"
content [d42051561a985babe8484223c656729660c04bf4]
add_file "atf-c++/Makefile.am.inc"
content [86cd21b0cb11441321d1dc3e04c3e2665d304337]
add_file "atf-check/Makefile.am.inc"
content [145ba66a88e6b8d605fbc3f61ed9e2f3fcf17e49]
add_file "atf-config/Makefile.am.inc"
content [025142af2c2de3a77dae90116554a8dcd2561f1a]
add_file "atf-format/Makefile.am.inc"
content [0752190469eda930c8cdeaefdc58069db9263231]
add_file "atf-report/Makefile.am.inc"
content [9e919b9c1762195c415ef0edd93391e97232402a]
add_file "atf-run/Makefile.am.inc"
content [366a3bc17a4a2a72c64240145313efd89e2f27c3]
add_file "atf-sh/Makefile.am.inc"
content [11a02327b6abea1589a9b8b64dc90dbacc29045b]
add_file "atf-version/Makefile.am.inc"
content [4f9357533c8146a38eb50957ca49fdd11fc2b08b]
add_file "bootstrap/Makefile.am.inc"
content [56f0ec8da2a3a6f7293d53646fc36e7711759196]
add_file "doc/Makefile.am.inc"
content [7c8cab1d89500a14e769f5ed2ab7e52fa44897c6]
add_file "test-programs/Makefile.am.inc"
content [d0802c3ec7988192fc7bc1dcd326f7883b4b8c49]
patch "Atffile"
from [e2bc70a97dabef91b96438feee3f555de7a21cfd]
to [f068b15e6017b4f34b2e9651856df211b1c38f80]
patch "Makefile.am"
from [b7fe03bd15fb7370ec8e2703b60bd4bab0a7dc7e]
to [a4b68ac969048cad299a51e836964513a08e01a0]
patch "admin/clean-all.sh"
from [0e3ba4281d211e32c79bbabec97f6ef6f971c87c]
to [5331cf07a9759e7e7048790af16bc77846cace1d]
patch "atf-c/Atffile"
from [89ed05a2d39237802290301cc668c42c80b64201]
to [d6455d8900cbf4870e7659aed180a770a1a5a02f]
patch "atf-c/macros_test.c"
from [003090d79ac993136628d2f949018113b6c611b2]
to [3b536f27612524539c8eff0205decf4fc6bbb77d]
patch "atf-c++/Atffile"
from [1a6171b0836729a743010465858a0ddd9b6bf8d2]
to [62409e00a6c30dcdcfe86b0a4a91f1e03c1d7ed8]
patch "atf-check/Atffile"
from [89ed05a2d39237802290301cc668c42c80b64201]
to [d6455d8900cbf4870e7659aed180a770a1a5a02f]
patch "atf-config/Atffile"
from [89ed05a2d39237802290301cc668c42c80b64201]
to [d6455d8900cbf4870e7659aed180a770a1a5a02f]
patch "atf-report/Atffile"
from [89ed05a2d39237802290301cc668c42c80b64201]
to [d6455d8900cbf4870e7659aed180a770a1a5a02f]
patch "atf-run/Atffile"
from [89ed05a2d39237802290301cc668c42c80b64201]
to [d6455d8900cbf4870e7659aed180a770a1a5a02f]
patch "atf-sh/Atffile"
from [748eb94d607be98efb0e418bab08a916ec57d223]
to [a417364ffbee62cb802a403583053608bc1a2817]
patch "bootstrap/testsuite.at"
from [7b358e9e644ff7ab9b88d9b9e70dd9e8a2542d0a]
to [0b82ff0041426dec3a1479578e42306513851b1b]
patch "configure.ac"
from [bb1ae80a58149aae7a2ddff3863bf552d5823c87]
to [b43558920fd76efa325c726b9c5236010b9137f5]
patch "doc/install.xml"
from [a967285187bb28b4b0d931c303a8701a602b3d79]
to [13b4acce6aa7272e053835264440e4dce3659b5a]
patch "doc/news.xml"
from [61e240d281af2d4e186b58764cf2ef192beda5c4]
to [ed560b055e5af20f06e72fffa92fcc7842504300]
patch "test-programs/Atffile"
from [d6f73682105157a9700af01e3bec0398a1dc8da6]
to [3e448589dc4e30e0aa75a8e975bf8b949c709533]
old_revision [93a08eec1c4a1e31e18fee9718ca90f811677e25]
patch "atf-c/atf-c-api.3"
from [22f071f395c3217bc3bd3ce37e738842fd62af60]
to [c7d72da95ddc1243f5d5b6c01433b44ebb8b39f5]
patch "atf-c++/atf-c++-api.3"
from [7832b1ce3ba9cad3c4729f6a1f70134205f1bcf4]
to [ee3ab82342b04072d8675bc46630691c9f09686a]
patch "atf-sh/atf-sh-api.3"
from [9f9a39815b794e7ee6c0adc1b99a6b26e1a6bea8]
to [6af3f1adff1622a4f9fe40d50f46a78de7beb3aa]
patch "doc/atf-test-case.4"
from [f701f8cc41720ab35e19faf637adf13286906ebf]
to [389bbe85c18e89af1d1e116d6f1bb26734f5ec51]
Home |
Main Index |
Thread Index |
Old Index