<?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>d0b2dbfa - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/tests/sys/acl/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>34b696e4 - acl tests: Serialize</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#34b696e4</link>
        <description>acl tests: SerializeSome of these tests import a ZFS pool with a hard-coded name, so theycannot run in parallel.MFC after:	1 week

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 25 Mar 2023 19:09:48 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8b88be8 - tests/sys/acl: Add ATF C test for newly added acl_* functions.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#f8b88be8</link>
        <description>tests/sys/acl: Add ATF C test for newly added acl_* functions.Reviewed by: kib, debdrup, gbeApproved by: kibDifferential Revision: https://reviews.freebsd.org/D28255

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 23 Jan 2021 10:00:47 +0000</pubDate>
        <dc:creator>Gleb Popov &lt;arrowd@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3bc534ea - Set required program for all acl tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#3bc534ea</link>
        <description>Set required program for all acl testsr339782 re-enabled acl test 00 and 02, which were disabled in r336617due to PR 229930.When the tests were disabled the code to set their required programs wasdisabled as well, but this was not reinstated when r339782 re-enabledthem.Do so now.Sponsored by:	Axiado

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Thu, 05 Sep 2019 18:54:46 +0000</pubDate>
        <dc:creator>Kristof Provost &lt;kp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>6951c4ee - Update and re-enable ACL tests following r332396 and r339781.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#6951c4ee</link>
        <description>Update and re-enable ACL tests following r332396 and r339781.PR:		229930MFC after:	2 weeksSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Fri, 26 Oct 2018 19:03:30 +0000</pubDate>
        <dc:creator>Mark Johnston &lt;markj@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>75b9becc - Temporarily disable the sys/acl/00 and sys/acl/02 tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#75b9becc</link>
        <description>Temporarily disable the sys/acl/00 and sys/acl/02 testsThese tests are failing due to PR 229930.  Unfortunately, TAP tests can&apos;t bemarked as expected failures.PR:		229930Reported by:	Jenkins

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Sun, 22 Jul 2018 21:00:11 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1fe8c307 - Skip sys/acl tests on systems lacking perl</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#1fe8c307</link>
        <description>Skip sys/acl tests on systems lacking perltests/sys/acl/Makefile	add perl to the required_programs for all tests in this directoryReviewed by:	ngieApproved by:	re (gjb)MFC after:	4 weeksSponsored by:	Spectra Logic CorpDifferential Revision:	https://reviews.freebsd.org/D6870

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Mon, 20 Jun 2016 23:17:00 +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/tests/sys/acl/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/tests/sys/acl/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>be484a12 - Use basenames for getfacl, setfacl, and zpool to work around the</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#be484a12</link>
        <description>Use basenames for getfacl, setfacl, and zpool to work around thefact that Jenkins hardcodes image sizes to 2GB with the FreeBSD_HEADjobThis is to stop the unnecessary failure emails because we&apos;ve goneover the 2GB limitMFC after: 1 weekX-MFC with: r295341Sponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 06 Feb 2016 04:13:20 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f3975b86 - Require /bin/getfacl and /bin/setfacl when running the acl tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#f3975b86</link>
        <description>Require /bin/getfacl and /bin/setfacl when running the acl testsFor cases where these utilities aren&apos;t installed, the tests would fail todayin a non-intuitive manner on sub-testcase #3 in each of the test scriptsMFC after: 1 weekReviewed by: markjSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Fri, 05 Feb 2016 23:50:15 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2aa00a60 - More &apos;tests&apos; package fixes.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#2aa00a60</link>
        <description>More &apos;tests&apos; package fixes.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 00:34:23 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3af24b4 - Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/acl/Makefile#b3af24b4</link>
        <description>Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl- Make the requirements more complete for the testcases- Detect prerequisites so the tests won&apos;t fail (zfs.ko is loaded, zpool(1)  is available, ACL support is enabled with UFS, etc).- Work with temporary files/directories/mountpoints that work with atf/kyua- Limit the testcases to work on temporary filesystems to reduce tainting the  test hostMFC after: 2 weeksReviewed by: trasz (earlier version)Differential Revision: https://reviews.freebsd.org/D3810

            List of files:
            /freebsd-14.2/tests/sys/acl/Makefile</description>
        <pubDate>Sat, 17 Oct 2015 08:39:37 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
