diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-19 20:04:47 +0200 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2024-05-24 17:01:35 +0200 |
| commit | b5997949909ee9d5e9981c8311aea97c7b2620fd (patch) | |
| tree | a7866ec0988b333e221afb9df03b88e909e5939f /test/integration/solver3.broken | |
| parent | 03f4568283205a26386584002b9ec740c55c9fb7 (diff) | |
test: Support the 3.0 solver in most existing test cases
Highlights:
- test-bug-618848-always-respect-user-requests: (Do not) Support 3.0 solver
A manually installed package is never removed just because we request
the removal of its dependency in solver3.
- test-bug-657695-resolver-breaks-on-virtuals: Support 3.0 solver
For manually installed packages, solver 3.0 would require some
new xserver-xorg-video-driver to Conflict+Replace+Provides the
old one (once the logic is implemented), but that does seem
reasonable.
- test-bug-720597-build-dep-purge: Support 3.0 solver
This needs a simple aptmark auto because pkga is removed by the
build-dep. But further adjustments are necessary because it weirdly
tested for no autoremovable packages before installing pkgc.
- test-bug-960705-*: Support 3.0 solver
Bit awkward to deal with; notably the protect to conflict doesn't
actually work anymore and that is a feature these days.
Diffstat (limited to 'test/integration/solver3.broken')
| -rw-r--r-- | test/integration/solver3.broken | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/test/integration/solver3.broken b/test/integration/solver3.broken index 96238232c..57ab7ba57 100644 --- a/test/integration/solver3.broken +++ b/test/integration/solver3.broken @@ -1,85 +1,38 @@ test-allow-scores-for-all-dependency-types test-apt-get-autoremove test-apt-get-autoremove-kernel-module-providers -test-apt-get-autoremove-real-virtual-provider -test-apt-get-build-dep -test-apt-get-build-dep-barbarian -test-apt-get-build-dep-file -test-apt-get-install-deb -test-apt-get-satisfy -test-apt-get-source-only -test-apt-get-upgrade test-apt-get-upgrade-by-source test-apt-install-file-reltag test-apt-install-order-matters-a-bit test-apt-move-and-forget-manual-sections -test-apt-never-markauto-sections test-apt-patterns test-apt-source-and-build-dep test-bug-470115-new-and-tighten-recommends -test-bug-549968-install-depends-of-not-installed test-bug-591882-conkeror -test-bug-596498-trusted-unsigned-repo -test-bug-598669-install-postfix-gets-exim-heavy -test-bug-601961-install-info test-bug-602412-dequote-redirect -test-bug-604222-new-and-autoremove test-bug-611729-mark-as-manual -test-bug-612099-multiarch-conflicts -test-bug-612557-garbage-upgrade -test-bug-613420-new-garbage-dependency -test-bug-618848-always-respect-user-requests -test-bug-632221-cross-dependency-satisfaction -test-bug-64141-install-dependencies-for-on-hold -test-bug-657695-resolver-breaks-on-virtuals test-bug-675449-essential-are-protected -test-bug-683786-build-dep-on-virtual-packages -test-bug-686346-package-missing-architecture test-bug-709560-set-candidate-release -test-bug-712116-dpkg-pre-install-pkgs-hook-multiarch -test-bug-720597-build-dep-purge -test-bug-723586-any-stripped-in-single-arch -test-bug-735967-lib32-to-i386-unavailable test-bug-745046-candidate-propagation-fails -test-bug-747261-arch-specific-conflicts test-bug-753297-upgradable test-bug-758153-versioned-provides-support test-bug-767891-force-essential-important -test-bug-769609-triggers-still-pending-after-run -test-bug-796070-downgrade-simulate -test-bug-960705-propagate-protected-to-satisfied-conflict -test-bug-960705-propagate-protected-to-satisfied-depends test-bug-961266-hold-means-hold -test-bug-lp1562402-nomark-removals-as-keep -test-crossgrades test-dont-forget-conflicts-via-unknown-architectures -test-dpkg-i-apt-install-fix-broken test-explore-or-groups-in-markinstall test-external-dependency-solver-protocol -test-external-installation-planner-protocol -test-handling-broken-orgroups -test-ignore-provides-if-versioned-breaks -test-ignore-provides-if-versioned-conflicts test-method-mirror -test-multiarch-allowed test-multiarch-barbarian -test-multiarch-foreign -test-not-upgrading-removed-depends test-parse-all-archs-into-cache test-phased-updates-new-depends test-phased-updates-upgrade -test-prefer-higher-priority-providers test-prevent-markinstall-multiarch-same-versionscrew test-release-candidate-switching test-resolve-by-keep-new-recommends -test-resolver-delays-remove-decisions test-resolver-provider-exchange -test-specific-architecture-dependencies test-suggests-promoted-to-recommends test-ubuntu-bug-1130419-prefer-installed-ma-same-siblings test-ubuntu-bug-1304403-obsolete-priority-standard -test-ubuntu-bug-1974196 test-ubuntu-bug-1990586 test-ubuntu-bug-2025462-phased-dist-upgrade test-ubuntu-bug-614993 -test-unpack-different-version-unpacked |
