Date: Mon, 28 Oct 2019 17:12:46 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r354135 - head/contrib/netbsd-tests/lib/libexecinfo Message-ID: <201910281712.x9SHCk2o054301@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Mon Oct 28 17:12:45 2019 New Revision: 354135 URL: https://svnweb.freebsd.org/changeset/base/354135 Log: Remove bogus requirement from libexecinfo test The bogus requirement was causing CI infrastructure (which does not mount procfs) to skip the test. Procfs has not been needed by libexecinfo on FreeBSD (nor NetBSD) for years. Both now use a sysctl to obtain the path to the current process image. X-MFC-With: r354126 Modified: head/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c Modified: head/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c ============================================================================== --- head/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c Mon Oct 28 13:06:01 2019 (r354134) +++ head/contrib/netbsd-tests/lib/libexecinfo/t_backtrace.c Mon Oct 28 17:12:45 2019 (r354135) @@ -147,7 +147,6 @@ ATF_TC(backtrace_fmt_basic); ATF_TC_HEAD(backtrace_fmt_basic, tc) { atf_tc_set_md_var(tc, "descr", "Test backtrace_fmt(3)"); - atf_tc_set_md_var(tc, "require.files", "/proc/self"); } ATF_TC_BODY(backtrace_fmt_basic, tc)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910281712.x9SHCk2o054301>