<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/erts/etc, 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>Merge branch 'rickard/node-refc-tests-22' into maint</title>
<updated>2019-07-22T09:36:49+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-07-22T09:36:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bcffb7f5599efb62f13128e6feeb03a65cd9c11e'/>
<id>bcffb7f5599efb62f13128e6feeb03a65cd9c11e</id>
<content type='text'>
* rickard/node-refc-tests-22:
  Fix etp-ets-tables
  Fix node refc test for free processes hanging around
  Enhanced node refc bookkeeping
  Fix node container refc tests of ETS
  Fix node refc test of external data
  Node container refc test for persistent terms
  Include persistent term storage in node/dist refc check
  Fix node refc test for system message queue
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* rickard/node-refc-tests-22:
  Fix etp-ets-tables
  Fix node refc test for free processes hanging around
  Enhanced node refc bookkeeping
  Fix node container refc tests of ETS
  Fix node refc test of external data
  Node container refc test for persistent terms
  Include persistent term storage in node/dist refc check
  Fix node refc test for system message queue
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix etp-ets-tables</title>
<updated>2019-07-22T09:21:01+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-07-15T13:43:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bf72b2e9f1239337764955bd633af46149b6c3d6'/>
<id>bf72b2e9f1239337764955bd633af46149b6c3d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Update etp-stackump, stackmap and disasm</title>
<updated>2019-06-28T09:21:36+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-06-28T09:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd3158fa382bce84c36234034b7075fb1b12501b'/>
<id>bd3158fa382bce84c36234034b7075fb1b12501b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Randomize valgrind taskset CPU</title>
<updated>2019-06-27T14:27:19+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-06-04T07:12:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2c445bcb04d2d5d3537b31ac93007b03f26695f9'/>
<id>2c445bcb04d2d5d3537b31ac93007b03f26695f9</id>
<content type='text'>
When running multiple valgrinds on the same machine we want to
attempt to make sure that they do not end up on the same core.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When running multiple valgrinds on the same machine we want to
attempt to make sure that they do not end up on the same core.
</pre>
</div>
</content>
</entry>
<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>Fix VALGRIND_MISC_FLAGS defaults to use ERL_TOP</title>
<updated>2019-06-24T14:55:39+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-06-24T13:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=220d813fb6e62516d363c73ba5ce63928a2c50e4'/>
<id>220d813fb6e62516d363c73ba5ce63928a2c50e4</id>
<content type='text'>
for suppression file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for suppression file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add default VALGRIND_MISC_FLAGS if not set</title>
<updated>2019-06-20T15:13:24+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-06-20T15:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=68b18034925e05be4bc462c6597d75082703c671'/>
<id>68b18034925e05be4bc462c6597d75082703c671</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 'sverker/erts/several-config-opt-windows/ERL-912/OTP-15918' into maint</title>
<updated>2019-06-19T19:00:25+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-06-19T19:00:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=44eed99611ac341f47121add6367f5e34c2054b7'/>
<id>44eed99611ac341f47121add6367f5e34c2054b7</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 'sverker/gcov-docker' into maint</title>
<updated>2019-06-19T15:07:12+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-06-19T15:07:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f07240aa424b26b56271bbd88ffab999b9def02a'/>
<id>f07240aa424b26b56271bbd88ffab999b9def02a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Add gcov-gen-html script</title>
<updated>2019-06-19T15:05:32+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-06-13T14:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fceaee6022b07a911c05f6c7005a2edd1a2107e9'/>
<id>fceaee6022b07a911c05f6c7005a2edd1a2107e9</id>
<content type='text'>
to generate nice html from logs of gcov compiled emulator.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to generate nice html from logs of gcov compiled emulator.
</pre>
</div>
</content>
</entry>
</feed>
