<?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>eab49982 - sh: Fix INTOFF leak when a redirection on a compound command fails.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/bin/sh/tests/errors/Makefile#eab49982</link>
        <description>sh: Fix INTOFF leak when a redirection on a compound command fails.Reported by:	bdrewery

            List of files:
            /freebsd-12.1/bin/sh/tests/errors/Makefile</description>
        <pubDate>Sun, 04 Jun 2017 20:52:55 +0000</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>430f7286 - Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/bin/sh/tests/errors/Makefile#430f7286</link>
        <description>Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedafter r298107Summary of changes:- Replace all instances of FILES/TESTS with ${PACKAGE}FILES. This ensures that  namespacing is kept with FILES appropriately, and that this shouldn&apos;t need  to be repeated if the namespace changes -- only the definition of PACKAGE  needs to be changed- Allow PACKAGE to be overridden by callers instead of forcing it to always be  `tests`. In the event we get to the point where things can be split up  enough in the base system, it would make more sense to group the tests  with the blocks they&apos;re a part of, e.g. byacc with byacc-tests, etc- Remove PACKAGE definitions where possible, i.e. where FILES wasn&apos;t used  previously.- Remove unnecessary TESTSPACKAGE definitions; this has been elided into  bsd.tests.mk- Remove unnecessary BINDIRs used previously with ${PACKAGE}FILES;  ${PACKAGE}FILESDIR is now automatically defined in bsd.test.mk.- Fix installation of files under data/ subdirectories in lib/libc/tests/hash  and lib/libc/tests/net/getaddrinfo- Remove unnecessary .include &lt;bsd.own.mk&gt;s (some opportunistic cleanup)Document the proposed changes in share/examples/tests/tests/... via examplesso it&apos;s clear that ${PACKAGES}FILES is the suggested way forward in terms ofreplacing FILES. share/mk/bsd.README didn&apos;t seem like the appropriate methodof communicating that info.MFC after: never probablyX-MFC with: r298107PR: 209114Relnotes: yesTested with: buildworld, installworld, checkworld; buildworld, packageworldSponsored by: EMC / Isilon Storage Division

            List of files:
            /freebsd-12.1/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 04 May 2016 23:20:53 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c4429c7e - Fix build.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/bin/sh/tests/errors/Makefile#c4429c7e</link>
        <description>Fix build.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 03 Feb 2016 18:06:58 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>43faedc1 - First pass to fix the &apos;tests&apos; packages.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/bin/sh/tests/errors/Makefile#43faedc1</link>
        <description>First pass to fix the &apos;tests&apos; packages.Sponsored by:	The FreeBSD Foundation

            List of files:
            /freebsd-12.1/bin/sh/tests/errors/Makefile</description>
        <pubDate>Tue, 02 Feb 2016 22:26:49 +0000</pubDate>
        <dc:creator>Glen Barber &lt;gjb@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b0ac18 - sh: Don&apos;t create bad parse result when postponing a bad substitution error.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/bin/sh/tests/errors/Makefile#d0b0ac18</link>
        <description>sh: Don&apos;t create bad parse result when postponing a bad substitution error.An invalid substitution like ${var@} does not cause a parse error but isstored in the intermediate representation, to be written as part of theerror message. If there is a CTL* byte in the stored part, this confusessome code such as the code to skip an unused alternative such as in${var-alternative}.To keep things simple, do not store CTL* bytes.Found with afl-fuzz.MFC after:	1 week

            List of files:
            /freebsd-12.1/bin/sh/tests/errors/Makefile</description>
        <pubDate>Sun, 23 Aug 2015 20:44:53 +0000</pubDate>
        <dc:creator>Jilles Tjoelker &lt;jilles@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>12e2df3c - Convert bin/sh/tests to ATF</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/bin/sh/tests/errors/Makefile#12e2df3c</link>
        <description>Convert bin/sh/tests to ATFThe new code uses a &quot;test discovery mechanism&quot; to determinewhat tests are available for executionThe test shell can be specified via:  kyua test -v test_suites.FreeBSD.bin.sh.test_shell=/path/to/test/shSponsored by: EMC / Isilon Storage DivisionApproved by: jmmv (mentor)Reviewed by: jilles (maintainer)

            List of files:
            /freebsd-12.1/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 13 Aug 2014 04:14:50 +0000</pubDate>
        <dc:creator>Enji Cooper &lt;ngie@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>13de33a5 - Migrate tools/regression/bin/ tests to the new layout.</title>
        <link>http://172.16.0.5:8080/history/freebsd-12.1/bin/sh/tests/errors/Makefile#13de33a5</link>
        <description>Migrate tools/regression/bin/ tests to the new layout.This change is a proof of concept on how to easily integrate existingtests from the tools/regression/ hierarchy into the /usr/tests/ testsuite and on how to adapt them to the new layout for src.To achieve these goals, this change:- Moves tests from tools/regression/bin/&lt;tool&gt;/ to bin/&lt;tool&gt;/tests/.- Renames the previous regress.sh files to legacy_test.sh.- Adds Makefiles to build and install the tests and all their supporting  data files into /usr/tests/bin/.- Plugs the legacy_test test programs into the test suite using the new  TAP backend for Kyua (appearing in 0.8) so that the code of the test  programs does not have to change.- Registers the new directories in the BSD.test.dist mtree file.Reviewed by:	freebsd-testingApproved by:	rpaulo (mentor)

            List of files:
            /freebsd-12.1/bin/sh/tests/errors/Makefile</description>
        <pubDate>Wed, 11 Dec 2013 04:09:17 +0000</pubDate>
        <dc:creator>Julio Merino &lt;jmmv@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
