<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/php-git.git/ext/xmlreader/tests, branch php-7.0.5</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 this test Windows only</title>
<updated>2015-08-21T17:47:17+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-08-21T17:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f9ae74a4c05584983add5ab68042419d44032b1b'/>
<id>f9ae74a4c05584983add5ab68042419d44032b1b</id>
<content type='text'>
as we're not in control of the libxml builds everywhere
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
as we're not in control of the libxml builds everywhere
</pre>
</div>
</content>
</entry>
<entry>
<title>add test for bug 70309</title>
<updated>2015-08-21T09:47:00+00:00</updated>
<author>
<name>Anatol Belski</name>
<email>ab@php.net</email>
</author>
<published>2015-08-21T09:47:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=13044447ebb5a86fa776eaf7625fe428064322b2'/>
<id>13044447ebb5a86fa776eaf7625fe428064322b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update exception names in tests after formatting changes.</title>
<updated>2015-05-17T22:31:43+00:00</updated>
<author>
<name>Aaron Piotrowski</name>
<email>aaron@trowski.com</email>
</author>
<published>2015-05-17T22:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=e97d5fab35af5c73b0d9614bb2d079c67bf4d508'/>
<id>e97d5fab35af5c73b0d9614bb2d079c67bf4d508</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tweak uncaught exception message display</title>
<updated>2015-05-17T16:47:06+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-05-17T16:35:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=3ae995f03c8f60c4a4c9718262545cf5a6a08da3'/>
<id>3ae995f03c8f60c4a4c9718262545cf5a6a08da3</id>
<content type='text'>
This implements a reduced variant of #1226 with just the following
change:

-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d

The '' wrapper around messages is very weird if the exception
message itself contains ''. Futhermore having the message wrapped
in '' doesn't work for the "and defined" suffix of
TypeExceptions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This implements a reduced variant of #1226 with just the following
change:

-Fatal error: Uncaught exception 'EngineException' with message 'Call to private method foo::bar() from context ''' in %s:%d
+Fatal error: Uncaught EngineException: Call to private method foo::bar() from context '' in %s:%d

The '' wrapper around messages is very weird if the exception
message itself contains ''. Futhermore having the message wrapped
in '' doesn't work for the "and defined" suffix of
TypeExceptions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Display EngineExceptions like ordinary exceptions</title>
<updated>2015-05-15T21:40:32+00:00</updated>
<author>
<name>Nikita Popov</name>
<email>nikic@php.net</email>
</author>
<published>2015-05-15T19:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=c9f27ee4227268bc74fc54e0e06102317e614804'/>
<id>c9f27ee4227268bc74fc54e0e06102317e614804</id>
<content type='text'>
TypeException stays as-is for now because it uses messages that are
incompatible with the way exception messages are displayed.

closure_038.phpt and a few others now show that we're generating
too many exceptions for compound operations on undefined properties
-- this needs to be fixed in a followup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TypeException stays as-is for now because it uses messages that are
incompatible with the way exception messages are displayed.

closure_038.phpt and a few others now show that we're generating
too many exceptions for compound operations on undefined properties
-- this needs to be fixed in a followup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug #64230 (XMLReader does not suppress errors)</title>
<updated>2013-10-04T09:22:17+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2013-10-04T09:22:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=f6ff3a28d60c24dea2a05344d9b7eb823f09b4e5'/>
<id>f6ff3a28d60c24dea2a05344d9b7eb823f09b4e5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>typo: really fix bug #51936 	Crash with clone xmlreader</title>
<updated>2013-10-03T11:34:31+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2013-10-03T11:34:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=dc3d360a0ff8c17cb2ce2030813d30b578249be9'/>
<id>dc3d360a0ff8c17cb2ce2030813d30b578249be9</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 #59613 (Crash with clone XMLReader)</title>
<updated>2013-10-03T11:28:41+00:00</updated>
<author>
<name>Michael Wallner</name>
<email>mike@php.net</email>
</author>
<published>2013-10-03T11:28:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=fc3f8a8f54d8b3c864125bf32028d4550882839c'/>
<id>fc3f8a8f54d8b3c864125bf32028d4550882839c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test typo</title>
<updated>2013-06-19T03:15:52+00:00</updated>
<author>
<name>Xinchen Hui</name>
<email>laruence@php.net</email>
</author>
<published>2013-06-19T03:15:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=2ce4bd7f2d44016ba05aae32e10b8ea5d6293034'/>
<id>2ce4bd7f2d44016ba05aae32e10b8ea5d6293034</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/320'</title>
<updated>2013-06-17T08:06:01+00:00</updated>
<author>
<name>Stanislav Malyshev</name>
<email>stas@php.net</email>
</author>
<published>2013-06-17T08:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/php-git.git/commit/?id=6b896fa57f01e7ad165e48846bad6e2d3bdca953'/>
<id>6b896fa57f01e7ad165e48846bad6e2d3bdca953</id>
<content type='text'>
* pull-request/320:
  this is test 5 not 6
  fix race condition
  more shared names that create race conditions
  change to a unique filename
  more shared filenames
  yet another shared filename
  don't share a filename to stop race conditions
  fix race condition for 2-4 and normalize names for others
  fix race condition when running tests in parallel
  clean up after test
  Fix #64572: Clean up after the test
  Fix #64572: Clean up after the test
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pull-request/320:
  this is test 5 not 6
  fix race condition
  more shared names that create race conditions
  change to a unique filename
  more shared filenames
  yet another shared filename
  don't share a filename to stop race conditions
  fix race condition for 2-4 and normalize names for others
  fix race condition when running tests in parallel
  clean up after test
  Fix #64572: Clean up after the test
  Fix #64572: Clean up after the test
</pre>
</div>
</content>
</entry>
</feed>
