<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/reltool/test, branch R16B02_yielding_binary_to_term</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>[reltool] Remove erlang:port_close/1 for node port</title>
<updated>2013-04-19T08:57:12+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-04-11T13:53:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=02e6d017104cdbd5cc8c4cf542b727ab621dad96'/>
<id>02e6d017104cdbd5cc8c4cf542b727ab621dad96</id>
<content type='text'>
Test nodes are started with erlang:open_port/2, using the -detached
option to erl. -detached causes the port returned from open_port/2 to
be closed automatically. Some test cases failed occasionally with a
badarg when attempting to close the port with erlang:port_close/1. To
avoid this the call to port_close/1 is now removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test nodes are started with erlang:open_port/2, using the -detached
option to erl. -detached causes the port returned from open_port/2 to
be closed automatically. Some test cases failed occasionally with a
badarg when attempting to close the port with erlang:port_close/1. To
avoid this the call to port_close/1 is now removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/cuddle-with-tests' into maint</title>
<updated>2013-04-08T10:07:44+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-04-08T10:07:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e4ee152324697864dc5b41c9a66b73b54bcde73d'/>
<id>e4ee152324697864dc5b41c9a66b73b54bcde73d</id>
<content type='text'>
* siri/cuddle-with-tests:
  [reltool] Clean up work dir after test
  [observer] Add debug printouts in ttb_SUITE
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/cuddle-with-tests:
  [reltool] Clean up work dir after test
  [observer] Add debug printouts in ttb_SUITE
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Clean up work dir after test</title>
<updated>2013-03-27T13:51:41+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-03-27T13:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b046454d76031067f6b49faec938ad422b47c44b'/>
<id>b046454d76031067f6b49faec938ad422b47c44b</id>
<content type='text'>
This is to save space in daily tests.
Result of failed test cases are still saved.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is to save space in daily tests.
Result of failed test cases are still saved.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Add test case for missing application</title>
<updated>2013-03-27T10:32:04+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-03-27T10:25:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ade77a73b0b3ae4b1502be47596e4f428e644b43'/>
<id>ade77a73b0b3ae4b1502be47596e4f428e644b43</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Relax requirements on excluded applications</title>
<updated>2013-03-27T10:32:04+00:00</updated>
<author>
<name>Håkan Mattsson</name>
<email>hm@tail-f.com</email>
</author>
<published>2013-03-18T17:24:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b757069c9ed0ddce0d74d11242029cf6bbf551a2'/>
<id>b757069c9ed0ddce0d74d11242029cf6bbf551a2</id>
<content type='text'>
A missing application directory is now classified as a warning if the
application is explicitly excluded.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A missing application directory is now classified as a warning if the
application is explicitly excluded.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Increase timetrap timeout for reltool_server_SUTIE to 10 minutes</title>
<updated>2013-03-04T10:01:13+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-14T15:28:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a08294628c7a20468c81e90db0be27ff091fd627'/>
<id>a08294628c7a20468c81e90db0be27ff091fd627</id>
<content type='text'>
The timeout of 5 minutes sometimes expired for test case
use_selected_vsn on some platforms.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The timeout of 5 minutes sometimes expired for test case
use_selected_vsn on some platforms.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Improve stability of tests</title>
<updated>2013-02-21T10:03:36+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-20T18:56:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9993bd517665aed42fd9ca8ac22001f3eced6170'/>
<id>9993bd517665aed42fd9ca8ac22001f3eced6170</id>
<content type='text'>
* Make sure test node is terminated between each test
* Wait for expected applications to be started before continuing test
* Use ping instead of nodedown messages to check that node is down (to
  avoid failure due to no flush of inbox)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make sure test node is terminated between each test
* Wait for expected applications to be started before continuing test
* Use ping instead of nodedown messages to check that node is down (to
  avoid failure due to no flush of inbox)
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Make escript test work with hipe and smp</title>
<updated>2013-02-21T10:03:36+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-14T17:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c98fffd0d490cde6910c64acdba308b4224cc735'/>
<id>c98fffd0d490cde6910c64acdba308b4224cc735</id>
<content type='text'>
reltool_server_SUITE:create_standalone and create_multiple_standalone
failed on test hosts running hipe and smp. The reason was that the
escript used in these tests explicitly disabled smp, which in turn
made the emulator spit out warnings like this:

"&lt;HiPE (v 3.10)&gt; Warning: not loading native code for module beam_lib:
it was compiled for an incompatible runtime system; please regenerate
native code for this runtime system"

This was returned from the escript and did not match the expected result.

To overcome this, the escript (reltool/examples/display_args) is
changed and does no longer disable smp.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
reltool_server_SUITE:create_standalone and create_multiple_standalone
failed on test hosts running hipe and smp. The reason was that the
escript used in these tests explicitly disabled smp, which in turn
made the emulator spit out warnings like this:

"&lt;HiPE (v 3.10)&gt; Warning: not loading native code for module beam_lib:
it was compiled for an incompatible runtime system; please regenerate
native code for this runtime system"

This was returned from the escript and did not match the expected result.

To overcome this, the escript (reltool/examples/display_args) is
changed and does no longer disable smp.
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Add unicode test</title>
<updated>2013-02-21T10:03:36+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2013-02-21T09:58:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0a572151a47dce3b5ae334c2f5a7eccf0530885e'/>
<id>0a572151a47dce3b5ae334c2f5a7eccf0530885e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[reltool] Use spawn_executable instead of spawn when starting nodes in test</title>
<updated>2012-09-24T12:30:05+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-09-21T12:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a0d47c709562f4bf36fe05c2ebaf812c75eb894a'/>
<id>a0d47c709562f4bf36fe05c2ebaf812c75eb894a</id>
<content type='text'>
In order to handle paths with space, spawn_executable is now used
instead of spawn when starting nodes with open_port/2 in
reltool_server_SUITE.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to handle paths with space, spawn_executable is now used
instead of spawn when starting nodes with open_port/2 in
reltool_server_SUITE.
</pre>
</div>
</content>
</entry>
</feed>
