<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/erts/test, branch maint</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>erlexec: Fix argument separation when mixing env flags</title>
<updated>2019-06-27T14:21:18+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-06-03T13:10:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=889cc75f40c74ee574b0943524df4f786371efaf'/>
<id>889cc75f40c74ee574b0943524df4f786371efaf</id>
<content type='text'>
Example:
    export ERL_AFLAGS=-test
    erl dummy_param

In the above example, the dummy_param would be interpreted
as an argument to -test, and not as a separate argument as
it should.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Example:
    export ERL_AFLAGS=-test
    erl dummy_param

In the above example, the dummy_param would be interpreted
as an argument to -test, and not as a separate argument as
it should.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'lukas/OTP-22-rc2/misc-fixes/OTP-15773'</title>
<updated>2019-04-18T12:24:31+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-04-18T12:24:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=659ed4c005bb8c943c217d52383c219c0998aafa'/>
<id>659ed4c005bb8c943c217d52383c219c0998aafa</id>
<content type='text'>
* lukas/OTP-22-rc2/misc-fixes/OTP-15773:
  erts: Yield correctly when iterating over distr exit messages
  erts: Fix cerl -rr to use correct etp file
  erts: Fix etp-process-info to print exiting and free processes
  tools: Adjust instrument abort tc to better trigger faults
  erts: Fix cleanup of message factory undo
  erts: Make dump_SUITE:free_dump not dump via rpc
  erts: Add extra debugging to dist frag testcases
  erts: Run smaller dist frag test to 32 bit machines
  erl_docgen: Remove accidentally merged debug printout
  erts: Fix z_SUITE to always look for cerl in ERL_TOP
  otp: make top Makefile app target respect TYPE variable
  vxworks: Make vxworks configure use environment CFLAGS
  erts: Make erts_free debug failure easier to diagnose
  erts: Fix gcc warning in to_erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/OTP-22-rc2/misc-fixes/OTP-15773:
  erts: Yield correctly when iterating over distr exit messages
  erts: Fix cerl -rr to use correct etp file
  erts: Fix etp-process-info to print exiting and free processes
  tools: Adjust instrument abort tc to better trigger faults
  erts: Fix cleanup of message factory undo
  erts: Make dump_SUITE:free_dump not dump via rpc
  erts: Add extra debugging to dist frag testcases
  erts: Run smaller dist frag test to 32 bit machines
  erl_docgen: Remove accidentally merged debug printout
  erts: Fix z_SUITE to always look for cerl in ERL_TOP
  otp: make top Makefile app target respect TYPE variable
  vxworks: Make vxworks configure use environment CFLAGS
  erts: Make erts_free debug failure easier to diagnose
  erts: Fix gcc warning in to_erl
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Fix z_SUITE to always look for cerl in ERL_TOP</title>
<updated>2019-04-10T07:43:54+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-04-08T12:34:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e0ee9063f356cf566808fc59f603551651847315'/>
<id>e0ee9063f356cf566808fc59f603551651847315</id>
<content type='text'>
If it cannot be found in the daily build dir, we try ERL_TOP
incase it is there.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If it cannot be found in the daily build dir, we try ERL_TOP
incase it is there.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "epmd: Support 32-bit creation values in local node"</title>
<updated>2019-04-09T14:56:09+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-09T14:30:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d293c3ff700c1a0992a32dc3da9ae18964893c23'/>
<id>d293c3ff700c1a0992a32dc3da9ae18964893c23</id>
<content type='text'>
This reverts commit bd8f6106d44a58c261920eef72842bb3bc5a4968.

PLUS a little change in epmd_srv.c:750 ("4" -&gt; "replylen")
that was part of e2cf4a8a4b03b9f430ba228276c3b2629159e832
by mistake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit bd8f6106d44a58c261920eef72842bb3bc5a4968.

PLUS a little change in epmd_srv.c:750 ("4" -&gt; "replylen")
that was part of e2cf4a8a4b03b9f430ba228276c3b2629159e832
by mistake.
</pre>
</div>
</content>
</entry>
<entry>
<title>epmd: Support 32-bit creation values in local node</title>
<updated>2019-03-22T18:40:36+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-03-20T14:42:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd8f6106d44a58c261920eef72842bb3bc5a4968'/>
<id>bd8f6106d44a58c261920eef72842bb3bc5a4968</id>
<content type='text'>
* Increase distribution version from 5 to 6
* Introduce new ALIVE2_X_RESP with 32-bit creation
  as reply to ALIVE2_REQ when sender dist version &gt;= 6
* Still reply old ALIVE2_RESP with tiny creation 1..3
  if sender dist version &lt; 6.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Increase distribution version from 5 to 6
* Introduce new ALIVE2_X_RESP with 32-bit creation
  as reply to ALIVE2_REQ when sender dist version &gt;= 6
* Still reply old ALIVE2_RESP with tiny creation 1..3
  if sender dist version &lt; 6.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change "can not" into "cannot"</title>
<updated>2018-07-27T08:16:17+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2018-07-26T12:14:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=37c11cda19bd9067a4e094fbde53b276d6ab0d3d'/>
<id>37c11cda19bd9067a4e094fbde53b276d6ab0d3d</id>
<content type='text'>
I did not find any legitimate use of "can not", however skipped
changing e.g RFCs archived in the source tree.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I did not find any legitimate use of "can not", however skipped
changing e.g RFCs archived in the source tree.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright year</title>
<updated>2018-06-18T12:51:18+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2018-06-18T12:51:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b'/>
<id>5ca92e2eac1e84fd22f60e7abc3aa2b0ff1cb42b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ct:get_progname/0</title>
<updated>2018-05-04T08:22:36+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>richardc@klarna.com</email>
</author>
<published>2018-04-17T12:11:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3d44429177a7dbdac5662433cfc55f5b5113a959'/>
<id>3d44429177a7dbdac5662433cfc55f5b5113a959</id>
<content type='text'>
This replaces all uses of lib:progname/0 in tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This replaces all uses of lib:progname/0 in tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add correction of relup when upgrading from 20-21 with inets and ftp/tftp</title>
<updated>2018-04-13T16:50:29+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-04-13T16:50:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=6ad35619152922c61f899988b809bc639fa2e776'/>
<id>6ad35619152922c61f899988b809bc639fa2e776</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 'dgud/testcase-fixes'</title>
<updated>2018-03-27T13:05:13+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2018-03-27T13:05:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=acfd88f41fbea76650d270f0bb96b6e3975d1480'/>
<id>acfd88f41fbea76650d270f0bb96b6e3975d1480</id>
<content type='text'>
* dgud/testcase-fixes:
  debug info
  add unicode opt env may contain unicode signs
  Fix lexemes conversion
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dgud/testcase-fixes:
  debug info
  add unicode opt env may contain unicode signs
  Fix lexemes conversion
</pre>
</div>
</content>
</entry>
</feed>
