diff options
| author | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-12 00:07:30 +0100 |
|---|---|---|
| committer | Julian Andres Klode <julian.klode@canonical.com> | 2025-02-14 19:08:45 +0100 |
| commit | cfb8a9e8610d9595a6c1f8368835e7cfbcf67cc5 (patch) | |
| tree | a53ec1ca392b9390c5d38c8c2cc52ef6e604208a | |
| parent | 9028df1955a914230ba772776bac7fa0fb530ecf (diff) | |
test: Annotate the broken test cases
| -rw-r--r-- | test/integration/solver3.broken | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/integration/solver3.broken b/test/integration/solver3.broken index b196bc22a..2ad00555b 100644 --- a/test/integration/solver3.broken +++ b/test/integration/solver3.broken @@ -2,8 +2,8 @@ test-allow-scores-for-all-dependency-types # TBD: We are lackin test-apt-get-upgrade-by-source # TBD: Upgrading by source is not supported yet, mostly same issue as above test-apt-install-order-matters-a-bit # Wontfix: Cannot fix, the order is not recorded in the depcache test-apt-move-and-forget-manual-sections # TBD: Moving the auto bit is not implemented -test-bug-470115-new-and-tighten-recommends -test-prevent-markinstall-multiarch-same-versionscrew -test-resolve-by-keep-new-recommends -test-resolve-by-keep-obsolete-removals +test-bug-470115-new-and-tighten-recommends # TBD: Calculation of what is already satisfied Recommends is broken +test-prevent-markinstall-multiarch-same-versionscrew # TBD: We consider the skewed ones obsolete and remove them... +test-resolve-by-keep-new-recommends # TBD: Fixing this seems to break test-bug-591882-conkeror, why? +test-resolve-by-keep-obsolete-removals # TBD: ResolveByKeep() usage is badly aligned here test-ubuntu-bug-1304403-obsolete-priority-standard # TBD: Solver3 here happily removes 10 deps to upgrade a package |
