From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 28646138010 for ; Wed, 26 Sep 2012 02:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2B0421C004; Wed, 26 Sep 2012 02:38:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id A7D7221C004 for ; Wed, 26 Sep 2012 02:38:57 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1AE1433D7EC for ; Wed, 26 Sep 2012 02:38:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CD93BE5446 for ; Wed, 26 Sep 2012 02:38:55 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1348627118.356b518fd996e4fd4719e9d350078326eb64c0d9.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: pym/portage/tests/resolver/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/tests/resolver/test_targetroot.py X-VCS-Directories: pym/portage/tests/resolver/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 356b518fd996e4fd4719e9d350078326eb64c0d9 X-VCS-Branch: master Date: Wed, 26 Sep 2012 02:38:55 +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-Archives-Salt: 625d1680-600c-419e-9196-5b8134d181c2 X-Archives-Hash: a79393022eb87f7e6834bd5c79d90b0e commit: 356b518fd996e4fd4719e9d350078326eb64c0d9 Author: Zac Medico gentoo org> AuthorDate: Wed Sep 26 02:38:38 2012 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Sep 26 02:38:38 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=356b518f Test emerge --root-deps more. --- pym/portage/tests/resolver/test_targetroot.py | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/pym/portage/tests/resolver/test_targetroot.py b/pym/portage/tests/resolver/test_targetroot.py index 118e6ce..db6c60d 100644 --- a/pym/portage/tests/resolver/test_targetroot.py +++ b/pym/portage/tests/resolver/test_targetroot.py @@ -34,6 +34,11 @@ class TargetRootTestCase(TestCase): success = True, mergelist = ["dev-lang/python-3.2", "dev-lang/python-3.2{targetroot}"]), ResolverPlaygroundTestCase( + ["dev-lang/python"], + options = {"--root-deps": "rdeps"}, + success = True, + mergelist = ["dev-lang/python-3.2", "dev-lang/python-3.2{targetroot}"]), + ResolverPlaygroundTestCase( ["dev-libs/A"], options = {}, ambiguous_merge_order = True,