<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/kernel/test, branch OTP_R14B04</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 'lukas/fix_erts_testcases/OTP-9596' into dev</title>
<updated>2011-09-29T15:53:50+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-09-29T15:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=1be1c1cb15068aed40a30210c8be34f36e38ed66'/>
<id>1be1c1cb15068aed40a30210c8be34f36e38ed66</id>
<content type='text'>
* lukas/fix_erts_testcases/OTP-9596:
  Skip create_big_boot on platforms without crypto
  Remove test_server path instead of cwd for clash test
  Skip getaddr_v6 test if on the ipv4_only host
  Use static port for old solaris versions
  Extend time to wait for zone files to be loaded
  Allow out of memory exception for max_port checks
  Extend slave start timeout for windows tests
  Double timeout to make sure debug builds pass
  Use now instead of os:timestamp
  Increase timeout in scheduler_suspend for slow platforms
  Skip update_cpu_info if 'taskset' cannot be found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lukas/fix_erts_testcases/OTP-9596:
  Skip create_big_boot on platforms without crypto
  Remove test_server path instead of cwd for clash test
  Skip getaddr_v6 test if on the ipv4_only host
  Use static port for old solaris versions
  Extend time to wait for zone files to be loaded
  Allow out of memory exception for max_port checks
  Extend slave start timeout for windows tests
  Double timeout to make sure debug builds pass
  Use now instead of os:timestamp
  Increase timeout in scheduler_suspend for slow platforms
  Skip update_cpu_info if 'taskset' cannot be found
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip create_big_boot on platforms without crypto</title>
<updated>2011-09-29T15:31:29+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-09-27T15:14:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d41617d9969253d9e66270beebac843865036baa'/>
<id>d41617d9969253d9e66270beebac843865036baa</id>
<content type='text'>
This has to be done as many other applications depend
on that crypto is present.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has to be done as many other applications depend
on that crypto is present.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove test_server path instead of cwd for clash test</title>
<updated>2011-09-29T15:31:29+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-09-27T10:20:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bb98bf86894527817e0d00aa87286a4291937d03'/>
<id>bb98bf86894527817e0d00aa87286a4291937d03</id>
<content type='text'>
With the introduction of common_test as test framework
the working directory of the tests changed to be the
emulator_test directory. So we now have to remove the
../test_server directory instead. This change only affect
tests run with a emulator which has not been installed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the introduction of common_test as test framework
the working directory of the tests changed to be the
emulator_test directory. So we now have to remove the
../test_server directory instead. This change only affect
tests run with a emulator which has not been installed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip getaddr_v6 test if on the ipv4_only host</title>
<updated>2011-09-29T15:31:29+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-09-27T10:03:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=22a3818adb4e3433d7ab9f34e0ade06fdf10d8d6'/>
<id>22a3818adb4e3433d7ab9f34e0ade06fdf10d8d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use static port for old solaris versions</title>
<updated>2011-09-29T15:31:28+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-09-26T17:13:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a176db06b4de2354a385813409a3340c85c3b341'/>
<id>a176db06b4de2354a385813409a3340c85c3b341</id>
<content type='text'>
Solaris version before 10 have some problem with releasing
addresses after doing a gen_udp:open, which causes inet_res
to get a econnrefused. With this fix we hope that the static
port will not collide with anything.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Solaris version before 10 have some problem with releasing
addresses after doing a gen_udp:open, which causes inet_res
to get a econnrefused. With this fix we hope that the static
port will not collide with anything.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend time to wait for zone files to be loaded</title>
<updated>2011-09-29T15:31:28+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2011-09-26T17:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8b06e8921f7e2f9d907df7edd8daf11ee24a0a1e'/>
<id>8b06e8921f7e2f9d907df7edd8daf11ee24a0a1e</id>
<content type='text'>
This change was made in order to make slow solaris machines
work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change was made in order to make slow solaris machines
work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/sctp-getsetopts-dev/OTP-9544' into dev</title>
<updated>2011-09-28T10:08:49+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2011-09-28T10:08:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fde38fa8d3120e6aa479f7720654114df9cd4ec8'/>
<id>fde38fa8d3120e6aa479f7720654114df9cd4ec8</id>
<content type='text'>
* raimo/sctp-getsetopts-dev/OTP-9544:
  erts,kernel: Bugfix - read SCTP socket options from right protocol layer
  erts: Fix bug SCTP send can only be called from controlling process
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* raimo/sctp-getsetopts-dev/OTP-9544:
  erts,kernel: Bugfix - read SCTP socket options from right protocol layer
  erts: Fix bug SCTP send can only be called from controlling process
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'raimo/sctp-getsetopts/OTP-9544' into raimo/sctp-getsetopts-dev/OTP-9544</title>
<updated>2011-09-19T11:44:59+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2011-09-19T11:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=30937b22530827f0e4686494230d17a15ff7accb'/>
<id>30937b22530827f0e4686494230d17a15ff7accb</id>
<content type='text'>
Conflicts:
	erts/emulator/drivers/common/inet_drv.c
	lib/kernel/test/gen_sctp_SUITE.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:
	erts/emulator/drivers/common/inet_drv.c
	lib/kernel/test/gen_sctp_SUITE.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>erts,kernel: Bugfix - read SCTP socket options from right protocol layer</title>
<updated>2011-09-19T10:18:45+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2011-09-19T10:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0159f7a9598c1d88b2e184dcc442c254ef8f14c9'/>
<id>0159f7a9598c1d88b2e184dcc442c254ef8f14c9</id>
<content type='text'>
Socket options 'sndbuf', 'recbuf' and 'linger were read from
the SCTP protocol layer instead of from the socket protocol layer.

Conflicts:

	lib/kernel/test/gen_sctp_SUITE.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Socket options 'sndbuf', 'recbuf' and 'linger were read from
the SCTP protocol layer instead of from the socket protocol layer.

Conflicts:

	lib/kernel/test/gen_sctp_SUITE.erl
</pre>
</div>
</content>
</entry>
<entry>
<title>erts: Fix bug SCTP send can only be called from controlling process</title>
<updated>2011-09-19T09:36:35+00:00</updated>
<author>
<name>Raimo Niskanen</name>
<email>raimo@erlang.org</email>
</author>
<published>2011-09-19T09:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=ff371b3b33e435f63962615be06404f6f8af3d5e'/>
<id>ff371b3b33e435f63962615be06404f6f8af3d5e</id>
<content type='text'>
Conflicts:

	lib/kernel/test/gen_sctp_SUITE.erl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	lib/kernel/test/gen_sctp_SUITE.erl
</pre>
</div>
</content>
</entry>
</feed>
