<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/tools/regression/usr.bin/uuencode, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Migrate most of tools/regression/usr.bin/ to the new tests layout.</title>
<updated>2014-03-16T08:04:06+00:00</updated>
<author>
<name>Julio Merino</name>
<email>jmmv@FreeBSD.org</email>
</author>
<published>2014-03-16T08:04:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3a92d97ff0f22d21608e1c19b83104c4937523b6'/>
<id>3a92d97ff0f22d21608e1c19b83104c4937523b6</id>
<content type='text'>
I'm starting with the easy cases.  The leftovers need to be looked at a
bit more closely.

Note that this change _does_ modify the code of the old tests.  This is
required in order to allow the code to locate the data files in the
source directory instead of the current directory, because Kyua
automatically changes the latter to a temporary directory.

Also note that at least one test is known to be broken here.  Actually,
the test is not really broken: it's marked as a TODO but unfortunately
Kyua's TAP parser currently does not understand that.  Will have to be
fixed separately.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I'm starting with the easy cases.  The leftovers need to be looked at a
bit more closely.

Note that this change _does_ modify the code of the old tests.  This is
required in order to allow the code to locate the data files in the
source directory instead of the current directory, because Kyua
automatically changes the latter to a temporary directory.

Also note that at least one test is known to be broken here.  Actually,
the test is not really broken: it's marked as a TODO but unfortunately
Kyua's TAP parser currently does not understand that.  Will have to be
fixed separately.
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch over to a different, more flexible test output protocol that's</title>
<updated>2004-11-11T19:47:55+00:00</updated>
<author>
<name>Nik Clayton</name>
<email>nik@FreeBSD.org</email>
</author>
<published>2004-11-11T19:47:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=00e13b1d679d242d6db62cab43303efe327afdbc'/>
<id>00e13b1d679d242d6db62cab43303efe327afdbc</id>
<content type='text'>
understood by Perl's Test::Harness module and prove(1) commands.

Update README to describe the new protocol.  The work's broken down into
two main sets of changes.

First, update the existing test programs (shell scripts and C programs)
to produce output in the ok/not ok format, and to, where possible, also
produce a header describing the number of tests that are expected to be
run.

Second, provide the .t files that actually run the tests.  In some cases
these are copies of, or very similar too, scripts that already existed.
I've kept the old scripts around so that it's possible to verify that
behaviour under this new system (in terms of whether or not a test fails)
is identical to the behaviour under the old system.

Add a TODO file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
understood by Perl's Test::Harness module and prove(1) commands.

Update README to describe the new protocol.  The work's broken down into
two main sets of changes.

First, update the existing test programs (shell scripts and C programs)
to produce output in the ok/not ok format, and to, where possible, also
produce a header describing the number of tests that are expected to be
run.

Second, provide the .t files that actually run the tests.  In some cases
these are copies of, or very similar too, scripts that already existed.
I've kept the old scripts around so that it's possible to verify that
behaviour under this new system (in terms of whether or not a test fails)
is identical to the behaviour under the old system.

Add a TODO file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert straightforward regression tests to use regress.m4.</title>
<updated>2002-06-24T13:52:28+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-06-24T13:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c178c79dd857351380ab2964743570b5a86ad307'/>
<id>c178c79dd857351380ab2964743570b5a86ad307</id>
<content type='text'>
Goodbye, duplicated code, you will certainly not be missed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Goodbye, duplicated code, you will certainly not be missed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Regenerate with new output grouping in uuencode -m.</title>
<updated>2002-05-17T12:27:31+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-05-17T12:27:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b30e60d8b4f6c5556324656c7a87b708ab33d003'/>
<id>b30e60d8b4f6c5556324656c7a87b708ab33d003</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Redirect stdin from the input file, rather than passing the input file to</title>
<updated>2002-04-27T03:11:33+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-27T03:11:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4b7f276dfd5c5c066b97e83f6dc60e9b982cbfbb'/>
<id>4b7f276dfd5c5c066b97e83f6dc60e9b982cbfbb</id>
<content type='text'>
uuencode(1), and set a umask, so that the mode in the header is predictable.

If it varies, then the test is right to fail.

Remove the note about this test falsely failing, with that in mind.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uuencode(1), and set a umask, so that the mode in the header is predictable.

If it varies, then the test is right to fail.

Remove the note about this test falsely failing, with that in mind.
</pre>
</div>
</content>
</entry>
<entry>
<title>Prefix tests with PASS and FAIL, to make grepping easier, and note this in</title>
<updated>2002-04-27T02:26:23+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-27T02:26:23+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=624abf8519406ed85bc1ef618ef72cf06f3916d5'/>
<id>624abf8519406ed85bc1ef618ef72cf06f3916d5</id>
<content type='text'>
the README.

This affects only the base-system regression tests, of course.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the README.

This affects only the base-system regression tests, of course.
</pre>
</div>
</content>
</entry>
<entry>
<title>Only exit at the end of a test, exit with the last value of $? that was not 0.</title>
<updated>2002-04-21T00:18:29+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-21T00:18:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=533e28dbe13b86987e6195bd29ebe9e7c2212dfe'/>
<id>533e28dbe13b86987e6195bd29ebe9e7c2212dfe</id>
<content type='text'>
This way the entire regression test is looked at as a pass/fail, not just one
sub-test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the entire regression test is looked at as a pass/fail, not just one
sub-test.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a comment regarding the file header, and the mode that the file is created</title>
<updated>2002-04-20T18:44:54+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-20T18:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2cf0f79dcbd09b5e8f391f862d0dba861e591745'/>
<id>2cf0f79dcbd09b5e8f391f862d0dba861e591745</id>
<content type='text'>
with.

This should be fixed shortly by adding the (desirable) option to set the file
creation mode on the command line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with.

This should be fixed shortly by adding the (desirable) option to set the file
creation mode on the command line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add uuencode(1) and uudecode(1) regression test input and output.</title>
<updated>2002-04-20T17:58:13+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-20T17:58:13+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4de8dc48de9acf28e95fd45b12eda517caeded24'/>
<id>4de8dc48de9acf28e95fd45b12eda517caeded24</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Start adding framework for userland regression tests, and tests for</title>
<updated>2002-04-20T17:20:21+00:00</updated>
<author>
<name>Juli Mallett</name>
<email>jmallett@FreeBSD.org</email>
</author>
<published>2002-04-20T17:20:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=88ef0373918fb54814238448c23b301edddf3029'/>
<id>88ef0373918fb54814238448c23b301edddf3029</id>
<content type='text'>
uuencode and uudecode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uuencode and uudecode.
</pre>
</div>
</content>
</entry>
</feed>
