<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/test_server/test, branch OTP_R16B</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<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>
<entry>
<title>Merge branch 'siri/cross-cover/OTP-9870'</title>
<updated>2013-01-10T08:10:34+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-01-10T08:10:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4cd517c8168b2bdf7b38544e91afc14b535b3989'/>
<id>4cd517c8168b2bdf7b38544e91afc14b535b3989</id>
<content type='text'>
* siri/cross-cover/OTP-9870:
  [test_server] Don't use print/3 in cross_cover_analyse
  [common_test] Add documentation for cross cover analysis
  [common_test] Add test case for cross cover mechanism
  [test_server] Update documentation about cross cover
  [test_server] Add test of code cover mechanism
  [test_server,common_test] Fix cross cover mechansim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/cross-cover/OTP-9870:
  [test_server] Don't use print/3 in cross_cover_analyse
  [common_test] Add documentation for cross cover analysis
  [common_test] Add test case for cross cover mechanism
  [test_server] Update documentation about cross cover
  [test_server] Add test of code cover mechanism
  [test_server,common_test] Fix cross cover mechansim
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Stop cover on node after node is terminated</title>
<updated>2012-12-20T15:44:05+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-12-19T15:02:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8100f5b8156a446081813fc8167059171d90b817'/>
<id>8100f5b8156a446081813fc8167059171d90b817</id>
<content type='text'>
Before terminating slave nodes, test_server calls cover:flush/1 to
fetch data from the node without actually stopping cover on this
node. If cover is not stopped for the node and a new node with the
same name is started, then cover will be started on the new node. To
avoid this test_server now calls cover:stop/1 after the slave node is
terminated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before terminating slave nodes, test_server calls cover:flush/1 to
fetch data from the node without actually stopping cover on this
node. If cover is not stopped for the node and a new node with the
same name is started, then cover will be started on the new node. To
avoid this test_server now calls cover:stop/1 after the slave node is
terminated.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Add test of code cover mechanism</title>
<updated>2012-12-04T10:35:51+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-11-27T15:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a71ec754bb995f72f0c7fa244ceb21383d717cfc'/>
<id>a71ec754bb995f72f0c7fa244ceb21383d717cfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/test_server/erl2html-indent-problem/OTP-9710'</title>
<updated>2012-11-21T08:29:22+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-11-21T08:29:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a545edc30363ea1ddf8b7805c38e748ed4741ffc'/>
<id>a545edc30363ea1ddf8b7805c38e748ed4741ffc</id>
<content type='text'>
* siri/test_server/erl2html-indent-problem/OTP-9710:
  [test_server] Minimize memory usage in erl2html2:convert/[2,3]
  [test_server] Fix erl2html2.erl to handle badly indented files
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/test_server/erl2html-indent-problem/OTP-9710:
  [test_server] Minimize memory usage in erl2html2:convert/[2,3]
  [test_server] Fix erl2html2.erl to handle badly indented files
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Minimize memory usage in erl2html2:convert/[2,3]</title>
<updated>2012-11-20T11:30:45+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-11-20T11:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ee65e005b0e18d92d786b14e2dd3cf7b8584ca27'/>
<id>ee65e005b0e18d92d786b14e2dd3cf7b8584ca27</id>
<content type='text'>
Reading form by form and line by line, instead of reading the complete
file in one go.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reading form by form and line by line, instead of reading the complete
file in one go.
</pre>
</div>
</content>
</entry>
<entry>
<title>[test_server] Fix erl2html2.erl to handle badly indented files</title>
<updated>2012-11-19T17:07:33+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-11-19T14:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a908160088b654e436bdcdd32369c29603ca5fa7'/>
<id>a908160088b654e436bdcdd32369c29603ca5fa7</id>
<content type='text'>
Line numbering of erlang files that were not correctly indented could
be wrong after coverting to html with erl2html2:convert/[2,3]. This has
been corrected.

This commit also fixes the following:

* There are now link targets for each line and not only for each 10th
  line - meaning that links from test logs are now to the exact line,
  and not to the last number for which N rem 10 == 0.
* there will only be one link target per function, i.e. the faulty
  link targets for function clauses are removed.
* link targets for function now includes the arity (e.g. func/1 has a
  link target "func-1")

And some tests are added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Line numbering of erlang files that were not correctly indented could
be wrong after coverting to html with erl2html2:convert/[2,3]. This has
been corrected.

This commit also fixes the following:

* There are now link targets for each line and not only for each 10th
  line - meaning that links from test logs are now to the exact line,
  and not to the last number for which N rem 10 == 0.
* there will only be one link target per function, i.e. the faulty
  link targets for function clauses are removed.
* link targets for function now includes the arity (e.g. func/1 has a
  link target "func-1")

And some tests are added.
</pre>
</div>
</content>
</entry>
</feed>
