From 430b224f58f897005bb11c58e20923457d553878 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 11 Mar 2013 12:59:31 +0100 Subject: [PATCH] Add new kyua tests for xbps_find_pkg_orphans(). --- tests/libxbps/Makefile | 1 + tests/libxbps/common/Kyuafile | 1 + tests/libxbps/find_pkg_orphans/Kyuafile | 5 + tests/libxbps/find_pkg_orphans/Makefile | 8 + tests/libxbps/find_pkg_orphans/main.c | 127 +++++++++++ .../libxbps/find_pkg_orphans/pkgdb-0.21.plist | 198 ++++++++++++++++++ 6 files changed, 340 insertions(+) create mode 100644 tests/libxbps/find_pkg_orphans/Kyuafile create mode 100644 tests/libxbps/find_pkg_orphans/Makefile create mode 100644 tests/libxbps/find_pkg_orphans/main.c create mode 100644 tests/libxbps/find_pkg_orphans/pkgdb-0.21.plist diff --git a/tests/libxbps/Makefile b/tests/libxbps/Makefile index 10429524..5b8aa23b 100644 --- a/tests/libxbps/Makefile +++ b/tests/libxbps/Makefile @@ -8,6 +8,7 @@ SUBDIRS += plist_match SUBDIRS += plist_match_virtual SUBDIRS += util SUBDIRS += find_pkg_obsoletes +SUBDIRS += find_pkg_orphans SUBDIRS += pkgdb include ../../mk/subdir.mk diff --git a/tests/libxbps/common/Kyuafile b/tests/libxbps/common/Kyuafile index ed59a539..8fa94345 100644 --- a/tests/libxbps/common/Kyuafile +++ b/tests/libxbps/common/Kyuafile @@ -8,4 +8,5 @@ atf_test_program{name="pkgpattern_match_test"} atf_test_program{name="plist_match_test"} atf_test_program{name="plist_match_virtual_test"} atf_test_program{name="find_pkg_obsoletes_test"} +include('find_pkg_orphans/Kyuafile') include('pkgdb/Kyuafile') diff --git a/tests/libxbps/find_pkg_orphans/Kyuafile b/tests/libxbps/find_pkg_orphans/Kyuafile new file mode 100644 index 00000000..170bb71b --- /dev/null +++ b/tests/libxbps/find_pkg_orphans/Kyuafile @@ -0,0 +1,5 @@ +syntax("kyuafile", 1) + +test_suite("libxbps") + +atf_test_program{name="find_pkg_orphans_test"} diff --git a/tests/libxbps/find_pkg_orphans/Makefile b/tests/libxbps/find_pkg_orphans/Makefile new file mode 100644 index 00000000..8c88960a --- /dev/null +++ b/tests/libxbps/find_pkg_orphans/Makefile @@ -0,0 +1,8 @@ +TOPDIR = ../../.. +-include $(TOPDIR)/config.mk + +TESTSSUBDIR = libxbps/find_pkg_orphans +TEST = find_pkg_orphans_test +EXTRA_FILES = Kyuafile pkgdb-0.21.plist + +include $(TOPDIR)/mk/test.mk diff --git a/tests/libxbps/find_pkg_orphans/main.c b/tests/libxbps/find_pkg_orphans/main.c new file mode 100644 index 00000000..51be7458 --- /dev/null +++ b/tests/libxbps/find_pkg_orphans/main.c @@ -0,0 +1,127 @@ +/*- + * Copyright (c) 2013 Juan Romero Pardines. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + *- + */ +#include +#include + +static const char expected_output[] = + "xbps-git-20130310_2\n" + "libxbps-git-20130310_2\n" + "proplib-0.6.3_1\n" + "libarchive-3.1.2_1\n" + "libfetch-2.34_1\n" + "confuse-2.7_2\n" + "libssl-1.0.1e_3\n" + "zlib-1.2.7_1\n" + "attr-2.4.46_5\n" + "expat-2.1.0_3\n" + "liblzma-5.0.4_3\n"; + +static const char expected_output_all[] = + "orphan0-0_1\n" + "unexistent-pkg-0_1\n"; + +ATF_TC(find_pkg_orphans_test); +ATF_TC_HEAD(find_pkg_orphans_test, tc) +{ + atf_tc_set_md_var(tc, "descr", "Test xbps_find_pkg_orphans() for target pkg"); +} + +ATF_TC_BODY(find_pkg_orphans_test, tc) +{ + struct xbps_handle xh; + prop_array_t a, res; + prop_dictionary_t pkgd; + prop_string_t pstr; + const char *pkgver, *tcsdir; + unsigned int i; + + /* get test source dir */ + tcsdir = atf_tc_get_config_var(tc, "srcdir"); + + memset(&xh, 0, sizeof(xh)); + xh.rootdir = tcsdir; + xh.metadir = tcsdir; + ATF_REQUIRE_EQ(xbps_init(&xh), 0); + + a = prop_array_create(); + prop_array_add_cstring_nocopy(a, "xbps-git"); + + pstr = prop_string_create(); + res = xbps_find_pkg_orphans(&xh, a); + for (i = 0; i < prop_array_count(res); i++) { + pkgd = prop_array_get(res, i); + prop_dictionary_get_cstring_nocopy(pkgd, "pkgver", &pkgver); + prop_string_append_cstring(pstr, pkgver); + prop_string_append_cstring(pstr, "\n"); + } + ATF_REQUIRE_STREQ(prop_string_cstring_nocopy(pstr), expected_output); +} + +ATF_TC(find_all_orphans_test); +ATF_TC_HEAD(find_all_orphans_test, tc) +{ + atf_tc_set_md_var(tc, "descr", "Test xbps_find_pkg_orphans() for all pkgs"); +} + +ATF_TC_BODY(find_all_orphans_test, tc) +{ + struct xbps_handle xh; + prop_array_t res; + prop_dictionary_t pkgd; + prop_string_t pstr; + const char *pkgver, *tcsdir; + unsigned int i; + + /* get test source dir */ + tcsdir = atf_tc_get_config_var(tc, "srcdir"); + + memset(&xh, 0, sizeof(xh)); + xh.rootdir = tcsdir; + xh.metadir = tcsdir; + ATF_REQUIRE_EQ(xbps_init(&xh), 0); + + pstr = prop_string_create(); + res = xbps_find_pkg_orphans(&xh, NULL); + for (i = 0; i < prop_array_count(res); i++) { + pkgd = prop_array_get(res, i); + prop_dictionary_get_cstring_nocopy(pkgd, "pkgver", &pkgver); + prop_string_append_cstring(pstr, pkgver); + prop_string_append_cstring(pstr, "\n"); + } + printf("%s", prop_string_cstring_nocopy(pstr)); + + ATF_REQUIRE_STREQ(prop_string_cstring_nocopy(pstr), expected_output_all); +} + +ATF_TP_ADD_TCS(tp) +{ + /* First test: find orphans for xbps-git pkg */ + ATF_TP_ADD_TC(tp, find_pkg_orphans_test); + /* Second test: find all orphans */ + ATF_TP_ADD_TC(tp, find_all_orphans_test); + + return atf_no_error(); +} diff --git a/tests/libxbps/find_pkg_orphans/pkgdb-0.21.plist b/tests/libxbps/find_pkg_orphans/pkgdb-0.21.plist new file mode 100644 index 00000000..629daf4b --- /dev/null +++ b/tests/libxbps/find_pkg_orphans/pkgdb-0.21.plist @@ -0,0 +1,198 @@ + + + + + attr + + automatic-install + + pkgver + attr-2.4.46_5 + run_depends + + glibc>=2.8_1 + + state + installed + + confuse + + automatic-install + + pkgver + confuse-2.7_2 + run_depends + + glibc>=2.8 + + state + installed + + expat + + automatic-install + + pkgver + expat-2.1.0_3 + run_depends + + glibc>=2.8_1 + + state + installed + + libarchive + + automatic-install + + pkgver + libarchive-3.1.2_1 + run_depends + + libssl>=1.0.0_1 + attr>=2.4.43_1 + expat>=2.0.0_1 + liblzma>=5.0.0_1 + bzip2>=1.0.5_1 + zlib>=1.2.3_1 + glibc>=2.8_1 + + state + installed + + libfetch + + automatic-install + + pkgver + libfetch-2.34_1 + run_depends + + libssl>=1.0.0_1 + glibc>=2.8_1 + + state + installed + + liblzma + + automatic-install + + pkgver + liblzma-5.0.4_3 + run_depends + + glibc>=2.8_1 + + state + installed + + libssl + + automatic-install + + pkgver + libssl-1.0.1e_3 + run_depends + + glibc>=2.8_1 + zlib>=1.2.3_1 + + state + installed + + libxbps-git + + automatic-install + + pkgver + libxbps-git-20130310_2 + provides + + libxbps-20130310 + + run_depends + + libfetch>=2.33_1 + zlib>=1.2.3_1 + glibc>=2.8_1 + proplib>=0.1_1 + libarchive>=3.1.2_1 + confuse>=2.7_1 + libssl>=1.0.0_1 + + state + installed + + proplib + + automatic-install + + pkgver + proplib-0.6.3_1 + run_depends + + zlib>=1.2.3_1 + glibc>=2.8_1 + + state + installed + + unexistent-pkg + + automatic-install + + pkgver + unexistent-pkg-0_1 + state + installed + + orphan0 + + automatic-install + + pkgver + orphan0-0_1 + run_depends + + unexistent-pkg>=0 + + state + installed + + xbps-git + + automatic-install + + pkgver + xbps-git-20130310_2 + provides + + xbps-20130310 + + run_depends + + xbps-triggers>=0 + libxbps-git-20130310_2 + glibc>=2.8_1 + proplib>=0.1_1 + libarchive>=3.1.2_1 + + state + installed + + zlib + + automatic-install + + pkgver + zlib-1.2.7_1 + run_depends + + glibc>=2.8 + + state + installed + + +