<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/eunit, branch OTP_R14B03</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Prepare release</title>
<updated>2011-05-24T11:16:24+00:00</updated>
<author>
<name>Erlang/OTP</name>
<email>otp@erlang.org</email>
</author>
<published>2011-05-24T11:16:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=4a5a75811e2cd590b5c94f71864a5245fd511ccf'/>
<id>4a5a75811e2cd590b5c94f71864a5245fd511ccf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't let eunit_surefire report back to eunit when stopping</title>
<updated>2011-04-17T20:26:43+00:00</updated>
<author>
<name>Klas Johansson</name>
<email>klas.johansson@gmail.com</email>
</author>
<published>2011-04-17T20:26:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=bd38a126546376246f9a93a2943e70a3925df48f'/>
<id>bd38a126546376246f9a93a2943e70a3925df48f</id>
<content type='text'>
When eunit is terminating, a stop message is sent to all listeners and
eunit then waits for *one* result message but previously both
eunit_tty and eunit_surefire sent a response on error.  Don't send a
result message from eunit_surefire; let eunit_tty take care of all
result reporting, both positive and negative to avoid race conditions
and inconsistencies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When eunit is terminating, a stop message is sent to all listeners and
eunit then waits for *one* result message but previously both
eunit_tty and eunit_surefire sent a response on error.  Don't send a
result message from eunit_surefire; let eunit_tty take care of all
result reporting, both positive and negative to avoid race conditions
and inconsistencies.
</pre>
</div>
</content>
</entry>
<entry>
<title>Wait until all eunit listeners terminate</title>
<updated>2011-04-17T20:05:43+00:00</updated>
<author>
<name>Klas Johansson</name>
<email>klas.johansson@gmail.com</email>
</author>
<published>2011-04-17T20:05:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=0e7c557a9909f531530ee4742eb04ce23f03e3d6'/>
<id>0e7c557a9909f531530ee4742eb04ce23f03e3d6</id>
<content type='text'>
Ensure that all eunit listeners (like eunit_surefire) get the chance
to finish their work before terminating.  Prior to this fix, the
eunit_surefire XML was sometimes not generated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that all eunit listeners (like eunit_surefire) get the chance
to finish their work before terminating.  Prior to this fix, the
eunit_surefire XML was sometimes not generated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Increase depth of error messages in Eunit Surefire reports</title>
<updated>2011-04-07T14:38:29+00:00</updated>
<author>
<name>Magnus Henoch</name>
<email>magnus.henoch@erlang-solutions.com</email>
</author>
<published>2011-04-07T14:37:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=b6decafc7a45e7519dd53d1956909463a06d3f6a'/>
<id>b6decafc7a45e7519dd53d1956909463a06d3f6a</id>
<content type='text'>
Currently, error messages in Eunit Surefire reports are shortened just
like when written to a terminal.  However, the space limitations that
constrain terminal output do not apply here, so it's more useful to
include more of the error message.  Getting the full error message can
be particularly helpful when an assertMatch fails because of a long
and deep error term.

The new depth of 100 should be enough for most cases, while protecting
against runaway errors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently, error messages in Eunit Surefire reports are shortened just
like when written to a terminal.  However, the space limitations that
constrain terminal output do not apply here, so it's more useful to
include more of the error message.  Getting the full error message can
be particularly helpful when an assertMatch fails because of a long
and deep error term.

The new depth of 100 should be enough for most cases, while protecting
against runaway errors.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright years</title>
<updated>2011-03-11T16:34:22+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>psyeugenic@gmail.com</email>
</author>
<published>2011-03-11T16:34:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d53be747c945d5e86997e1944446795b271dacb4'/>
<id>d53be747c945d5e86997e1944446795b271dacb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Suite Callback to Common Test Hook</title>
<updated>2011-02-17T16:42:39+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erix.ericsson.se</email>
</author>
<published>2011-02-09T18:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=308d6638450f5ffc7f432302367e84bcd92ea683'/>
<id>308d6638450f5ffc7f432302367e84bcd92ea683</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update and add cover spec files to work with common_test</title>
<updated>2011-02-17T16:39:00+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erix.ericsson.se</email>
</author>
<published>2011-01-12T13:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=cfa01c9bd748df38750dc4841030e6520610538a'/>
<id>cfa01c9bd748df38750dc4841030e6520610538a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update all test specs</title>
<updated>2011-02-17T16:39:00+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erix.ericsson.se</email>
</author>
<published>2010-12-07T16:52:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5fef403779c4894189abf6fd18e6c8e5d54064c5'/>
<id>5fef403779c4894189abf6fd18e6c8e5d54064c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix formatting for eunit</title>
<updated>2011-02-17T16:34:49+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erix.ericsson.se</email>
</author>
<published>2010-12-14T14:41:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7df548b47c3fde9f15f4e4fc2908f7f84878c227'/>
<id>7df548b47c3fde9f15f4e4fc2908f7f84878c227</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add init_per_suite and end_per_suite</title>
<updated>2011-02-17T16:34:48+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erix.ericsson.se</email>
</author>
<published>2010-12-07T10:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=8fd1f31f3074bc9444a0769418506b1ccc2041d3'/>
<id>8fd1f31f3074bc9444a0769418506b1ccc2041d3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
