<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/reltool/test/reltool_server_SUITE_data/escript, branch OTP-17.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<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 test cases for handling of escripts</title>
<updated>2012-03-19T08:48:53+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2012-02-13T15:57:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e3bb31270b1cc43a72a2c3942f496e5c8f93155b'/>
<id>e3bb31270b1cc43a72a2c3942f496e5c8f93155b</id>
<content type='text'>
OTP-9794
OTP-9968

The following test cases are added:
* create_standalone_beam
* create_standalone_app
* create_multiple_standalone
* load_config_escript_path
* load_config_same_escript_source
* load_config_same_escript_beam
* load_config_add_escript

Most of them are temporarily skipped since they re-produce known
problems that will be corrected in a later commit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-9794
OTP-9968

The following test cases are added:
* create_standalone_beam
* create_standalone_app
* create_multiple_standalone
* load_config_escript_path
* load_config_same_escript_source
* load_config_same_escript_beam
* load_config_add_escript

Most of them are temporarily skipped since they re-produce known
problems that will be corrected in a later commit.
</pre>
</div>
</content>
</entry>
</feed>
