<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/stdlib/test, branch OTP-20.2.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge 'sverker/maint-19/alloc-n-migration/ERIERL-88'</title>
<updated>2018-02-12T12:32:51+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2018-02-12T12:32:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=06e88d07a4719a0e15b4e666b16347fad463cee6'/>
<id>06e88d07a4719a0e15b4e666b16347fad463cee6</id>
<content type='text'>
into 'sverker/maint-20/alloc-n-migration/ERIERL-88'

OTP-14915
OTP-14916
OTP-14917
OTP-14918
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into 'sverker/maint-20/alloc-n-migration/ERIERL-88'

OTP-14915
OTP-14916
OTP-14917
OTP-14918
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Make ets_SUITE memory check try again</title>
<updated>2017-12-20T14:19:32+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2017-12-13T16:09:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=881240485b96cfa7d4a75587f6f14c4e6c83eeeb'/>
<id>881240485b96cfa7d4a75587f6f14c4e6c83eeeb</id>
<content type='text'>
as memory stats do not guarantee consistency.

A typical ETS test case ends by a lot of deallocating
that may now trigger homecoming carrier migration,
that in turn can cause quite large inconsistencies
in memory stats when same carrier is accounted for twice
or not at all.

And that's my theory why I now sometimes see transient discrepancies
between before and after memory stats.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as memory stats do not guarantee consistency.

A typical ETS test case ends by a lot of deallocating
that may now trigger homecoming carrier migration,
that in turn can cause quite large inconsistencies
in memory stats when same carrier is accounted for twice
or not at all.

And that's my theory why I now sometimes see transient discrepancies
between before and after memory stats.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid falling measurements testcases on slow machines</title>
<updated>2017-11-29T12:17:11+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-10-13T12:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=34df9b51b0237172c41e81fd5ae5597cba534473'/>
<id>34df9b51b0237172c41e81fd5ae5597cba534473</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: string optimize special case for ASCII</title>
<updated>2017-11-29T12:17:11+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-10-04T14:20:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8350886687735b3552f41780563eedac7e6650e7'/>
<id>8350886687735b3552f41780563eedac7e6650e7</id>
<content type='text'>
Avoid unicode_util module call for ASCII strings
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid unicode_util module call for ASCII strings
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Minor unicode_util opts</title>
<updated>2017-11-29T12:17:11+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2017-10-02T15:09:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1ecdeb93de260fcd31a9e7032e404b92d206e50f'/>
<id>1ecdeb93de260fcd31a9e7032e404b92d206e50f</id>
<content type='text'>
Exit early for Latin-1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Exit early for Latin-1
</pre>
</div>
</content>
</entry>
<entry>
<title>stdlib: Fix a minor issue with the qlc suite</title>
<updated>2017-10-30T13:36:53+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2017-10-30T13:36:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7fdded4d4fc2a63a927f499161bd1820aab07306'/>
<id>7fdded4d4fc2a63a927f499161bd1820aab07306</id>
<content type='text'>
When comparing the process dictionary before and after a test, only
(a sorted list of) qlc keys are compared.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When comparing the process dictionary before and after a test, only
(a sorted list of) qlc keys are compared.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix win32 share filename join/split (#1604)</title>
<updated>2017-10-23T10:06:51+00:00</updated>
<author>
<name>Bikram Chatterjee</name>
<email>chatterjee@bluewin.ch</email>
</author>
<published>2017-10-23T10:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=faddc82d3c8c25fbddb1074d511582b8ac020c38'/>
<id>faddc82d3c8c25fbddb1074d511582b8ac020c38</id>
<content type='text'>
Handle UNC (shared) path on win32, previously  "//dir/.." and "\\\\dir\.." was cleaned up to
"/dir/.." which was not correct.

OTP-14693</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Handle UNC (shared) path on win32, previously  "//dir/.." and "\\\\dir\.." was cleaned up to
"/dir/.." which was not correct.

OTP-14693</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'rickard/null-char-filenames/ERL-370/OTP-14543' into maint"</title>
<updated>2017-10-12T14:28:31+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-10-12T14:28:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f28539265d753bbaa473cb488e951bfe47304a01'/>
<id>f28539265d753bbaa473cb488e951bfe47304a01</id>
<content type='text'>
This reverts commit 0717a2194e863f3a78595184ccc5637697f03353, reversing
changes made to 71a40658a0cef8b3e25df3a8e48a72d0563a89bf.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 0717a2194e863f3a78595184ccc5637697f03353, reversing
changes made to 71a40658a0cef8b3e25df3a8e48a72d0563a89bf.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't allow null in filenames</title>
<updated>2017-09-27T15:47:01+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2017-09-06T15:00:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=eae496a72e270fd7af411714738e99a7fadfd19b'/>
<id>eae496a72e270fd7af411714738e99a7fadfd19b</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/valgrind-fixes/OTP-14609' into maint</title>
<updated>2017-09-12T18:02:48+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2017-09-12T18:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=c8cf0eb3af418ee505f6726258cb5d34b14f8867'/>
<id>c8cf0eb3af418ee505f6726258cb5d34b14f8867</id>
<content type='text'>
* sverker/valgrind-fixes/OTP-14609:
  erts: Suppress false memory leak for dlerror
  [ct] Cleanup and rename purify related functions as valgrind
  Revert "remove unused purify functions"
  erts: Fix memory leak when sending to terminating port
  erts: Fix harmless use of uninitialised value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/valgrind-fixes/OTP-14609:
  erts: Suppress false memory leak for dlerror
  [ct] Cleanup and rename purify related functions as valgrind
  Revert "remove unused purify functions"
  erts: Fix memory leak when sending to terminating port
  erts: Fix harmless use of uninitialised value
</pre>
</div>
</content>
</entry>
</feed>
