<?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>c3ae84bc - include: Implement N2867.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#c3ae84bc</link>
        <description>include: Implement N2867.This adds macros for checked addition, subtraction, and multiplication with semantics similar to the builtins gcc and clang have had for years.Reviewed by:	kib, emasteDifferential Revision:	https://reviews.freebsd.org/D41734(cherry picked from commit e6615b10347caf67f5bc12c9a8e30b8ddd9860ae)include: Add tests for N2867.Reviewed by:	impDifferential Revision:	https://reviews.freebsd.org/D41735(cherry picked from commit 4fbb9c43aa44d9145151bb5f77d302ba01fb7551)less: We have &lt;stdckdint.h&gt; now.Reviewed by:	delphijDifferential Revision:	https://reviews.freebsd.org/D41736(cherry picked from commit cb8dd292c7ec53391dfa25847858dd7ef895f94e)Approved by:	re (gjb)

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Thu, 07 Sep 2023 06:14:54 +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/tests/Makefile#d0b2dbfa</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd-14.2/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>8161b823 - testing: add python test examples</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#8161b823</link>
        <description>testing: add python test examplesSimplify the adoption of python tests by proving some examples, utilising commonly-used patterns.Differential Revision: https://reviews.freebsd.org/D37902Reviewed by:	asomersMFC after:	2 weeks

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Sun, 01 Jan 2023 14:35:41 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>924226fb - testing: move atf-pytest-wrapper to /usr/libexec</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#924226fb</link>
        <description>testing: move atf-pytest-wrapper to /usr/libexecMove pytest wrapper to the collection of the other atf wrappers in libexec. It solves the problem of combining bits &amp; pieces from bsd.test.mk and bgs.prog.mk to address &quot;test binary, but not the suite binary&quot;.Reviewed by:	kpDifferential Revision: https://reviews.freebsd.org/D35604MFC after:	2 weeks

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Sun, 26 Jun 2022 11:46:37 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8eb2bee6 - testing: Add basic atf support to pytest.</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#8eb2bee6</link>
        <description>testing: Add basic atf support to pytest.Implementation consists of the pytest plugin implementing ATF format anda simple C++ wrapper, which reorders the provided arguments from ATF formatto the format understandable by pytest. Each test has this wrapper specifiedafter the shebang. When kyua executes the test, wrapper calls pytest, whichloads atf plugin, does the work and returns the result. Additionally, aseparate python &quot;package&quot;, `/usr/tests/atf_python` has been added to collectcode that may be useful across different tests.Current limitations:* Opaque metadata passing via X-Name properties. Require some fixtures to write* `-s srcdir` parameter passed by the runner is ignored.* No `atf-c-api(3)` or similar - relying on pytest framework &amp; existing python libraries* No support for `atf_tc_&lt;get|has&gt;_config_var()` &amp; `atf_tc_set_md_var()`. Can be probably implemented with env variables &amp; autoload fixturesDifferential Revision: https://reviews.freebsd.org/D31084Reviewed by:	kp, ngie

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Sat, 25 Jun 2022 19:01:45 +0000</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>64e33c5c - Revert &quot;wpa: Import wpa 2.10.&quot;</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#64e33c5c</link>
        <description>Revert &quot;wpa: Import wpa 2.10.&quot;This reverts commit 5eb81a4b4028113e3c319f21a1db6b67613ec7ab, reversingchanges made to c6806434e79079f4f9419c3ba4fec37efcaa1635 andthis reverts commit 679ff6112361d2660f4e0c3cda71198a5e773a25.What happend is git rebase --rebase-merges doesn&apos;t do what is expected.

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Tue, 18 Jan 2022 16:08:03 +0000</pubDate>
        <dc:creator>Cy Schubert &lt;cy@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f8262d7d - Import wpa_supplicant/hostapd commit 9d9b42306541</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#f8262d7d</link>
        <description>Import wpa_supplicant/hostapd commit 9d9b42306541Start tracking upstream development of hostapd and wpa_supplicant moreclosely.  The last upstream release is from August 2019.  Keeping upwith upstream development will make importing releases less exciting.Discussed with: cySponsored by:	Rubicon Communications, LLC (&quot;Netgate&quot;)

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Fri, 19 Mar 2021 03:13:37 +0000</pubDate>
        <dc:creator>Philip Paeps &lt;philip@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af6fbe51 - Tag /usr/tests/local symlink with package=tests</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#af6fbe51</link>
        <description>Tag /usr/tests/local symlink with package=testsAs with the rest of /usr/tests, so that it is handled correctly onpkgbase-installed/updated systems.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Thu, 23 Jan 2020 15:59:30 +0000</pubDate>
        <dc:creator>Ed Maste &lt;emaste@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ea684039 - Import Zstd 1.4.4</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#ea684039</link>
        <description>Import Zstd 1.4.4

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Wed, 06 Nov 2019 06:42:00 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa94c738 - import zstd 1.4.1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#fa94c738</link>
        <description>import zstd 1.4.1

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Thu, 08 Aug 2019 15:30:49 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>3f774a5e - import zstd 1.4.0</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#3f774a5e</link>
        <description>import zstd 1.4.0

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Fri, 19 Apr 2019 00:31:04 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>af73257b - import zstd 1.3.8</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#af73257b</link>
        <description>import zstd 1.3.8

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Sat, 29 Dec 2018 06:51:10 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>706cfae4 - import zstd 1.3.7</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#706cfae4</link>
        <description>import zstd 1.3.7

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Mon, 22 Oct 2018 20:00:30 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>42239e68 - import zstd 1.3.4</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#42239e68</link>
        <description>import zstd 1.3.4

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Mon, 22 Oct 2018 19:50:43 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>1767cc49 - import zstd 1.3.3</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#1767cc49</link>
        <description>import zstd 1.3.3

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Mon, 22 Oct 2018 19:45:18 +0000</pubDate>
        <dc:creator>Conrad Meyer &lt;cem@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>653667f9 - import zstd 1.3.2</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#653667f9</link>
        <description>import zstd 1.3.2

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Thu, 09 Nov 2017 15:38:02 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>5e1d4ad0 - Start adding in simple wrapper around lgov/genhtml called gather_coverage</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#5e1d4ad0</link>
        <description>Start adding in simple wrapper around lgov/genhtml called gather_coverageIt will be installed to /usr/tests/tools for the time beingBased loosely on make snippet seen inhttps://github.com/yaneurabeya/scratch/blob/master/demos/freebsd/runtime-coverage/Makefile .The real difference is that one needs to run a binary with coverage compiledin before running this script, so it can hoover up the .gcda&apos;s.

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Tue, 31 Oct 2017 05:04:03 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>902c8ce7 - Import zstd 1.3.1</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#902c8ce7</link>
        <description>Import zstd 1.3.1

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Tue, 22 Aug 2017 11:02:59 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>47606b86 - Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact that</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#47606b86</link>
        <description>Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact thattests/... is a special snowflake directory and using HAS_TESTS wouldresult in a nasty layering violation between bsd.tests.mk andbsd.prog.mk.Add reachover Makefile.inc&apos;s which get the default value fromMakefile.inc0 (inspired by gnu/usr.bin/binutils/Makefile.inc0).

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Wed, 02 Aug 2017 22:24:08 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>affe9eaf - Import zstd 1.3.0</title>
        <link>http://172.16.0.5:8080/history/freebsd-14.2/tests/Makefile#affe9eaf</link>
        <description>Import zstd 1.3.0

            List of files:
            /freebsd-14.2/tests/Makefile</description>
        <pubDate>Fri, 14 Jul 2017 14:51:28 +0000</pubDate>
        <dc:creator>Baptiste Daroussin &lt;bapt@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
