<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/run-tests.php, branch php-7.4.1</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>Set zend.exception_ignore_args=0 in run-tests.php</title>
<updated>2019-12-10T15:15:26+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-12-10T15:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e87dc32569c1c5e11683d9e878da3fddd0409c40'/>
<id>e87dc32569c1c5e11683d9e878da3fddd0409c40</id>
<content type='text'>
Any existing tests are going to be written under this assumption...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Any existing tests are going to be written under this assumption...
</pre>
</div>
</content>
</entry>
<entry>
<title>Make test runner runnable without arguments</title>
<updated>2019-11-08T19:33:19+00:00</updated>
<author>
<name>Fabien Villepinte</name>
<email>fabien.villepinte@gmail.com</email>
</author>
<published>2019-11-08T19:33:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=9c4b989c751204ce25f85c9e9b97bff1cd897165'/>
<id>9c4b989c751204ce25f85c9e9b97bff1cd897165</id>
<content type='text'>
The default PHP executable was not set when no args were provided.

Closes GH-4894.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The default PHP executable was not set when no args were provided.

Closes GH-4894.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bail out if JUNIT is not enabled</title>
<updated>2019-10-07T11:22:11+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-10-07T11:20:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=8cdab9b217fad0fbcf6d658befc66cd5d8a8fc95'/>
<id>8cdab9b217fad0fbcf6d658befc66cd5d8a8fc95</id>
<content type='text'>
Otherwise we would try to access an array element of `false`, which
issues a notice as of PHP 7.4.0.  This would happen, for instance, for
bug63447_001.phpt if CGI is not available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we would try to access an array element of `false`, which
issues a notice as of PHP 7.4.0.  This would happen, for instance, for
bug63447_001.phpt if CGI is not available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete temporary .post files of run-tests.php</title>
<updated>2019-10-07T10:17:41+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-10-07T10:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=53077217e2801f65dd3cb598f12aee2fa792742a'/>
<id>53077217e2801f65dd3cb598f12aee2fa792742a</id>
<content type='text'>
Commit 5649267[1] changed run-tests.php to only delete .post files for
passing tests.  However, that code wouldn't be exercised at all, since
`run_test()` already returned, so we move the deletion upwards.

[1]
&lt;http://git.php.net/?p=php-src.git;a=commit;h=5649267b257c78e46a934434c0bff894e0b5b694&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit 5649267[1] changed run-tests.php to only delete .post files for
passing tests.  However, that code wouldn't be exercised at all, since
`run_test()` already returned, so we move the deletion upwards.

[1]
&lt;http://git.php.net/?p=php-src.git;a=commit;h=5649267b257c78e46a934434c0bff894e0b5b694&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix reporting of redirect test failures in junit</title>
<updated>2019-09-07T20:47:50+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikita.ppv@gmail.com</email>
</author>
<published>2019-09-07T20:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=279f745a60f0937047b8e441347dfb98a9d97cf9'/>
<id>279f745a60f0937047b8e441347dfb98a9d97cf9</id>
<content type='text'>
These were being reported under the wrong name ... which means that
they don't show up as failures on azure :(
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These were being reported under the wrong name ... which means that
they don't show up as failures on azure :(
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix handling of succeeding XFAIL tests</title>
<updated>2019-08-05T09:38:47+00:00</updated>
<author>
<name>Christoph M. Becker</name>
<email>cmbecker69@gmx.de</email>
</author>
<published>2019-08-05T09:35:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=790b0b109ad269b7367e3720d056530a86fa7123'/>
<id>790b0b109ad269b7367e3720d056530a86fa7123</id>
<content type='text'>
Due to a typo in commit e1151c9[1], succeeding XFAIL test without an
EXPECTF or EXPECTREGEX section have been reported reported as passed
instead of warned.

[1] &lt;http://git.php.net/?p=php-src.git;a=commit;h=e1151c9549cf5a7235c1609019f79bbb1bbcdbea&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Due to a typo in commit e1151c9[1], succeeding XFAIL test without an
EXPECTF or EXPECTREGEX section have been reported reported as passed
instead of warned.

[1] &lt;http://git.php.net/?p=php-src.git;a=commit;h=e1151c9549cf5a7235c1609019f79bbb1bbcdbea&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.3' into PHP-7.4</title>
<updated>2019-07-25T15:50:47+00:00</updated>
<author>
<name>Levi Morrison</name>
<email>levim@php.net</email>
</author>
<published>2019-07-25T15:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=d758691b9bcd4f23c19a985d04f2253b5335d9ea'/>
<id>d758691b9bcd4f23c19a985d04f2253b5335d9ea</id>
<content type='text'>
* PHP-7.3:
  Remove .post files only for passing tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.3:
  Remove .post files only for passing tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'PHP-7.2' into PHP-7.3</title>
<updated>2019-07-25T15:49:18+00:00</updated>
<author>
<name>Levi Morrison</name>
<email>levim@php.net</email>
</author>
<published>2019-07-25T15:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c624a7fe43728f9d74e23c43bbbf6b45097cdd22'/>
<id>c624a7fe43728f9d74e23c43bbbf6b45097cdd22</id>
<content type='text'>
* PHP-7.2:
  Remove .post files only for passing tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* PHP-7.2:
  Remove .post files only for passing tests
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .post files only for passing tests</title>
<updated>2019-07-25T15:48:39+00:00</updated>
<author>
<name>Levi Morrison</name>
<email>levim@php.net</email>
</author>
<published>2019-07-25T15:48:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=5649267b257c78e46a934434c0bff894e0b5b694'/>
<id>5649267b257c78e46a934434c0bff894e0b5b694</id>
<content type='text'>
This allows the sh script for failing tests with --POST-- to work
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the sh script for failing tests with --POST-- to work
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleanup of remaining E_STRICT in tests</title>
<updated>2019-07-23T09:27:23+00:00</updated>
<author>
<name>George Peter Banyard</name>
<email>girgias@php.net</email>
</author>
<published>2019-07-14T01:45:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6d6d954d0d28f488f743e6c9d0cd9ab01e1c4e41'/>
<id>6d6d954d0d28f488f743e6c9d0cd9ab01e1c4e41</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
