<?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>659e6db59664376888e12bc900a9b8d022d51bc8 - tests/gcov: demonstrate wrong coverage report after vfork/exec</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#659e6db59664376888e12bc900a9b8d022d51bc8</link>
        <description>tests/gcov: demonstrate wrong coverage report after vfork/execDiscovered in usr.bin/make, function Cmd_Exec.The coverage test I ran on 2024-07-13 was still good. I don&apos;t rememberthe exact version of NetBSD-current I was running back then.With NetBSD-current from 2025-01-17, gcov does not report full coveragedata after a vfork/exec call. Running the test program inside ktraceshows that after a vfork call, the child process writes its coverage databack, probably right before the exec call, but the parent processdoesn&apos;t.Running a child process through system(3) is not affected; there,posix_spawn is used instead of vfork/exec.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Sat, 18 Jan 2025 22:31:22 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c2171e151893c8ccafde43ec49761b309f6f4376 - ftp(1): Add test for custom HTTP header fields.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#c2171e151893c8ccafde43ec49761b309f6f4376</link>
        <description>ftp(1): Add test for custom HTTP header fields.Based on a patch from Sunil Nimmagadda &lt;sunil@nimmagadda.net&gt;.PR bin/58581: ftp(1) should allow specifying header fields in httprequests

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Sat, 12 Oct 2024 22:19:36 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e2dba06c048afeb459f1e9b923fe069fcaf4998b - tests: add a basic test for shmif_pcapin</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#e2dba06c048afeb459f1e9b923fe069fcaf4998b</link>
        <description>tests: add a basic test for shmif_pcapinThe original author of the test is k-goda@IIJ.  ozaki-r tweakedthe test to improve stability and added comments.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Mon, 02 Sep 2024 05:16:37 +0000</pubDate>
        <dc:creator>ozaki-r &lt;ozaki-r@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>897cdf26badcb75848b1ea256b4beddb8278cd42 - tests/stat: test the left-aligned and right-aligned &apos;S&apos; format</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#897cdf26badcb75848b1ea256b4beddb8278cd42</link>
        <description>tests/stat: test the left-aligned and right-aligned &apos;S&apos; format

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Thu, 14 Mar 2024 21:00:32 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>00b317fce9f0ab8e48ae77307cb8c0fd7f058546 - mtree(8): Test the installed sets.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#00b317fce9f0ab8e48ae77307cb8c0fd7f058546</link>
        <description>mtree(8): Test the installed sets.Except etc and xetc, which likely won&apos;t match for reasons that aren&apos;tgreat, like etc including empty log files which in an installedsystem have probably changed.This test will probably fail, but we should make sure it doesn&apos;t!PR misc/57877

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Thu, 25 Jan 2024 00:30:57 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>92925e854e37bc41cdeb5b0e0906feacaf41704e - tests/usr.bin/error: add basic tests for several error message styles</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#92925e854e37bc41cdeb5b0e0906feacaf41704e</link>
        <description>tests/usr.bin/error: add basic tests for several error message styles

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Sat, 26 Aug 2023 10:06:16 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa7d65a3b62a9da33e5e8b742de084ec8351e8c0 - Add ATF tests for realpath(1)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#fa7d65a3b62a9da33e5e8b742de084ec8351e8c0</link>
        <description>Add ATF tests for realpath(1)Note that realpath can act differently for root than for other users(where an ordinary user will see EACCESS root just barrels right through).The tests adapt themselves, when run as root, less error cases can betested than when run as some other user.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Thu, 21 Jul 2022 09:52:48 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>345652c15ead563417991c4b0d7e3a4e94c25165 - tests/compress: demonstrate truncation of target file</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#345652c15ead563417991c4b0d7e3a4e94c25165</link>
        <description>tests/compress: demonstrate truncation of target fileReported by Giorgos Keramidas in PR#19722.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Sun, 22 May 2022 17:55:08 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>87c3d6fe5cc35e0470f74465a8bb087a15b1ff50 - Fix release builds with MKARGON2=yes</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#87c3d6fe5cc35e0470f74465a8bb087a15b1ff50</link>
        <description>Fix release builds with MKARGON2=yesThis changes argon2 from a separately built library into a privatedependency of libcrypt and removes the argon2(1) utility (we alreadyhave pwhash(1)). Giving libcrypt more library dependenciescomplicates things (e.g. libcrypt is a dependency of openssl).pthreads support gets disabled in argon2 for similar reasons.For testing argon2, we rely on the libcrypt test suite.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Tue, 12 Oct 2021 17:24:36 +0000</pubDate>
        <dc:creator>nia &lt;nia@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>340d07a6bc690e43aaa462eb1a3bbd41fe2b8a91 - Add unit-tests for col from FreeBSD</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#340d07a6bc690e43aaa462eb1a3bbd41fe2b8a91</link>
        <description>Add unit-tests for col from FreeBSD

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Sun, 01 Nov 2020 22:28:32 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9cb1df3cd3fb306692c9a91ae349f191258b041c - Add a check for PR bin/54692.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#9cb1df3cd3fb306692c9a91ae349f191258b041c</link>
        <description>Add a check for PR bin/54692.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Fri, 03 Jul 2020 04:25:28 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>78bd8e59f54466323e98793845d5507d5907dafc - Add a test case for PR kern/53767.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#78bd8e59f54466323e98793845d5507d5907dafc</link>
        <description>Add a test case for PR kern/53767.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Sat, 27 Jun 2020 05:20:34 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>547814cf8b51347870acd8f01925cbc09f0e32ec - Also install new tests.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#547814cf8b51347870acd8f01925cbc09f0e32ec</link>
        <description>Also install new tests.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Wed, 24 Jun 2020 12:31:26 +0000</pubDate>
        <dc:creator>jruoho &lt;jruoho@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>ad61858a1663bdd6c07c367b306ba02f38491704 - new tests for libarchive</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#ad61858a1663bdd6c07c367b306ba02f38491704</link>
        <description>new tests for libarchive

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Fri, 17 Jan 2020 16:25:37 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>499c4e53b1644e003e83d2e0b8d8d6047a789a74 - adding argon2 tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#499c4e53b1644e003e83d2e0b8d8d6047a789a74</link>
        <description>adding argon2 tests

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Mon, 14 Oct 2019 03:47:19 +0000</pubDate>
        <dc:creator>jhigh &lt;jhigh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c7ab523edccde18f18d04ea8658a4f4b5aa90a85 - adding full scheme comparison to libcrypt:crypt and pwhash tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#c7ab523edccde18f18d04ea8658a4f4b5aa90a85</link>
        <description>adding full scheme comparison to libcrypt:crypt and pwhash tests

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Sat, 05 Oct 2019 18:06:16 +0000</pubDate>
        <dc:creator>jhigh &lt;jhigh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d6a1bc3f0734e666d9e5458aca6b4ef91940e25f - Upgrade indent(1)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#d6a1bc3f0734e666d9e5458aca6b4ef91940e25f</link>
        <description>Upgrade indent(1)Merge all the changes from the recent FreeBSD HEAD snapshotinto our local copy.FreeBSD actively maintains this program in their sources and theirrepository contains over 100 commits with changes.Keep the delta between the FreeBSD and NetBSD versions to absoluteminimum, mostly RCS Id and compatiblity fixes.Major chages in this import: - Added an option -ldi&lt;N&gt; to control indentation of local variable names. - Added option -P for loading user-provided files as profiles - Added -tsn for setting tabsize - Rename -nsac/-sac (&quot;space after cast&quot;) to -ncs/-cs - Added option -fbs Enables (disables) splitting the function declaration and opening brace across two lines. - Respect SIMPLE_BACKUP_SUFFIX environment variable in indent(1) - Group global option variables into an options structure - Use bsearch() for looking up type keywords. - Don&apos;t produce unneeded space character in function declarators - Don&apos;t unnecessarily add a blank before a comment ends. - Don&apos;t ignore newlines after comments that follow braces.Merge the FreeBSD intend(1) tests with our ATF framework.All tests pass.Upgrade prepared by Manikishan Ghantasala.Final polishing by myself.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Thu, 04 Apr 2019 15:22:13 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d1e529d31cb3c9952600dac6f3d85aa9e3432af0 - Add ATF tests for printf(1)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#d1e529d31cb3c9952600dac6f3d85aa9e3432af0</link>
        <description>Add ATF tests for printf(1)Two new test programs, one for the version of printf in /bin/shand one for the command /usr/bin/printf (t_builtin and t_command)Each test program has 28 test cases (the same in each) of whichcurrently 27 pass, and 1 is skipped.See the test scripts themselves for more information.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Wed, 05 Sep 2018 21:05:40 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b971227c609746595cbdf5b799d20ed0416a73a6 - Add new c++ ATF tests in usr.bin/c++: t_hello</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#b971227c609746595cbdf5b799d20ed0416a73a6</link>
        <description>Add new c++ ATF tests in usr.bin/c++: t_helloThis is a copy of t_hello from usr.bin/cc.Added tests: - hello - hello_pic - hello_pie - hello32These tests do not use c++ runtime library functions.Protect these tests with MKCXX.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Sun, 14 May 2017 00:07:07 +0000</pubDate>
        <dc:creator>kamil &lt;kamil@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>67cef682ddde89a460886489a6c18d93b02d4c7b - PR bin/50934</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/tests/usr.bin/Makefile#67cef682ddde89a460886489a6c18d93b02d4c7b</link>
        <description>PR bin/50934Add a test program for the bug described in this PR.This is the first pkill/pgrep/prenice test (more would be good!)This test has been confirmed to work once the bug described in the PRhas been fixed, so the test is not marked &quot;expected to fail&quot; eventhough initially that is what should happen.Note: the test cana also fail if the system running the tests happensto be running processes with names that match the patterns searched forby the test, other than the test program itself.  This is expected to beunlikely.

            List of files:
            /netbsd-src/tests/usr.bin/Makefile</description>
        <pubDate>Tue, 21 Feb 2017 10:40:30 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
