<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/regression/usr.bin, branch releng/10.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-03-15T11:43:51Z</updated>
<entry>
<title>MFC r279779: env: Fix crash when -S string is not empty but no operand</title>
<updated>2015-03-15T11:43:51Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2015-03-15T11:43:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c9206097e013193e14fb892462ed847405ced3f0'/>
<id>urn:sha1:c9206097e013193e14fb892462ed847405ced3f0</id>
<content type='text'>
follows.

split_spaces() set argc in main() incorrectly, which caused trouble for
getopt().

Examples:
  env -S '\c'
  env -S -i

PR:		197769
</content>
</entry>
<entry>
<title>MFC r279722: env: Fix testsuite for additional variables set by sh.</title>
<updated>2015-03-14T20:40:04Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2015-03-14T20:40:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a5debb4aafc8d6566fd2ccf956415447999f6943'/>
<id>urn:sha1:a5debb4aafc8d6566fd2ccf956415447999f6943</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC various moves of tools/regressions/ tests to the new infrastructure.</title>
<updated>2014-04-27T01:15:10Z</updated>
<author>
<name>Julio Merino</name>
<email>jmmv@FreeBSD.org</email>
</author>
<published>2014-04-27T01:15:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b777500d7efd7e670d5e9fab70321f2757af62ba'/>
<id>urn:sha1:b777500d7efd7e670d5e9fab70321f2757af62ba</id>
<content type='text'>
- r263220 Migrate tools/regression/sbin/ to the new tests layout.
- r263222 Add Makefile missed in r263220.
- r263226 Migrate tools/regression/{usr.bin/lastcomm,usr.sbin}/ to the new tests layout.
- r263227 Migrate most of tools/regression/usr.bin/ to the new tests layout.
- r263345 Expand tabs that sneaked in into spaces.
- r263346 Migrate tools/regression/usr.bin/make/ to the new tests layout.
- r263348 Add Makefiles missed in r263346.
- r263351 Migrate tools/regression/usr.bin/pkill/ to the new tests layout.
- r263388 Mark multi_test as requiring /usr/share/dict/words.
- r263814 Fix path to the run.pl script to let these tests run.
- r264742 Prevent building tests when bootstrapping make.

This is 'make tinderbox' clean.
</content>
</entry>
<entry>
<title>MFC various fixes to the tools/regression/ tests.</title>
<updated>2014-04-14T13:30:08Z</updated>
<author>
<name>Julio Merino</name>
<email>jmmv@FreeBSD.org</email>
</author>
<published>2014-04-14T13:30:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6d0f3075545bd315fb17c956b8f72377297c7fe7'/>
<id>urn:sha1:6d0f3075545bd315fb17c956b8f72377297c7fe7</id>
<content type='text'>
- r262953 Fix m4 tests so that they run cleanly with prove.
- r262954 Fix printf tests so that they run cleanly with prove.
- r262959 Fix sed tests so that they run cleanly with prove.
- r262960 Fix yacc tests so that they run cleanly with prove.
- r262961 Fix pkill tests so that they run cleanly with prove.
- r262962 Fix ncal tests so that they run cleanly with prove.
- r263081 Fix lastcomm tests under amd64.
- r263082 Only run the make tests when make is fmake.
- r263083 Fix sa tests.
- r263084 Turn a test precondition into a skip in the mdconfig tests.
- r263085 Make the strerror tests work without libtap.
- r263087 Remove broken tests for eui64_line.
- r263221 Change etcupdate tests to return 1 on test failures.
- r263352 Make the priv test program exit with non-zero if any failures are detected.
- r263353 errx prepends the program name to the message; don't do it by hand.
- r263362 Include strings.h so that bpf_filter.c can be built in userland.
</content>
</entry>
<entry>
<title>MFC r259132,r259133,r259143:</title>
<updated>2013-12-16T01:20:18Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-12-16T01:20:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=50f76b3d5a5f0533e9b3b2f2cb9b11302d56b3c7'/>
<id>urn:sha1:50f76b3d5a5f0533e9b3b2f2cb9b11302d56b3c7</id>
<content type='text'>
	Per the resolution of POSIX bug 0000779 (note 0002050) add support for using 'i'
	as a case insensitive flag.

	Add regression test for recently added 'i' flag in r259132.

	the i modifier was added in r259132 since POSIX recently agreed to add
	it. Switch uses of /I to /i.

PR:		standards/184641
</content>
</entry>
<entry>
<title>Add a few xargs tests related to -0, -n and quoting.</title>
<updated>2013-05-04T16:41:14Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2013-05-04T16:41:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cd5810229da55c8030d09ca1133baf811751f761'/>
<id>urn:sha1:cd5810229da55c8030d09ca1133baf811751f761</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Correct mispellings of the word occurrence</title>
<updated>2013-04-17T11:40:10Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2013-04-17T11:40:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ab3f6b347ef97e755cf291ed77f9eb4a48531d15'/>
<id>urn:sha1:ab3f6b347ef97e755cf291ed77f9eb4a48531d15</id>
<content type='text'>
Submitted by:	Christoph Mallon &lt;christoph.mallon@gmx.de&gt; (via private mail)
</content>
</entry>
<entry>
<title>Add an additional regression tests for other cases to ensure these do not get fixed by accident.</title>
<updated>2012-12-18T21:42:45Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-12-18T21:42:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ad9d6ff06a8787106ee7b80c4f9cf6fb8e971290'/>
<id>urn:sha1:ad9d6ff06a8787106ee7b80c4f9cf6fb8e971290</id>
<content type='text'>
</content>
</entry>
<entry>
<title>POSIX requires that non-existent or null arguments be treated as if a</title>
<updated>2012-12-18T21:02:38Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-12-18T21:02:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=2f01c791e9c708e5039eb19974d55748ea3cf394'/>
<id>urn:sha1:2f01c791e9c708e5039eb19974d55748ea3cf394</id>
<content type='text'>
zero argument were supplied.

Add a regression test to catch this case as well.

PR:		bin/174521
Submitted by:	Daniel Shahaf &lt;danielsh@elego.de&gt; (pr)
Submitted by:	Mark Johnston &lt;markjdb@gmail.com&gt; (initial patch)
Reviewed by:	jilles
Approved by:	cperciva (implicit)
MFC after:	3 weeks
</content>
</entry>
<entry>
<title>Remove the "funny targets" make check.  We no longer need embedded :: targets</title>
<updated>2012-07-05T18:23:36Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2012-07-05T18:23:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6e50170633d4beb7eeb0bc7815b296ab5feef90b'/>
<id>urn:sha1:6e50170633d4beb7eeb0bc7815b296ab5feef90b</id>
<content type='text'>
to build FreeBSD (they are used in Perl man pages).  We never needed embedded
"!" in targets that I can find.

We got this from OpenBSD and I cannot find any other make that supports
such things -- contrary to their commit message claim: "This behaviour
is also consistent with other versions of make.".
</content>
</entry>
</feed>
