<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in run</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>05039fda7ee12f3b857e55a461607b5af7b6c91f - tests: Fix reliability issues in POSIX ACL tests</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/run#05039fda7ee12f3b857e55a461607b5af7b6c91f</link>
        <description>tests: Fix reliability issues in POSIX ACL testsThe ACL tests use UIDs and GIDs 41 through 49 and expect them to beunassigned.  Since GID 43 is now assigned to the audio group, sometests have begun to fail.While here, also fix a benign Perl syntax issue in the test runner.MFC after:	1 weekReviewed by:	markjDifferential Revision:	https://reviews.freebsd.org/D57297

            List of files:
            /freebsd/tests/sys/acl/run</description>
        <pubDate>Thu, 28 May 2026 14:26:26 +0200</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/run#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/tests/sys/acl/run</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8adbc73788329dea45afb9354935e4195395fd4f - [tests] change tests/sys/acl/run to run on perl 5.26</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/run#8adbc73788329dea45afb9354935e4195395fd4f</link>
        <description>[tests] change tests/sys/acl/run to run on perl 5.26Previously unescaped regex just resulted in a warning. Now it results ina failed test.

            List of files:
            /freebsd/tests/sys/acl/run</description>
        <pubDate>Wed, 11 Apr 2018 09:15:30 +0200</pubDate>
        <dc:creator>Eitan Adler &lt;eadler@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b626f5a73a48f44a31a200291b141e1da408a2ff - MFH r289384-r293170</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/run#b626f5a73a48f44a31a200291b141e1da408a2ff</link>
        <description>MFH r289384-r293170Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd/tests/sys/acl/run</description>
        <pubDate>Mon, 04 Jan 2016 20:19:48 +0100</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a5d8944a83ff8a3aad14197b7aa0800ff9bda95e - Catch up with head (r291075).</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/run#a5d8944a83ff8a3aad14197b7aa0800ff9bda95e</link>
        <description>Catch up with head (r291075).

            List of files:
            /freebsd/tests/sys/acl/run</description>
        <pubDate>Thu, 19 Nov 2015 17:28:42 +0100</pubDate>
        <dc:creator>Navdeep Parhar &lt;np@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>11d38a5764295585a2472d5e861fa8abe1a11eb2 - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/run#11d38a5764295585a2472d5e861fa8abe1a11eb2</link>
        <description>Merge from headSponsored by:	Gandi.net

            List of files:
            /freebsd/tests/sys/acl/run</description>
        <pubDate>Wed, 28 Oct 2015 12:58:18 +0100</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>031c294c1d25a6b9b62a50a2dfdb300c9ca22f2b - Merge from head</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/run#031c294c1d25a6b9b62a50a2dfdb300c9ca22f2b</link>
        <description>Merge from head

            List of files:
            /freebsd/tests/sys/acl/run</description>
        <pubDate>Mon, 19 Oct 2015 13:51:10 +0200</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b3af24b4ff6df484d17808b4e915a2708841f1f9 - Integrate tools/regression/acltools into the FreeBSD test suite as tests/sys/acl</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/tests/sys/acl/run#b3af24b4ff6df484d17808b4e915a2708841f1f9</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/tests/sys/acl/run</description>
        <pubDate>Sat, 17 Oct 2015 10:39:37 +0200</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
