<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>a4aaee21 - forkpty: Avoid fd leak if fork() fails.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#a4aaee21</link>
        <description>forkpty: Avoid fd leak if fork() fails.MFC after:	1 weekSponsored by:	Klara, Inc.Reviewed by:	allanjudeDifferential Revision:	https://reviews.freebsd.org/D41491

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Thu, 17 Aug 2023 13:48:42 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Wed, 16 Aug 2023 17:55:03 +0000</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>08300d84 - expand_number: Tighten check of unit.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#08300d84</link>
        <description>expand_number: Tighten check of unit.The current code silently ignores characters after the unit as longthe unit themselves were recognized. This commit makes expand_number(3)to fail with EINVAL if buf did not terminate after the unit character.Historically, the function accepts and ignores &quot;B&quot; as a SI unit, thisbehavior is preserved and e.g. KB, MB are still accepted as aliases ofK and M, document this behavior in the manual page.While I am there, also write a few test cases to validate the behavior.Reviewed-by:	emasteMFC-after:	2 weeksDifferential Revision: https://reviews.freebsd.org/D40482

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Tue, 13 Jun 2023 04:08:32 +0000</pubDate>
        <dc:creator>Xin LI &lt;delphij@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8093646b - cpuset(3): Add unit tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#8093646b</link>
        <description>cpuset(3): Add unit testsDifferential Revision:	https://reviews.freebsd.org/D13046

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Thu, 01 Jun 2023 21:26:57 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e6db6692 - enable pidfile tests on arm64</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#e6db6692</link>
        <description>enable pidfile tests on arm64Pidfile tests were disabled on arm64 (in r286863) because they hung.They have been fixed (r306098) and so can be enabled now.PR:		202304Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Wed, 19 Jul 2017 14:07:38 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eeda0489 - Increase WARNS for libutil tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#eeda0489</link>
        <description>Increase WARNS for libutil testsATF tests have a default WARNS of 0, unlike other usermode programs.Reviewed by:  ngie, julianMFC after:    3 weeksSponsored by: Spectra Logic CorporationDifferential Revision:        https://reviews.freebsd.org/D9933

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Sat, 11 Mar 2017 00:09:54 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#430f7286</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Wed, 04 May 2016 23:20:53 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43faedc1 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#43faedc1</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 22:26:49 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b2d48be1 - Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) and</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#b2d48be1</link>
        <description>Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andnetbsd-tests.test.mk (r289151)- Eliminate explicit OBJTOP/SRCTOP setting- Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk- Remove unnecessary TESTSDIR setting- Use SRCTOP where possible for clarityMFC after: 2 weeksSponsored by: EMC / Isilon Storage Divison

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Mon, 12 Oct 2015 08:16:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e3cac3e - On arm64 disable three tests that hang or panic</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#5e3cac3e</link>
        <description>On arm64 disable three tests that hang or panicEach issue has a PR open to track. This workaround allows us to run thetests to investigate the failures and avoid any new regressions.PR:		202304, 202305, 202307Reviewed by:	ngieSponsored by:	The FreeBSD FoundationDifferential Revision:	https://reviews.freebsd.org/D3378

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Mon, 17 Aug 2015 23:19:36 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6b129086 - Convert libraries to use LIBADD</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#6b129086</link>
        <description>Convert libraries to use LIBADDWhile here reduce a bit overlinking

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Tue, 25 Nov 2014 11:07:26 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5aa45fcb - Integrate lib/libutil into the build/kyua</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/lib/libutil/tests/Makefile#5aa45fcb</link>
        <description>Integrate lib/libutil into the build/kyuaRemove the .t wrappersRename all of the TAP test applications from test-&lt;test&gt; to&lt;test&gt;_test to match the convention described in the TestSuitewiki pagehumanize_number_test.c:- Fix -Wformat warnings with counter variables- Fix minor style(9) issues:-- Header sorting-- Variable declaration alignment/sorting in main(..)-- Fit the lines in &lt;80 columns- Fix an off by one index error in the testcase output [*]- Remove unnecessary `extern char * optarg;` (this is already provided by  unistd.h)Phabric: D555Approved by: jmmv (mentor)MFC after: 2 weeksObtained from: EMC / Isilon Storage Division [*]Submitted by: Casey Peel &lt;cpeel@isilon.com&gt; [*]Sponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/lib/libutil/tests/Makefile</description>
        <pubDate>Wed, 13 Aug 2014 04:56:27 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
