<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/run-tests.php, branch php-5.4.42</title>
<subtitle>git.php.net: repository/php-src.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/'/>
<entry>
<title>make sure that we don't truncate the stack trace and cause false test failures when the test is executed in a directory with long path</title>
<updated>2014-12-02T18:17:58+00:00</updated>
<author>
<name>Ferenc Kovacs</name>
<email>tyrael@php.net</email>
</author>
<published>2014-12-02T18:17:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=b28c3eb47ebe41947638bbdf24e3bcb563b25b66'/>
<id>b28c3eb47ebe41947638bbdf24e3bcb563b25b66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Escape non-printable characters in the junit XML output</title>
<updated>2014-05-27T10:03:38+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-05-27T09:54:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=92d54f81d671f0f14a06fec7bd6f917b085253c6'/>
<id>92d54f81d671f0f14a06fec7bd6f917b085253c6</id>
<content type='text'>
XML doesn't allow most of the characters &lt; 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities
either, so the generated entities are escaped in order to be printed
as text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
XML doesn't allow most of the characters &lt; 0x20 and binary output
breaks XML parsers. Such characters are not allowed as entities
either, so the generated entities are escaped in order to be printed
as text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed broken XML junit output due to escaping of CDATA sections</title>
<updated>2014-05-27T09:04:48+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-05-27T09:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=1696166466e179c361c562f01a14995a09c41ae3'/>
<id>1696166466e179c361c562f01a14995a09c41ae3</id>
<content type='text'>
I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've removed CDATA and used htmlspecialchars as the output might not be UTF-8 safe, as pointed out by ircmaxell in 26b37f1792dfaf9b0b30f81e492c8f68b9ece571
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken Junit output with --disable-cgi</title>
<updated>2014-05-24T22:07:52+00:00</updated>
<author>
<name>Matteo Beccati</name>
<email>mbeccati@php.net</email>
</author>
<published>2014-05-24T22:07:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f9357b44f3d0871ca737650201366a32118bc3d6'/>
<id>f9357b44f3d0871ca737650201366a32118bc3d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix run-tests.php with Valgrind &gt;= 3.10.0.</title>
<updated>2014-05-22T22:37:08+00:00</updated>
<author>
<name>Adam Harvey</name>
<email>aharvey@php.net</email>
</author>
<published>2014-05-22T22:36:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5d1bfd6fbfbb1474b23b0b58ef81f8396b361fca'/>
<id>5d1bfd6fbfbb1474b23b0b58ef81f8396b361fca</id>
<content type='text'>
The version test that we had in run-tests.php assumed that the major and minor
version numbers were always single digits. This removes that assumption and
also uses version_compare() for the comparison instead of naively converting it
to an integer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version test that we had in run-tests.php assumed that the major and minor
version numbers were always single digits. This removes that assumption and
also uses version_compare() for the comparison instead of naively converting it
to an integer.
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid doing a stream_select on a closed stream</title>
<updated>2013-11-19T11:41:58+00:00</updated>
<author>
<name>Remi Collet</name>
<email>remi@php.net</email>
</author>
<published>2013-11-19T11:41:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=25c08a839a261f3da77767934d8bed29f9831db3'/>
<id>25c08a839a261f3da77767934d8bed29f9831db3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix bug #62396 'make test' crashes starting with 5.3.14</title>
<updated>2013-10-01T15:01:03+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2013-10-01T15:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=cd1cab3f4726751a0476ac8701ce09cc37cb36df'/>
<id>cd1cab3f4726751a0476ac8701ce09cc37cb36df</id>
<content type='text'>
(missing gzencode())
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(missing gzencode())
</pre>
</div>
</content>
</entry>
<entry>
<title>Add -P option to use the current binary</title>
<updated>2013-08-18T21:08:03+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-08-18T21:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3da2fb335db1f8ed64967164e090688ba0eb793d'/>
<id>3da2fb335db1f8ed64967164e090688ba0eb793d</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 'pull-request/341'</title>
<updated>2013-06-10T21:20:18+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-06-10T21:20:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=ac40c0b562b0f90652cadef83968d7305626c377'/>
<id>ac40c0b562b0f90652cadef83968d7305626c377</id>
<content type='text'>
* pull-request/341: (23 commits)
  typofixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pull-request/341: (23 commits)
  typofixes
</pre>
</div>
</content>
</entry>
<entry>
<title>add --offline option to run-tests command</title>
<updated>2012-10-01T02:40:57+00:00</updated>
<author>
<name>Remi Collet</name>
<email>fedora@famillecollet.com</email>
</author>
<published>2012-09-25T04:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dd093ac12aa4412a78dfecbf1e711f2dfd02ca7c'/>
<id>dd093ac12aa4412a78dfecbf1e711f2dfd02ca7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
