<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/test, branch OTP-22.0.3</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>kernel: Fix setting of non-existing file as inet_db resolv_conf</title>
<updated>2019-05-06T09:50:57+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-05-06T09:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f92fc026fe6f34bc869a5166a2726f890986929a'/>
<id>f92fc026fe6f34bc869a5166a2726f890986929a</id>
<content type='text'>
This was broken in 7c63a98c28d477.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was broken in 7c63a98c28d477.
</pre>
</div>
</content>
</entry>
<entry>
<title>kernel: Multiple -sname or -name would be ignored</title>
<updated>2019-04-23T11:49:21+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-04-23T10:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4ffb28fa775daf7e157031654bcf7712cce6d0f1'/>
<id>4ffb28fa775daf7e157031654bcf7712cce6d0f1</id>
<content type='text'>
If 'erl -sname 1 -sname 2' is run the node is not started
in distribution mode at all. This fix makes the last sname
be used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If 'erl -sname 1 -sname 2' is run the node is not started
in distribution mode at all. This fix makes the last sname
be used.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sverker/revert-big-creation'</title>
<updated>2019-04-11T12:06:39+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-04-11T12:06:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=508738f4dcd3c8c83fffb55c2ad5c365f80dc7c4'/>
<id>508738f4dcd3c8c83fffb55c2ad5c365f80dc7c4</id>
<content type='text'>
* sverker/revert-big-creation:
  Revert "erts: Make DFLAG_BIG_CREATION mandatory"
  Revert "erts: Remove old encoding of pids, ports and refs"
  Revert "erl_interface: Remove old encoding of pid,port,refs"
  Revert "epmd: Support 32-bit creation values in local node"
  Revert "jinterface: Remove old encoding of pid,port,refs"
  Revert "erl_interface: Support 32-bit creation local cnode"
  Revert "erts: Document new EPMD response ALIVE2_X_RESP"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* sverker/revert-big-creation:
  Revert "erts: Make DFLAG_BIG_CREATION mandatory"
  Revert "erts: Remove old encoding of pids, ports and refs"
  Revert "erl_interface: Remove old encoding of pid,port,refs"
  Revert "epmd: Support 32-bit creation values in local node"
  Revert "jinterface: Remove old encoding of pid,port,refs"
  Revert "erl_interface: Support 32-bit creation local cnode"
  Revert "erts: Document new EPMD response ALIVE2_X_RESP"
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'siri/cuddle-master'</title>
<updated>2019-04-11T09:00:24+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2019-04-11T09:00:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=884239f1e06886b539960fb9cebf4ec1019939bd'/>
<id>884239f1e06886b539960fb9cebf4ec1019939bd</id>
<content type='text'>
* siri/cuddle-master:
  [logger] Skip test logger_std_h:reopen_changed_log on Windows
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* siri/cuddle-master:
  [logger] Skip test logger_std_h:reopen_changed_log on Windows
</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>file_SUITE: Skip large_file test if we fail to query free disk space</title>
<updated>2019-04-03T07:57:41+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2019-04-03T07:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bdd1994e4918ba76ff09bb18d8235d3e67dce72b'/>
<id>bdd1994e4918ba76ff09bb18d8235d3e67dce72b</id>
<content type='text'>
This may happen if priv_dir is mounted on NFS or similar.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This may happen if priv_dir is mounted on NFS or similar.
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Skip test logger_std_h:reopen_changed_log on Windows</title>
<updated>2019-04-01T13:44:20+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2019-04-01T13:44:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d3ceb2a3a6653763d25b3ed3015afcac31f57079'/>
<id>d3ceb2a3a6653763d25b3ed3015afcac31f57079</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 'john/kernel/cuddle-file-suite'</title>
<updated>2019-04-01T09:17:57+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2019-04-01T09:17:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2db15b8dd2af46c51d07dd7635057ab5421afe6d'/>
<id>2db15b8dd2af46c51d07dd7635057ab5421afe6d</id>
<content type='text'>
* john/kernel/cuddle-file-suite:
  file_name_SUITE: Darwin 18 broke support for 'icky' names
  file_SUITE: Ignore EILSEQ on Darwin in +fnu/latin1 test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* john/kernel/cuddle-file-suite:
  file_name_SUITE: Darwin 18 broke support for 'icky' names
  file_SUITE: Ignore EILSEQ on Darwin in +fnu/latin1 test
</pre>
</div>
</content>
</entry>
<entry>
<title>file_name_SUITE: Darwin 18 broke support for 'icky' names</title>
<updated>2019-03-29T11:51:54+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2019-03-25T13:07:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=261f171079f98c7037309fcb7b2967e9fb79cfe5'/>
<id>261f171079f98c7037309fcb7b2967e9fb79cfe5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>file_SUITE: Ignore EILSEQ on Darwin in +fnu/latin1 test</title>
<updated>2019-03-29T11:51:54+00:00</updated>
<author>
<name>John Högberg</name>
<email>john@erlang.org</email>
</author>
<published>2019-03-25T12:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f26340035f0bded68c9eefbd3a534d8a5f428e36'/>
<id>f26340035f0bded68c9eefbd3a534d8a5f428e36</id>
<content type='text'>
There's no way to create the file in question, so we may as well
skip the test.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There's no way to create the file in question, so we may as well
skip the test.
</pre>
</div>
</content>
</entry>
</feed>
