<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/lib/edoc/test, branch OTP-17.2</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>edoc, syntax_tools: Don't fail on invalid UTF-8</title>
<updated>2014-06-26T12:36:34+00:00</updated>
<author>
<name>Hans Bolinder</name>
<email>hasse@erlang.org</email>
</author>
<published>2014-06-25T13:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=de3774d93b061a54d33c7c58f07c69cbbb36cadf'/>
<id>de3774d93b061a54d33c7c58f07c69cbbb36cadf</id>
<content type='text'>
As a temporary measure to ease the transition to default UTF-8
encoding, automatically fall back to the Latin-1 encoding (without any
warnings; the Erlang Compiler will emit a proper warning).

The intention is to remove this workaround in OTP 18 or 19.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As a temporary measure to ease the transition to default UTF-8
encoding, automatically fall back to the Latin-1 encoding (without any
warnings; the Erlang Compiler will emit a proper warning).

The intention is to remove this workaround in OTP 18 or 19.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test suites performing app and appup file checks</title>
<updated>2014-02-24T10:02:14+00:00</updated>
<author>
<name>Tobias Schlager</name>
<email>tobias.schlager@lindenbaum.eu</email>
</author>
<published>2014-02-18T11:33:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=841addf5d64a3b4775cd1d0a5aa4bf04ec4ef95e'/>
<id>841addf5d64a3b4775cd1d0a5aa4bf04ec4ef95e</id>
<content type='text'>
Add the mentioned test suites for *all* library and touched
non-library applications.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the mentioned test suites for *all* library and touched
non-library applications.
</pre>
</div>
</content>
</entry>
<entry>
<title>edoc: Add test for Maps in EDoc</title>
<updated>2014-01-28T16:06:41+00:00</updated>
<author>
<name>Björn-Egil Dahlberg</name>
<email>egil@erlang.org</email>
</author>
<published>2013-11-07T14:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=40706594b498291d57528ccb3e966febccb959b7'/>
<id>40706594b498291d57528ccb3e966febccb959b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to work with whitespace in exec path</title>
<updated>2012-06-05T08:52:16+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang-solutions.com</email>
</author>
<published>2012-05-30T16:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=5f8867fb985b2b899e2ba8391652c7111f9df9bb'/>
<id>5f8867fb985b2b899e2ba8391652c7111f9df9bb</id>
<content type='text'>
OTP-10106
OTP-10107
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
OTP-10106
OTP-10107
</pre>
</div>
</content>
</entry>
<entry>
<title>removed CVS-keywords from source files</title>
<updated>2011-08-04T09:27:00+00:00</updated>
<author>
<name>Richard Carlsson</name>
<email>carlsson.richard@gmail.com</email>
</author>
<published>2010-11-21T13:14:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9c9ed58c9d1dda28d47b714aa76dab49edb6abc6'/>
<id>9c9ed58c9d1dda28d47b714aa76dab49edb6abc6</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 'hw/call-chmod-without-f' into dev</title>
<updated>2011-03-30T15:35:10+00:00</updated>
<author>
<name>Henrik Nord</name>
<email>henrik@erlang.org</email>
</author>
<published>2011-03-30T15:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=033469177c0337ce0dfde3a5a6478179389ba8c0'/>
<id>033469177c0337ce0dfde3a5a6478179389ba8c0</id>
<content type='text'>
* hw/call-chmod-without-f:
  Call chmod without the "-f" flag

Conflicts:
	erts/emulator/test/Makefile
	lib/asn1/test/Makefile
	lib/crypto/test/Makefile
	lib/debugger/test/Makefile
	lib/docbuilder/test/Makefile
	lib/edoc/test/Makefile
	lib/erl_interface/test/Makefile
	lib/inviso/test/Makefile
	lib/parsetools/test/Makefile
	lib/percept/test/Makefile
	lib/ssl/test/Makefile
	lib/syntax_tools/test/Makefile
	lib/test_server/test/Makefile
	lib/tools/test/Makefile

OTP-9170
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* hw/call-chmod-without-f:
  Call chmod without the "-f" flag

Conflicts:
	erts/emulator/test/Makefile
	lib/asn1/test/Makefile
	lib/crypto/test/Makefile
	lib/debugger/test/Makefile
	lib/docbuilder/test/Makefile
	lib/edoc/test/Makefile
	lib/erl_interface/test/Makefile
	lib/inviso/test/Makefile
	lib/parsetools/test/Makefile
	lib/percept/test/Makefile
	lib/ssl/test/Makefile
	lib/syntax_tools/test/Makefile
	lib/test_server/test/Makefile
	lib/tools/test/Makefile

OTP-9170
</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 edoc</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:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=a528cd498462c13a02af2865f977cbb6ef65050f'/>
<id>a528cd498462c13a02af2865f977cbb6ef65050f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
