<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/test_server/test, branch erl_1271</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Modify the auto_skip report for group config funcs to include group name</title>
<updated>2013-11-19T15:17:01+00:00</updated>
<author>
<name>Peter Andersson</name>
<email>peppe@erlang.org</email>
</author>
<published>2013-11-14T16:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=093890dc793e85a09b40f1eca878f410c73cf625'/>
<id>093890dc793e85a09b40f1eca878f410c73cf625</id>
<content type='text'>
Also correct failing test cases and find and fix remaining bugs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also correct failing test cases and find and fix remaining bugs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Encode Erlang source files with non-ascii characters in UTF-8</title>
<updated>2013-04-17T06:59:31+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2013-04-15T08:23:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=05a646a0844e8cf25045bc9388094c799c21538d'/>
<id>05a646a0844e8cf25045bc9388094c799c21538d</id>
<content type='text'>
To ensure that 'master' compiles when we merge 'maint' to it,
regardless of which encoding is default in 'master', all source
files with non-ascii characters *must* have the encoding specified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To ensure that 'master' compiles when we merge 'maint' to it,
regardless of which encoding is default in 'master', all source
files with non-ascii characters *must* have the encoding specified.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Add test_server_io:print_unexpected/1</title>
<updated>2013-04-08T09:39:08+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-04-05T07:27:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=516948f172067d1afe34adbaf866bc7488f8bedf'/>
<id>516948f172067d1afe34adbaf866bc7488f8bedf</id>
<content type='text'>
To use from any process to print a string in the unexpected_io.log.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To use from any process to print a string in the unexpected_io.log.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Don't hang due to invalid io request</title>
<updated>2013-03-28T10:36:29+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-03-28T10:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=08edfec49c90b72818525292b465e0024951cc7d'/>
<id>08edfec49c90b72818525292b465e0024951cc7d</id>
<content type='text'>
A bug in test_server_gl caused io requests containing invalid data
(i.e. not unicode:chardata()) to hang, since no io reply was
sent. This has been corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A bug in test_server_gl caused io requests containing invalid data
(i.e. not unicode:chardata()) to hang, since no io reply was
sent. This has been corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Clean up unused code in test_server_SUITE</title>
<updated>2013-03-04T10:01:14+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-15T11:16:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=020003d41403b6ec75ffe38babdfbba8dd2d099a'/>
<id>020003d41403b6ec75ffe38babdfbba8dd2d099a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Use simpler tc name in unicode test to make it work on windows</title>
<updated>2013-03-04T10:01:13+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-11T14:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=dab88ad5dc3a8dd23a898953fe48366d865074ea'/>
<id>dab88ad5dc3a8dd23a898953fe48366d865074ea</id>
<content type='text'>
A test case in test_server_unicode_SUITE contained characters that
were not allowed in filenames on windows - e.g. \. The test case name
will be used as filename for the HTML log for the test, so this failed
on windows. This is now corrected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A test case in test_server_unicode_SUITE contained characters that
were not allowed in filenames on windows - e.g. \. The test case name
will be used as filename for the HTML log for the test, so this failed
on windows. This is now corrected.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Don't escape : and @ in test log links</title>
<updated>2013-01-25T14:56:01+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-01-25T10:33:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7a056d997ca002a99fec6d303b7077294c1d999b'/>
<id>7a056d997ca002a99fec6d303b7077294c1d999b</id>
<content type='text'>
If escaping :, then links of type "file:///c:/ldisk..." will not work.

Escaping @ does not create any problems, but the link becomes harder
to read and most modern browsers can handle this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If escaping :, then links of type "file:///c:/ldisk..." will not work.

Escaping @ does not create any problems, but the link becomes harder
to read and most modern browsers can handle this.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Don't create latin1 filenames if filename mode is utf8</title>
<updated>2013-01-25T14:56:01+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-01-25T10:31:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b7777781864df9df281b521326db4210beaf9f6e'/>
<id>b7777781864df9df281b521326db4210beaf9f6e</id>
<content type='text'>
Skipping test_server_latin1_***_SUITE if filename:native_name_encoding
is utf8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Skipping test_server_latin1_***_SUITE if filename:native_name_encoding
is utf8.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Add tests for unicode support</title>
<updated>2013-01-25T14:56:00+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-01-17T17:55:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c463aaf0355d3a958df2335d13dc88aafb667f40'/>
<id>c463aaf0355d3a958df2335d13dc88aafb667f40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Fix copyright in erl2html2_SUITE.erl</title>
<updated>2013-01-25T14:28:17+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-12-19T15:21:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8af8bec7731e4b6f4decf5216509b9bc6f77ac0c'/>
<id>8af8bec7731e4b6f4decf5216509b9bc6f77ac0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
