From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4F351582EF for ; Sun, 09 Mar 2025 21:54:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id BFB9C34311C for ; Sun, 09 Mar 2025 21:54:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id F1CA011037D; Sun, 09 Mar 2025 21:54:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id E740111037D for ; Sun, 09 Mar 2025 21:54:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 974A83430BF for ; Sun, 09 Mar 2025 21:54:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04A8C27E6 for ; Sun, 09 Mar 2025 21:54:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1741557245.3f6afc11b91a9f327476593086cfa2bf16f205f4.sam@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/tests/resolver/ X-VCS-Repository: proj/portage X-VCS-Files: lib/portage/tests/resolver/test_bootstrap_deps.py X-VCS-Directories: lib/portage/tests/resolver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3f6afc11b91a9f327476593086cfa2bf16f205f4 X-VCS-Branch: master Date: Sun, 09 Mar 2025 21:54:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 94cbac5d-b4e6-43bb-adcd-628236ae18cd X-Archives-Hash: 100b73721675f5c935c570f6ae5867ce commit: 3f6afc11b91a9f327476593086cfa2bf16f205f4 Author: Alfred Wingate protonmail com> AuthorDate: Wed Feb 26 14:29:53 2025 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 9 21:54:05 2025 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=3f6afc11 tests: resolver: Add xfail test for D bootstrap chain (bug #950310) Bug: https://bugs.gentoo.org/950310 Signed-off-by: Alfred Wingate protonmail.com> Closes: https://github.com/gentoo/portage/pull/1428 Signed-off-by: Sam James gentoo.org> lib/portage/tests/resolver/test_bootstrap_deps.py | 58 +++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/lib/portage/tests/resolver/test_bootstrap_deps.py b/lib/portage/tests/resolver/test_bootstrap_deps.py index ac8f4eecd1..bcab0048dc 100644 --- a/lib/portage/tests/resolver/test_bootstrap_deps.py +++ b/lib/portage/tests/resolver/test_bootstrap_deps.py @@ -11,6 +11,64 @@ from portage.tests.resolver.ResolverPlayground import ( class BootstrapChainTestCase(TestCase): + @pytest.mark.xfail(reason="bug #950310") + def testBootstrapChain(self): + ebuilds = { + "dev-libs/A-1": { + "EAPI": "8", + "SLOT": "1", + }, + "dev-libs/A-2": { + "EAPI": "8", + "SLOT": "2", + "IUSE": "B", + "BDEPEND": "B? ( || ( dev-libs/A:2[B(+)]