<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/test/Makefile, 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>Testing of the example gen_tcp_dist module</title>
<updated>2019-03-20T17:46:07+00:00</updated>
<author>
<name>Rickard Green</name>
<email>rickard@erlang.org</email>
</author>
<published>2019-03-13T20:34:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=214b657769dd60cf2eab1824f6791225f5720a5a'/>
<id>214b657769dd60cf2eab1824f6791225f5720a5a</id>
<content type='text'>
This also imply testing of processes as distribution controllers
using the erlang:dist_ctrl_* BIFs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also imply testing of processes as distribution controllers
using the erlang:dist_ctrl_* BIFs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bmk/20180918/nififying_inet/OTP-14831' into bmk/20190204/socket_as_nif/OTP-14831</title>
<updated>2019-02-04T13:47:48+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2019-02-04T13:47:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ad0beca8fb612fa33dabcfb3592796a92e858684'/>
<id>ad0beca8fb612fa33dabcfb3592796a92e858684</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Add idle timer in logger_olp</title>
<updated>2019-01-16T08:59:24+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-12-20T15:49:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=f68e91a318912a34f38ea437365c8843af54f66f'/>
<id>f68e91a318912a34f38ea437365c8843af54f66f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Add logger_stress_SUITE</title>
<updated>2019-01-16T08:59:24+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-12-11T11:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=2c63eda781ccf12c2f35a94bc07b1b1013232483'/>
<id>2c63eda781ccf12c2f35a94bc07b1b1013232483</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[logger] Add tests for logger_proxy</title>
<updated>2019-01-16T08:59:24+00:00</updated>
<author>
<name>Siri Hansen</name>
<email>siri@erlang.org</email>
</author>
<published>2018-12-11T09:13:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9fdd7a279d01ec91bfa9b55a5d86f86e6c860226'/>
<id>9fdd7a279d01ec91bfa9b55a5d86f86e6c860226</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[socket-nif|test] Moved socket tests from kernel to erts/emulator</title>
<updated>2018-10-19T10:13:26+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2018-10-19T10:13:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b4d61414565e6c6aa34249bf5d6eb3d5e5952b76'/>
<id>b4d61414565e6c6aa34249bf5d6eb3d5e5952b76</id>
<content type='text'>
OTP-14831
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-14831
</pre>
</div>
</content>
</entry>
<entry>
<title>[socket-nif|test] Add first preliminary socket test suite</title>
<updated>2018-09-27T10:43:03+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2018-09-25T10:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=91ffcbf2bee63cd5314132edee56825973a62f72'/>
<id>91ffcbf2bee63cd5314132edee56825973a62f72</id>
<content type='text'>
Add a proper but very basic test suite.
The only (6) test cases now are very basic (open-close and
send-receive).

OTP-14831
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a proper but very basic test suite.
The only (6) test cases now are very basic (open-close and
send-receive).

OTP-14831
</pre>
</div>
</content>
</entry>
<entry>
<title>[socket-nif] Fixed (dgram) recv</title>
<updated>2018-09-18T12:50:18+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2018-07-04T13:18:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e39e25d84405e13ca0ce476e3ba473510e5548de'/>
<id>e39e25d84405e13ca0ce476e3ba473510e5548de</id>
<content type='text'>
Fixed handling of recvfrom (used by dgram sockets).
Had forgot to do select(read) when we got block from
the call to recvfrom. Argh!

Also updated the (simple) test server and client to to
be able to use udp (dgram+udp).

OTP-14831
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed handling of recvfrom (used by dgram sockets).
Had forgot to do select(read) when we got block from
the call to recvfrom. Argh!

Also updated the (simple) test server and client to to
be able to use udp (dgram+udp).

OTP-14831
</pre>
</div>
</content>
</entry>
<entry>
<title>[socket-nit-test] Added some more test code</title>
<updated>2018-09-18T12:50:18+00:00</updated>
<author>
<name>Micael Karlberg</name>
<email>bmk@erlang.org</email>
</author>
<published>2018-06-28T19:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b09136301525b0717e897ec0864c3d2ea7708758'/>
<id>b09136301525b0717e897ec0864c3d2ea7708758</id>
<content type='text'>
Added some more features o the simple socket test server
and client.

OTP-14831
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added some more features o the simple socket test server
and client.

OTP-14831
</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>
</feed>
