From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Fri, 13 Jan 2023 08:45:40 +0100
Subject: Drop (data) tests failing with PHP 8.2

Bug-Debian: https://bugs.debian.org/1028533
---
 .../Tests/DateFormatter/AbstractIntlDateFormatterTestCase.php | 11 -----------
 .../Component/VarDumper/Tests/Caster/MysqliCasterTest.php     |  1 -
 2 files changed, 12 deletions(-)

diff --git a/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTestCase.php b/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTestCase.php
index 1ed9671..5e33db9 100644
--- a/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTestCase.php
+++ b/src/Symfony/Component/Intl/Tests/DateFormatter/AbstractIntlDateFormatterTestCase.php
@@ -344,7 +344,6 @@ abstract class AbstractIntlDateFormatterTestCase extends TestCase
         $data = [
             [0, 'UTC', '1970-01-01 00:00:00'],
             [0, 'GMT', '1970-01-01 00:00:00'],
-            [0, 'GMT-03:00', '1969-12-31 21:00:00'],
             [0, 'GMT+03:00', '1970-01-01 03:00:00'],
             [0, 'Europe/Zurich', '1970-01-01 01:00:00'],
             [0, 'Europe/Paris', '1970-01-01 01:00:00'],
@@ -400,12 +399,6 @@ abstract class AbstractIntlDateFormatterTestCase extends TestCase
             ['zzzz', 'Etc/GMT', 'Greenwich Mean Time'],
             ['zzzzz', 'Etc/GMT', 'Greenwich Mean Time'],
 
-            ['z', 'Etc/GMT+3', 'GMT-3'],
-            ['zz', 'Etc/GMT+3', 'GMT-3'],
-            ['zzz', 'Etc/GMT+3', 'GMT-3'],
-            ['zzzz', 'Etc/GMT+3', 'GMT-03:00'],
-            ['zzzzz', 'Etc/GMT+3', 'GMT-03:00'],
-
             ['z', 'UTC', 'UTC'],
             ['zz', 'UTC', 'UTC'],
             ['zzz', 'UTC', 'UTC'],
@@ -857,12 +850,9 @@ abstract class AbstractIntlDateFormatterTestCase extends TestCase
         }
 
         return [
-            ['y-M-d HH:mm:ss zzzz', '1970-1-1 00:00:00 GMT-03:00', 10800],
-            ['y-M-d HH:mm:ss zzzz', '1970-1-1 00:00:00 GMT-04:00', 14400],
             ['y-M-d HH:mm:ss zzzz', '1970-1-1 00:00:00 GMT-00:00', 0],
             ['y-M-d HH:mm:ss zzzz', '1970-1-1 00:00:00 GMT+03:00', -10800],
             ['y-M-d HH:mm:ss zzzz', '1970-1-1 00:00:00 GMT+04:00', -14400],
-            ['y-M-d HH:mm:ss zzzz', '1970-1-1 00:00:00 GMT-0300', 10800],
             ['y-M-d HH:mm:ss zzzz', '1970-1-1 00:00:00 GMT+0300', -10800],
 
             // a previous timezone parsing should not change the timezone for the next parsing
@@ -990,7 +980,6 @@ abstract class AbstractIntlDateFormatterTestCase extends TestCase
         return [
             ['UTC', 'UTC'],
             ['GMT', 'GMT'],
-            ['GMT-03:00', 'GMT-03:00'],
             ['Europe/Zurich', 'Europe/Zurich'],
             [null, date_default_timezone_get()],
             ['Foo/Bar', 'UTC'],
diff --git a/src/Symfony/Component/VarDumper/Tests/Caster/MysqliCasterTest.php b/src/Symfony/Component/VarDumper/Tests/Caster/MysqliCasterTest.php
index 983f541..4eba406 100644
--- a/src/Symfony/Component/VarDumper/Tests/Caster/MysqliCasterTest.php
+++ b/src/Symfony/Component/VarDumper/Tests/Caster/MysqliCasterTest.php
@@ -30,7 +30,6 @@ class MysqliCasterTest extends TestCase
 
         $xCast = <<<EODUMP
 mysqli_driver {%A
-  +reconnect: false
   +report_mode: 3
 }
 EODUMP;
