Package: symfony / 7.4.0~beta2+dfsg-1

Metadata

Package Version Patches format
symfony 7.4.0~beta2+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Add more tests to group tty.patch | (download)

src/Symfony/Component/Process/Tests/ProcessTest.php | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 add more tests to '@group tty'

Not all tests using a tty are in @group tty. This should be reported (and
fixed) upstream but needs further investigation:
 - There might be more tests needing a tty.
 - It could be that some tests in group tty may not need a tty.

Increasing timeout in test AbstractProcessTest testS.patch | (download)

src/Symfony/Component/Process/Tests/ProcessTest.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 increasing timeout in test
 AbstractProcessTest::testStartAfterATimeout()

This hopefully will allow ci.debian.net to run DEP-8 as installed tests
and might prevent FTBFS #775625 from hitting us again.

VarDumper Adapt to homemade autoload.patch | (download)

src/Symfony/Component/VarDumper/Resources/bin/var-dump-server | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

 [vardumper] adapt to homemade autoload

Yaml Adapt to homemade autoload.patch | (download)

src/Symfony/Component/Yaml/Resources/bin/yaml-lint | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 [yaml] adapt to homemade autoload

PhpUnit Use phpunit directly.patch | (download)

src/Symfony/Bridge/PhpUnit/Tests/expectdeprecationfail.phpt | 2 1 + 1 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/expectnotrisky.phpt | 2 1 + 1 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/expectrisky.phpt | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 [phpunit] use phpunit directly


group network for test failing without network.patch | (download)

src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php | 1 1 + 0 - 0 !
src/Symfony/Component/HtmlSanitizer/Tests/Reference/W3CReferenceTest.php | 3 3 + 0 - 0 !
src/Symfony/Component/HttpClient/Tests/RetryableHttpClientTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/SocketStreamTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisTransportFactoryTest.php | 1 1 + 0 - 0 !
src/Symfony/Component/Process/Tests/ProcessTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/VarDumper/Tests/Caster/CurlCasterTest.php | 2 2 + 0 - 0 !
8 files changed, 15 insertions(+)

 group network for test failing without network


Group jwt for tests depending on it.patch | (download)

src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php | 3 3 + 0 - 0 !
src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AccessTokenFactoryTest.php | 9 9 + 0 - 0 !
src/Symfony/Bundle/SecurityBundle/Tests/Functional/AccessTokenTest.php | 4 4 + 0 - 0 !
src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenGeneratorTest.php | 3 3 + 0 - 0 !
src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenHandlerTest.php | 314 0 + 314 - 0 !
5 files changed, 19 insertions(+), 314 deletions(-)

 group jwt for tests depending on it


Declare composer group for tests failing outside a Compos.patch | (download)

src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/Config/Tests/Resource/ComposerResourceTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/HttpKernel/Tests/HttpKernelBrowserTest.php | 1 1 + 0 - 0 !
3 files changed, 5 insertions(+)

 declare composer group for tests failing outside a composer
 environment


Drop tests data throwing a RuntimeException outside a Com.patch | (download)

src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php | 1 0 + 1 - 0 !
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php | 1 0 + 1 - 0 !
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php | 1 0 + 1 - 0 !
3 files changed, 3 deletions(-)

 drop tests data throwing a runtimeexception outside a composer
 environment


Drop test failing outside Composer environment.patch | (download)

src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_non_vendor.phpt | 75 0 + 75 - 0 !
1 file changed, 75 deletions(-)

 drop test failing outside composer environment


Finder Add system path to open_basedir for tests.patch | (download)

src/Symfony/Component/Finder/Tests/FinderOpenBasedirTest.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [finder] add system path to open_basedir for tests

Cache Disable Test failing tests Error Class not found.patch | (download)

src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php | 12 12 + 0 - 0 !
src/Symfony/Component/Cache/Tests/Adapter/TagAwareAdapterTest.php | 225 0 + 225 - 0 !
src/Symfony/Component/Cache/Tests/Adapter/TagAwareAndProxyAdapterIntegrationTest.php | 1 1 + 0 - 0 !
src/Symfony/Component/Cache/Tests/Adapter/TagAwareTestTrait.php | 9 9 + 0 - 0 !
src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationHandlerTest.php | 1 1 + 0 - 0 !
5 files changed, 23 insertions(+), 225 deletions(-)

 =?utf-8?q?=5bcache=5d_disable_test_failing_tests_=28error=3a_class?=
 =?utf-8?q?_=22=EF=BF=BD=22_not_found=29?=

To be investigated

Config Skip tests currently failing.patch | (download)

src/Symfony/Component/Config/Tests/Resource/ClassExistenceResourceTest.php | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 [config] skip tests currently failing

To be investigated

DependencyInjection Drop parts of expectated output.patch | (download)

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10_as_files.txt | 21 0 + 21 - 0 !
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_as_files.txt | 57 0 + 57 - 0 !
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_inlined_factories.txt | 31 0 + 31 - 0 !
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_inlined_factories_with_tagged_iterrator.txt | 21 0 + 21 - 0 !
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_lazy_inlined_factories.txt | 21 0 + 21 - 0 !
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deprecated_parameters_as_files.txt | 21 0 + 21 - 0 !
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_as_files.txt | 21 0 + 21 - 0 !
src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_nonempty_parameters_as_files.txt | 20 0 + 20 - 0 !
8 files changed, 213 deletions(-)

 [dependencyinjection] drop parts of expectated output

The [ProjectServiceContainer.preload.php] part is not currently included
in the file of our (test?) environment.

To be investigated.

ErrorHandler Skip tests currently failing.patch | (download)

src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php | 6 6 + 0 - 0 !
src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php | 2 1 + 1 - 0 !
2 files changed, 7 insertions(+), 1 deletion(-)

 [errorhandler] skip tests currently failing

To be investigated

HttpClient Skip tests relying on amphp http client.patch | (download)

src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 [httpclient] skip tests relying on amphp/http-client


HttpFoundation Skip tests currently failing.patch | (download)

src/Symfony/Component/HttpFoundation/Tests/RequestFunctionalTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractSessionHandlerTest.php | 2 2 + 0 - 0 !
3 files changed, 6 insertions(+)

 [httpfoundation] skip tests currently failing

To be investigated

Revert ErrorHandler Skip same vendor method deprecations .patch | (download)

src/Symfony/Component/ErrorHandler/DebugClassLoader.php | 9 0 + 9 - 0 !
1 file changed, 9 deletions(-)

 revert "[errorhandler] skip "same vendor" `@method` deprecations for
 `Symfony\*` classes unless symfony/symfony is being tested"

This reverts commit 7a1a91017df6a852e9089b0bf095707e30b10f0d.

Use installed files for CI.patch | (download)

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use installed files for ci


Console Skip test failing on CI.patch | (download)

src/Symfony/Component/Console/Tests/Command/DumpCompletionCommandTest.php | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [console] skip test failing on ci

To be investigated

Form Skip test currently failing.patch | (download)

src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 [form] skip test currently failing

To be investigated


252199e5dd59d0fce4e0961902dbd31ef84c8f52

Adapt conflict to Debian expectations.patch | (download)

composer.json | 6 3 + 3 - 0 !
src/Symfony/Bundle/FrameworkBundle/composer.json | 4 2 + 2 - 0 !
src/Symfony/Component/DependencyInjection/composer.json | 2 1 + 1 - 0 !
src/Symfony/Component/Form/composer.json | 2 1 + 1 - 0 !
src/Symfony/Component/HttpFoundation/composer.json | 2 1 + 1 - 0 !
src/Symfony/Component/Mime/composer.json | 4 2 + 2 - 0 !
src/Symfony/Component/Security/Core/composer.json | 2 1 + 1 - 0 !
src/Symfony/Component/Validator/composer.json | 4 2 + 2 - 0 !
src/Symfony/Contracts/Service/composer.json | 2 1 + 1 - 0 !
src/Symfony/Contracts/composer.json | 2 1 + 1 - 0 !
10 files changed, 15 insertions(+), 15 deletions(-)

 adapt conflict to debian expectations


Workaround dh_phpcomposer limitations.patch | (download)

composer.json | 2 1 + 1 - 0 !
src/Symfony/Bridge/Doctrine/composer.json | 2 1 + 1 - 0 !
src/Symfony/Component/Cache/composer.json | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 workaround dh_phpcomposer limitations

Bug-Debian: https://bugs.debian.org/765899
Drop composer runtime api that confuses phpabtpl.patch | (download)

composer.json | 1 0 + 1 - 0 !
src/Symfony/Bundle/DebugBundle/composer.json | 1 0 + 1 - 0 !
src/Symfony/Bundle/FrameworkBundle/composer.json | 1 0 + 1 - 0 !
src/Symfony/Bundle/SecurityBundle/composer.json | 1 0 + 1 - 0 !
src/Symfony/Bundle/TwigBundle/composer.json | 1 0 + 1 - 0 !
src/Symfony/Bundle/WebProfilerBundle/composer.json | 1 0 + 1 - 0 !
6 files changed, 6 deletions(-)

 drop composer-runtime-api that confuses phpabtpl


Drop composer plugin api that confuses pkg php tools.patch | (download)

src/Symfony/Component/Runtime/composer.json | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 drop composer-plugin-api that confuses pkg-php-tools

Scheduler Adapt filler in tests.patch | (download)

src/Symfony/Component/Scheduler/Tests/Command/DebugCommandTest.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [scheduler] adapt filler in tests

Should be replaced by an unknown number of spaces to be uncluded upstream.

Assume php async aws sqs 2.patch | (download)

src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/ConnectionTest.php | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

 assume php-async-aws-sqs (>> 2)

Crude InstalledVersions::getVersion workaround.

Forwarded-upstream: no

Translation Skip currently failing test.patch | (download)

src/Symfony/Component/Translation/Tests/Command/TranslationLintCommandTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/Translation/Tests/TranslatorTest.php | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 [translation] skip currently failing test

TODO: investigate.

Yaml Drop data set currently failing on i386.patch | (download)

src/Symfony/Component/Yaml/Tests/InlineTest.php | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 [yaml] drop data set currently failing on i386


Workaround the lack of InstalledVersions getVersion.patch | (download)

src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php | 2 1 + 1 - 0 !
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php | 2 1 + 1 - 0 !
src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php | 2 1 + 1 - 0 !
src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php | 2 1 + 1 - 0 !
src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php | 2 1 + 1 - 0 !
src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php | 13 13 + 0 - 0 !
src/Symfony/Component/Config/Tests/Definition/Builder/NodeDefinitionTest.php | 2 1 + 1 - 0 !
7 files changed, 19 insertions(+), 6 deletions(-)

 workaround the lack of installedversions::getversion

Security Core Skip test currently failing on Debian.patch | (download)

src/Symfony/Component/Security/Core/Tests/User/InMemoryUserTest.php | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [security/core] skip test currently failing on debian

Drop tests currently failing on reproducible infrastructu.patch | (download)

src/Symfony/Component/Finder/Tests/Iterator/DateRangeFilterIteratorTest.php | 1 1 + 0 - 0 !
src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php | 1 1 + 0 - 0 !
src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php | 2 2 + 0 - 0 !
src/Symfony/Component/Uid/Tests/UlidTest.php | 1 1 + 0 - 0 !
4 files changed, 5 insertions(+)

 drop tests currently failing on reproducible infrastructure

php symfony beanstalkd messenger Use recent php pda phean.patch | (download)

src/Symfony/Component/Messenger/Bridge/Beanstalkd/composer.json | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 php-symfony-beanstalkd-messenger: use recent php-pda-pheanstalk

Test failing often on debci infrastructure.patch | (download)

src/Symfony/Component/Process/Tests/ProcessTest.php | 1 1 + 0 - 0 !
src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php | 2 2 + 0 - 0 !
2 files changed, 3 insertions(+)

 test failing often on debci infrastructure


FrameworkBundle test allow smaller screen.patch | (download)

src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsDecryptToLocalCommandTest.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 [frameworkbundle] test: allow smaller screen


DependencyInjection Update expectation.patch | (download)

src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [dependencyinjection] update expectation

To be investigated

Serializer Skip test currently failing on Debian.patch | (download)

src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 [serializer] skip test currently failing on debian

Serializer Use Asia Tokyo instead of Japan in tests.patch | (download)

src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 [serializer] use asia/tokyo instead of japan in tests

PhpUnit Update expected output.patch | (download)

src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/baseline.phpt | 1 0 + 1 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/baseline2.phpt | 8 0 + 8 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/baseline3.phpt | 8 0 + 8 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/debug_class_loader_autoload.phpt | 4 0 + 4 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/debug_class_loader_deprecation.phpt | 4 0 + 4 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/default.phpt | 18 3 + 15 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecated_regexp.phpt | 7 1 + 6 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/eval_not_self.phpt | 3 0 + 3 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/generate_baseline.phpt | 1 0 + 1 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/ignore.phpt | 8 0 + 8 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/lagging_vendor.phpt | 4 0 + 4 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/multiple_autoloads.phpt | 7 0 + 7 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/partially_quiet.phpt | 12 3 + 9 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/partially_quiet2.phpt | 13 3 + 10 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/php_deprecation_from_vendor_class.phpt | 5 1 + 4 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/quiet.phpt | 6 1 + 5 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/quiet_but_failing.phpt | 4 0 + 4 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/self_on_non_vendor.phpt | 18 3 + 15 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/shutdown_deprecations.phpt | 23 3 + 20 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/trigger_deprecation_types.phpt | 18 0 + 18 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/trigger_error_types.phpt | 18 0 + 18 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak.phpt | 6 1 + 5 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_eval_d_deprecation.phpt | 3 0 + 3 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_phar_deprecation.phpt | 3 0 + 3 - 0 !
src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak_vendors_on_vendor.phpt | 17 3 + 14 - 0 !
25 files changed, 22 insertions(+), 197 deletions(-)

 [phpunit] update expected output

TODO: investigate.