<?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 mi</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e0c6a19a030024f761e0bf5a15f0538a02d7506b - add new test</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#e0c6a19a030024f761e0bf5a15f0538a02d7506b</link>
        <description>add new test

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Thu, 23 Jan 2025 12:36:14 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>659e6db59664376888e12bc900a9b8d022d51bc8 - tests/gcov: demonstrate wrong coverage report after vfork/exec</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#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/distrib/sets/lists/tests/mi</description>
        <pubDate>Sat, 18 Jan 2025 22:31:22 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>945dd8eddf53e404d9d1652ad3b4aed76f8d6e10 - tests/make: test expressions based on undefined variables</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#945dd8eddf53e404d9d1652ad3b4aed76f8d6e10</link>
        <description>tests/make: test expressions based on undefined variablesWhen an undefined variable is used in a conditional, make complains about&quot;Malformed conditional&quot;, which is wrong since the conditional iswell-formed but errors out during evaluation.In order to fix this wrong error message and preserve the remainingbehavior, cover the places in which an expression is evaluated withundefined expressions being an error (VARE_EVAL_DEFINED), but withneither producing an error message nor handling errors.  This combinationresults in the same behavior as evaluating the expressions in the modethat allows undefined variables to be used in expressions.

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Fri, 10 Jan 2025 23:00:37 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>9ab9c43b9b66d269e7afb0f96375eaf50663f397 - Fix build after recent regex tests addition (make it be an addition, and</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#9ab9c43b9b66d269e7afb0f96375eaf50663f397</link>
        <description>Fix build after recent regex tests addition (make it be an addition, anddon&apos;t forget tests/libtre)

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Thu, 02 Jan 2025 01:45:18 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b248d21694f817ae444027aeaa2398a8386ad3c0 - new regex test.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#b248d21694f817ae444027aeaa2398a8386ad3c0</link>
        <description>new regex test.

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Wed, 01 Jan 2025 18:15:48 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>36226f8e82018ecff5e4ee181fd3f75981d435e4 - distrib/sets/lists/tests/mi: Copied &amp; pasted wrong line, oops.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#36226f8e82018ecff5e4ee181fd3f75981d435e4</link>
        <description>distrib/sets/lists/tests/mi: Copied &amp; pasted wrong line, oops.This shiny new test is definitely not obsolete!Should fix:atf-run: ERROR: Cannot locate the t_time_arith filePR kern/58922: itimer(9): arithmetic overflowPR kern/58925: itimer(9) responds erratically to clock wound backPR kern/58926: itimer(9) integer overflow in overrun countingPR kern/58927: itimer(9): overrun accounting is broken

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Mon, 23 Dec 2024 00:43:44 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>faf3bea1422fb86b481b6b57a9907d22e5c3f1b2 - t_time_arith: New test for timer calculations.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#faf3bea1422fb86b481b6b57a9907d22e5c3f1b2</link>
        <description>t_time_arith: New test for timer calculations.This will facilitate fixing various problems in the arithmetic todetermine, given an itimer&apos;s scheduled time (it_value) and periodicinterval (it_interval) along with the current time of actual expiry(now), what time the itimer should be rescheduled for (next, newvalue of it_timer) on the same clock.Later we can also put tests for other functions like tvtohz here, andmake them test many different values of hz/tick.XXX Not 100% sure about all of these cases -- there is some room forreasonable discussion about what the right answer is.  But we haveunquestionably implemented the wrong thing for many of these cases,even if the answers this test checks for may not be quite right yet.PR kern/58922: itimer(9): arithmetic overflowPR kern/58925: itimer(9) responds erratically to clock wound backPR kern/58926: itimer(9) integer overflow in overrun countingPR kern/58927: itimer(9): overrun accounting is broken

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Sun, 22 Dec 2024 23:25:14 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>676247aaff26312810834f2a66d3e9d0370d3f2e - tests/usr.bin/cc: Add test for ctype(3) detection.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#676247aaff26312810834f2a66d3e9d0370d3f2e</link>
        <description>tests/usr.bin/cc: Add test for ctype(3) detection.PR lib/58912: ctype(3) abuse detection fails for variable references

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Wed, 18 Dec 2024 02:47:00 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>4cee645ce94b6b5b919efcd7a338d34eaf9e161b - add a PT_KILL test.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#4cee645ce94b6b5b919efcd7a338d34eaf9e161b</link>
        <description>add a PT_KILL test.

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Tue, 17 Dec 2024 17:56:45 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a8016b51bcf5204ff836e46c2432dc27e5b12586 - lint: warn about do-while macros that end with a semicolon</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#a8016b51bcf5204ff836e46c2432dc27e5b12586</link>
        <description>lint: warn about do-while macros that end with a semicolon

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Sun, 08 Dec 2024 17:12:00 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e3a5018b4650238b15b4c32e36c476df77011cc4 - lint: warn about function definitions that still use identifier lists</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#e3a5018b4650238b15b4c32e36c476df77011cc4</link>
        <description>lint: warn about function definitions that still use identifier lists

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Sun, 01 Dec 2024 18:37:53 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e79ed5007234254008237aa586d5435bb81927a7 - lint: use separate message when discarding a qualifier in call</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#e79ed5007234254008237aa586d5435bb81927a7</link>
        <description>lint: use separate message when discarding a qualifier in call

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Sat, 23 Nov 2024 16:48:35 +0000</pubDate>
        <dc:creator>rillig &lt;rillig@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b48dffc9ae0cf758aec7073da66012dfbbd124c0 - tests/kernel/t_cloexec: New tests for close-on-exec.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#b48dffc9ae0cf758aec7073da66012dfbbd124c0</link>
        <description>tests/kernel/t_cloexec: New tests for close-on-exec.Verified that the following tests fail on a netbsd-10 kernel:- clonedev_posixspawn- dup3_posixspawn- fcntldupfd_posixspawnPR kern/58822: close-on-exec is broken for dup3 and opening cloningdevices

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Sun, 10 Nov 2024 15:57:32 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>7c5d5dfda9e9e0dd53b297e9c07bf225d69eec2a - Hook zstd to the build and enable it for libarchive and file.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#7c5d5dfda9e9e0dd53b297e9c07bf225d69eec2a</link>
        <description>Hook zstd to the build and enable it for libarchive and file.

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Wed, 30 Oct 2024 18:09:16 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>8b06161d913ec0dfa4bf2a8568ea29bae0b03fb0 - add makefs test</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#8b06161d913ec0dfa4bf2a8568ea29bae0b03fb0</link>
        <description>add makefs test

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Fri, 18 Oct 2024 23:24:52 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c13926e9fe732f6598e80e00c2d0f1750d3fb87c - more libarchive tests</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#c13926e9fe732f6598e80e00c2d0f1750d3fb87c</link>
        <description>more libarchive tests

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Thu, 17 Oct 2024 16:56:58 +0000</pubDate>
        <dc:creator>christos &lt;christos@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/distrib/sets/lists/tests/mi#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/distrib/sets/lists/tests/mi</description>
        <pubDate>Sat, 12 Oct 2024 22:19:36 +0000</pubDate>
        <dc:creator>riastradh &lt;riastradh@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>e4f43b7b5dad5d138bbd8c77f29754cd9ba156c6 - Add a test for clock_nanotime() [ PR kern/58733 ]</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#e4f43b7b5dad5d138bbd8c77f29754cd9ba156c6</link>
        <description>Add a test for clock_nanotime() [ PR kern/58733 ]Add a t_nanosleep test to the kernel tests, to (to a limited extent)validate its functionality.Initially this concentrates on the issue from PR kern/58733where if a process paused in nanosleep() is stopped, and thencontinued, and if it is using TIMER_ABSTIME, the call willreturn prematurely, but indicating success.There are (currently) 4 test cases, to test all 4 possibilitiesusing CLOCK_MONOTONIC and CLOCK_REALTIME (if someone wants toadd any other clocks that make sense, that should be easy) andTIMER_ABSTIME and TIMER_RELTIME.Currently both TIMER_ABSTIME tests fail (the TIMER_RELTIMEtests pass).   When the kernel bug is fixed, the ABSTIMEtests should be fixed along with it.These tests are currently somewhat crude, and I&apos;m not surehow well they will work on a qemu test system (they work asexpected on bare metal).

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Wed, 09 Oct 2024 13:02:53 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>fa6c0a34293343af0c4166d73d84b4bb6371e99f - new semtimedop(2) GSoC 2024 (Shivraj Jamgade)</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#fa6c0a34293343af0c4166d73d84b4bb6371e99f</link>
        <description>new semtimedop(2) GSoC 2024 (Shivraj Jamgade)

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Thu, 03 Oct 2024 17:14:12 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>131535b764d26b34c8d1db4e36d4a503b9042637 - tests: Add test for remquo</title>
        <link>http://src.rcs.uwaterloo.ca:8080/history/netbsd-src/distrib/sets/lists/tests/mi#131535b764d26b34c8d1db4e36d4a503b9042637</link>
        <description>tests: Add test for remquoThis test currently fails, because remquo has bugs.  (A bugfix will becommitted soon.)  Test vectors derived from results from code byCharles Karney in GeodesicLib/proj, and manually inspected.

            List of files:
            /netbsd-src/distrib/sets/lists/tests/mi</description>
        <pubDate>Thu, 19 Sep 2024 19:43:13 +0000</pubDate>
        <dc:creator>gdt &lt;gdt@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
