Your message dated Tue, 28 Dec 2021 04:18:28 +0000
with message-id <e1n23ws-000g0l...@fasolo.debian.org>
and subject line Bug#1000585: fixed in php-doctrine-common 3.2.1-1
has caused the Debian Bug report #1000585,
regarding php-doctrine-common: Failed tests on PHP 8.1: expected output order 
change
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1000585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000585
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: php-doctrine-common
Version: 3.2.0-1
Severity: normal
Tags: patch
Control: block 976811 by -1

The tests fail on PHP 8.1 because the output is displayed in a different
order. The simple attached patch fixes the issue, but needs to be
applied in sync when PHP 8.1 becomes the default in Debian.

Regards

David
From 38efa9220b7290aeddbfdfa6ab4e7a4f7423b5d3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= <da...@tilapin.org>
Date: Thu, 25 Nov 2021 08:17:18 -0400
Subject: [PATCH] Reorder expected result for PHP 8.1

---
 tests/Doctrine/Tests/Common/Util/DebugTest.php | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/Doctrine/Tests/Common/Util/DebugTest.php b/tests/Doctrine/Tests/Common/Util/DebugTest.php
index 306810c9..191e8120 100644
--- a/tests/Doctrine/Tests/Common/Util/DebugTest.php
+++ b/tests/Doctrine/Tests/Common/Util/DebugTest.php
@@ -148,12 +148,12 @@ class DebugTest extends DoctrineTestCase
             'different-attributes' => [
                 new TestAsset\ChildClass(),
                 [
-                    'childPublicAttribute' => 4,
-                    'childProtectedAttribute:protected' => 5,
-                    'childPrivateAttribute:Doctrine\Tests\Common\Util\TestAsset\ChildClass:private' => 6,
                     'parentPublicAttribute' => 1,
                     'parentProtectedAttribute:protected' => 2,
                     'parentPrivateAttribute:Doctrine\Tests\Common\Util\TestAsset\ParentClass:private' => 3,
+                    'childPublicAttribute' => 4,
+                    'childProtectedAttribute:protected' => 5,
+                    'childPrivateAttribute:Doctrine\Tests\Common\Util\TestAsset\ChildClass:private' => 6,
                 ],
             ],
             'same-attributes' => [
@@ -161,8 +161,8 @@ class DebugTest extends DoctrineTestCase
                 [
                     'parentPublicAttribute' => 4,
                     'parentProtectedAttribute:protected' => 5,
-                    'parentPrivateAttribute:Doctrine\Tests\Common\Util\TestAsset\ChildWithSameAttributesClass:private' => 6,
                     'parentPrivateAttribute:Doctrine\Tests\Common\Util\TestAsset\ParentClass:private' => 3,
+                    'parentPrivateAttribute:Doctrine\Tests\Common\Util\TestAsset\ChildWithSameAttributesClass:private' => 6,
                 ],
             ],
         ];
-- 
2.34.0

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: php-doctrine-common
Source-Version: 3.2.1-1
Done: David Prévot <taf...@debian.org>

We believe that the bug you reported is fixed in the latest version of
php-doctrine-common, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1000...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Prévot <taf...@debian.org> (supplier of updated php-doctrine-common 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 27 Dec 2021 23:15:31 -0400
Source: php-doctrine-common
Architecture: source
Version: 3.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <pkg-php-p...@lists.alioth.debian.org>
Changed-By: David Prévot <taf...@debian.org>
Closes: 1000585
Changes:
 php-doctrine-common (3.2.1-1) unstable; urgency=medium
 .
   [ Maciej Malarz ]
   * Handle PHP 8.1 types (Closes: #1000585)
Checksums-Sha1:
 3a239b3f6e70e83958f331345a9b5e4502b236dc 1914 php-doctrine-common_3.2.1-1.dsc
 4a24520c65b479d4f2f2c9926de55e545aa4337d 38444 
php-doctrine-common_3.2.1.orig.tar.xz
 f0eccda3c960a7264a94974b149eb58fb6f346ff 14096 
php-doctrine-common_3.2.1-1.debian.tar.xz
 146e9ae7c27a16fafda50d5ea3c427264bc14ddc 7893 
php-doctrine-common_3.2.1-1_amd64.buildinfo
Checksums-Sha256:
 beff219b2e7d505a057bd107730cd0adc79a728f149416f71fba5619f3e6af38 1914 
php-doctrine-common_3.2.1-1.dsc
 ee982097a5f5328251d9075e399896cc123033cf52faf48feb09a2d1190d3d56 38444 
php-doctrine-common_3.2.1.orig.tar.xz
 4c52a15cc4c345b47d02c6cf7f2160080079c64f1eda79dce40d66538e538307 14096 
php-doctrine-common_3.2.1-1.debian.tar.xz
 31e5eb04a5da39613d4239ed94db3ec5c3865ef4c6affc800daba9a02e55b4b8 7893 
php-doctrine-common_3.2.1-1_amd64.buildinfo
Files:
 1da3ffc52ac56c8d88a17104018a35e3 1914 php optional 
php-doctrine-common_3.2.1-1.dsc
 6f4ce4c3c122d77fed2cc9f0d39c44cd 38444 php optional 
php-doctrine-common_3.2.1.orig.tar.xz
 3b580eba498b4ef3619a2c2503e38a34 14096 php optional 
php-doctrine-common_3.2.1-1.debian.tar.xz
 45df6a6d362819a0353bd28c3d1cce65 7893 php optional 
php-doctrine-common_3.2.1-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmHKjO8SHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08W1UH/2ybthwgxNDV7mAdRUS1QIg1C9yA5g7n
MrdkwN8hzZ2/or2Z4wFFRObnICi7AjO8QR6QkCDwd4J2ViKpGnBijXXMp01/trj8
GfZqfn6ESKflh9TLyf8NRS/Q53Zi8aRokLytSQsTwGkPhNpGbQizVRDn/clpEsMW
ZCmLyCPd/R7ZDMCpVSgXJuTy0fQTXTtTCcuOJedsPnNAfbvGNTZwrN5YijNgcoTN
xYUsYXqyltqB1dtI+Rpvy6YR/fxNJfhyDr3MODMB2+eo6BFr/6IO2Vkp3Ge8HbOs
Zo94FMIk1sAlzdoZLhrRDEaksHpE/fQe0q6AaP6qIHl3oQrN06n0HyM=
=CK4q
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to