ATF-log archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

org.NetBSD.atf.src.reorg: c62fe6af1df17c6c548b8bc24e1c6ba9df953fa4



revision:            c62fe6af1df17c6c548b8bc24e1c6ba9df953fa4
date:                2010-06-16T17:32:58
author:              jmmv%NetBSD.org@localhost
branch:              org.NetBSD.atf.src.reorg
changelog:
propagate from branch 'org.NetBSD.atf.src' (head 
5f0484f988b66afcf90c2cac9fc0c0cb1a847e05)
            to branch 'org.NetBSD.atf.src.reorg' (head 
79c52dee6624e7ae4bd571fda82d38f4e5e0b3ec)

manifest:
format_version "1"

new_manifest [9f6e19a701f2bd3ed3c89d393c3659a56a2e477d]

old_revision [5f0484f988b66afcf90c2cac9fc0c0cb1a847e05]

delete "AUTHORS"

delete "COPYING"

delete "INSTALL"

delete "NEWS"

delete "README"

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 "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"

patch "Atffile"
 from [e2bc70a97dabef91b96438feee3f555de7a21cfd]
   to [f068b15e6017b4f34b2e9651856df211b1c38f80]

patch "Makefile.am.m4"
 from [b7fe03bd15fb7370ec8e2703b60bd4bab0a7dc7e]
   to [a85e7a2a808ef49901dbd3e286c1c559214f6102]

patch "admin/clean-all.sh"
 from [0e3ba4281d211e32c79bbabec97f6ef6f971c87c]
   to [5bd74a8ce258940fb29980f1c9e29a0783b03b44]

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 "test-programs/Atffile"
 from [d6f73682105157a9700af01e3bec0398a1dc8da6]
   to [3e448589dc4e30e0aa75a8e975bf8b949c709533]

old_revision [79c52dee6624e7ae4bd571fda82d38f4e5e0b3ec]

patch "atf-c/tc.c"
 from [394b403bcffae3bae922c151995d7a9b108bdedf]
   to [1179fb2c465a45a335e242de753674a716ee7582]

patch "atf-c++/atf-c++-api.3"
 from [c92a9e31aa935eb1cab427ae1565d6ed0dac93a3]
   to [7832b1ce3ba9cad3c4729f6a1f70134205f1bcf4]

patch "atf-c++/d_use_macros_hpp.cpp"
 from [2af2ec0080364789486e28ea42c81b2428eefd5a]
   to [432aeedf317d5232013a3873ebf2ac5c5f65467f]

patch "atf-c++/fs_test.cpp"
 from [ec795007d2383ffb8c588fff5eabf986d8a57203]
   to [232a7c2ca3cef869ddb41852bf34128458a223d4]

patch "atf-c++/macros.hpp"
 from [e46d9562bb47c477b551c6276e02f66a09e69313]
   to [3845a32d5706610959feb1a68a91fa66e1a24e60]

patch "atf-c++/macros_test.cpp"
 from [701c7b501e29474e93c60dee8909ee9388ce4343]
   to [f3596c09ba27ce64ad4d71ccc3d860c7631dba3d]

patch "atf-c++/text_test.cpp"
 from [c5b0882cacb693e63cecb2c54b8a914de2d62d3b]
   to [de30345cf6b24cf09121ec05182ddc99487781b7]

patch "atf-run/fs_test.cpp"
 from [09bfbddc8af89485bb41256882c02074171d7615]
   to [4fe22c291a75f2bbdbcd3b7de1fcf324e5b78234]

patch "atf-run/requirements_test.cpp"
 from [a3d193bd6104a54c2bbd5d2ca8d255bd953f0bac]
   to [25779757186d21422d3afa3314c8ba3c67378801]

patch "atf-run/test_program_test.cpp"
 from [612957b81f608b77994a731529b4f15ffba440e3]
   to [98ede5d7e1e79f4bc6b58878be26dd529768bb61]

patch "doc/news.xml"
 from [ae2f8f2a48f1a31a3ab45e41f30839ed0b13de3b]
   to [61e240d281af2d4e186b58764cf2ef192beda5c4]

patch "test-programs/h_c.c"
 from [8c2835e8c5c386a39e45a2001113b7997127a472]
   to [8287bbb8809423fa94ab99224e794f34e7e9e679]

patch "test-programs/h_cpp.cpp"
 from [57f4be15e863f28598334ba7101e475acfde83c1]
   to [aa8df1d2d2820dfb215764e45139633e3d4487df]

patch "test-programs/h_sh.sh"
 from [2743ae7a96969b5d61de4b7d83e003db91630437]
   to [2cce23f7ccd387d14a2bf2e6c6c7cb7184a48c5d]

patch "test-programs/result_test.sh"
 from [7a478e6636683f94f5abdfc2455664fb1b33b517]
   to [917ab406ba6e0f57fe362b91c360960bc77107a9]


Home | Main Index | Thread Index | Old Index