<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/tools/regression/usr.bin/sed, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=main</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2014-03-16T08:04:06Z</updated>
<entry>
<title>Migrate most of tools/regression/usr.bin/ to the new tests layout.</title>
<updated>2014-03-16T08:04:06Z</updated>
<author>
<name>Julio Merino</name>
<email>jmmv@FreeBSD.org</email>
</author>
<published>2014-03-16T08:04:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3a92d97ff0f22d21608e1c19b83104c4937523b6'/>
<id>urn:sha1: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>
</entry>
<entry>
<title>Fix sed tests so that they run cleanly with prove.</title>
<updated>2014-03-09T21:56:29Z</updated>
<author>
<name>Julio Merino</name>
<email>jmmv@FreeBSD.org</email>
</author>
<published>2014-03-09T21:56:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e199cf818583813784f9819f6398a61a2e7a4350'/>
<id>urn:sha1:e199cf818583813784f9819f6398a61a2e7a4350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add regression test for recently added 'i' flag in r259132.</title>
<updated>2013-12-09T19:13:16Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2013-12-09T19:13:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=df8fcc1468dea4a67447464e961a514015057157'/>
<id>urn:sha1:df8fcc1468dea4a67447464e961a514015057157</id>
<content type='text'>
PR:	standards/184641
</content>
</entry>
<entry>
<title>Spelling fixes for tools/</title>
<updated>2011-12-30T00:04:11Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2011-12-30T00:04:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=8ce070c1b28cd5f33c098da43378d0239091bd00'/>
<id>urn:sha1:8ce070c1b28cd5f33c098da43378d0239091bd00</id>
<content type='text'>
Add some $FreeBSD$ tags so svn will allow the commit.
</content>
</entry>
<entry>
<title>sed: Add test for r217133 (-i race).</title>
<updated>2011-01-08T00:06:22Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2011-01-08T00:06:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e916b99243012b0375d0395a682065974b7c2883'/>
<id>urn:sha1:e916b99243012b0375d0395a682065974b7c2883</id>
<content type='text'>
PR:		bin/153261
MFC after:	2 weeks
</content>
</entry>
<entry>
<title>There are actually 129 tests here.</title>
<updated>2010-01-04T11:00:12Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2010-01-04T11:00:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=107994f781429e5000be894c99b3c00c7e7c245a'/>
<id>urn:sha1:107994f781429e5000be894c99b3c00c7e7c245a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>IEEE Std 1003.1, 2004 Edition states:</title>
<updated>2009-09-20T15:47:31Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2009-09-20T15:47:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=ac8f32ce62c1ca8acb1ce4dff1856d69152c492e'/>
<id>urn:sha1:ac8f32ce62c1ca8acb1ce4dff1856d69152c492e</id>
<content type='text'>
"The escape sequence '\n' shall match a &lt;newline&gt; embedded in
the pattern space."

It is unclear whether this also applies to a \n embedded in a
character class.  Disable the existing handling of \n in a character
class following Mac OS X, GNU sed version 4.1.5 with --posix, and
SunOS 5.10 /usr/bin/sed.

Pointed by:	Marius Strobl
Obtained from:	Mac OS X
</content>
</entry>
<entry>
<title>Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementation</title>
<updated>2009-09-20T15:17:40Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2009-09-20T15:17:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=76570d0a99cc48f4871325736a19ad19cdf3ae4a'/>
<id>urn:sha1:76570d0a99cc48f4871325736a19ad19cdf3ae4a</id>
<content type='text'>
of the y (translate) command.

"If a backslash character is immediately followed by a backslash
character in string1 or string2, the two backslash characters shall
be counted as a single literal backslash character"

Pointed by:	Marius Strobl
Obtained from:	Mac OS X
</content>
</entry>
<entry>
<title>Add correct test results.</title>
<updated>2009-09-20T15:04:50Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2009-09-20T15:04:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=91f82017270ae2962aa476e30fcf94a1e579d9ed'/>
<id>urn:sha1:91f82017270ae2962aa476e30fcf94a1e579d9ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Describe how other systems treat this case.</title>
<updated>2009-09-20T14:20:00Z</updated>
<author>
<name>Diomidis Spinellis</name>
<email>dds@FreeBSD.org</email>
</author>
<published>2009-09-20T14:20:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=e00741e3552fb5a13fd7a05be5ec63e34896dd0e'/>
<id>urn:sha1:e00741e3552fb5a13fd7a05be5ec63e34896dd0e</id>
<content type='text'>
</content>
</entry>
</feed>
