<?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/fs/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/tests/sys/fs/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>69d94f4c - Add tarfs, a filesystem backed by tarballs.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/fs/Makefile#69d94f4c</link>
        <description>Add tarfs, a filesystem backed by tarballs.Sponsored by:	Juniper Networks, Inc.Sponsored by:	Klara, Inc.Reviewed by:	pauamma, impDifferential Revision:	https://reviews.freebsd.org/D37753

            List of files:
            /freebsd-14.2/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 02 Feb 2023 17:18:41 +0000</pubDate>
        <dc:creator>Dag-Erling Sm&#248;rgrav &lt;des@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c387c230 - tests/sys/fs: remove mips workaround</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/fs/Makefile#c387c230</link>
        <description>tests/sys/fs: remove mips workaroundMIPS is gone, so we no longer require this check.Reviewed by:	imp, asomersDifferential Revision:	https://reviews.freebsd.org/D36566

            List of files:
            /freebsd-14.2/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 15 Sep 2022 13:57:43 +0000</pubDate>
        <dc:creator>Mitchell Horne &lt;mhorne@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d679c719 - Refine fusefs test workaround for mips+llvm</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/fs/Makefile#d679c719</link>
        <description>Refine fusefs test workaround for mips+llvmThis re-enables building the googletest suite by default on mips and insteadspecifically doesn&apos;t build fusefs tests for mips+clang builds.  clang willeasily spent &gt;= 1.5 hours compiling a single file due to a bug inoptimization (see LLVM PR 43263), so turn these off for now while that&apos;shashed out.GCC builds are unaffected and build the fusefs tests as-is. Clang buildsonly happen by early adopters attempting to hash out the remaining issues.The comment has been updated to reflect its new position and use less strongwording about imposing on people.Discussed with:	ngie, asomersReviewed by:	ngie

            List of files:
            /freebsd-14.2/tests/sys/fs/Makefile</description>
        <pubDate>Mon, 06 Jan 2020 18:25:58 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92a8983b - Fix the build with WITHOUT_GOOGLETEST</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/fs/Makefile#92a8983b</link>
        <description>Fix the build with WITHOUT_GOOGLETESTAttempting to build the fusefs tests WITHOUT_GOOGLETEST will result in anerror if the host system or sysroot doesn&apos;t already have googletest headersin /usr/include/private (e.g. host built/installed WITHOUT_GOOGLETEST, cleancross-buildworld WITHOUT_GOOGLETEST).Reviewed by:	asomersDifferential Revision:	https://reviews.freebsd.org/D21367

            List of files:
            /freebsd-14.2/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 22 Aug 2019 19:10:31 +0000</pubDate>
        <dc:creator>Kyle Evans &lt;kevans@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>93fecd02 - fusefs: misc build fixes</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/fs/Makefile#93fecd02</link>
        <description>fusefs: misc build fixes* Only build the tests on platforms with C++14 support* Fix an undefined symbol error on lint builds* Remove an unused function: fiov_clearSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/fs/Makefile</description>
        <pubDate>Sat, 25 May 2019 21:40:27 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9821f1d3 - fusefs: adapt the tests to the fuse =&gt; fusefs rename</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/fs/Makefile#9821f1d3</link>
        <description>fusefs: adapt the tests to the fuse =&gt; fusefs renameSponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/fs/Makefile</description>
        <pubDate>Thu, 21 Mar 2019 00:11:43 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>44154e68 - Begin a fuse(4) test suite</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/fs/Makefile#44154e68</link>
        <description>Begin a fuse(4) test suiteIt only tests the kernel portion of fuse, not the userspace portion (whichcomes from sysutils/fusefs-libs).  The kernel-userspace interface isde-facto standardized, and this test suite seeks to validate FreeBSD&apos;simplementation.It uses GoogleMock to substitute for a userspace daemon and validate thekernel&apos;s behavior in response to filesystem access.  GoogleMock isconvenient because it can validate the order, number, and arguments of eachoperation, and return canned responses.But that also means that the test suite must use GoogleTest, sinceGoogleMock is incompatible with atf-c++ and atf.test.mk does not allow C++programs to use atf-c.This commit adds the first 10 test cases out of an estimated 130 total.PR:		235775, 235773Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/sys/fs/Makefile</description>
        <pubDate>Fri, 01 Mar 2019 23:53:05 +0000</pubDate>
        <dc:creator>Alan Somers &lt;asomers@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>669c2535 - Integrate contrib/netbsd-tests/fs/tmpfs into the FreeBSD test suite</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/sys/fs/Makefile#669c2535</link>
        <description>Integrate contrib/netbsd-tests/fs/tmpfs into the FreeBSD test suiteas tests/sys/fsThese testcases exercise tmpfs supportMFC after:	2 weeksSponsored by:	Dell EMC Isilon

            List of files:
            /freebsd-14.2/tests/sys/fs/Makefile</description>
        <pubDate>Fri, 21 Oct 2016 05:24:08 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
