* [gentoo-commits] proj/portage:2.1.9 commit in: pym/portage/tests/dep/
@ 2011-02-04 6:07 zmedico
0 siblings, 0 replies; 2+ messages in thread
From: zmedico @ 2011-02-04 6:07 UTC (permalink / raw
To: gentoo-commits
commit: 6fcd6fa34c7842cd45830ff54d80f92eb2cc25af
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 4 06:03:07 2011 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Feb 4 06:07:39 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=6fcd6fa34c7842cd45830ff54d80f92eb2cc25af
REQUIRED_USE: more display tests
---
pym/portage/tests/dep/testCheckRequiredUse.py | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/pym/portage/tests/dep/testCheckRequiredUse.py b/pym/portage/tests/dep/testCheckRequiredUse.py
index d6a9d0c..332c5a5 100644
--- a/pym/portage/tests/dep/testCheckRequiredUse.py
+++ b/pym/portage/tests/dep/testCheckRequiredUse.py
@@ -180,6 +180,16 @@ class TestCheckRequiredUse(TestCase):
"^^ ( ( a b c ) ( b c d ) )",
["a", "b", "c", "d"],
"^^ ( ( a b c ) ( b c d ) )"
+ ),
+ (
+ "^^ ( ( a b c ) ( b c !d ) )",
+ ["a", "b", "c"],
+ "^^ ( ( a b c ) ( b c !d ) )"
+ ),
+ (
+ "^^ ( ( a b c ) ( b c !d ) )",
+ ["a", "b", "c", "d"],
+ ""
)
)
for required_use, use, expected in test_cases:
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/portage:2.1.9 commit in: pym/portage/tests/dep/
@ 2011-04-13 7:52 Zac Medico
0 siblings, 0 replies; 2+ messages in thread
From: Zac Medico @ 2011-04-13 7:52 UTC (permalink / raw
To: gentoo-commits
commit: a7d6cd56bbb00d5c219ae8d9b00f480975684118
Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 11 23:00:02 2011 +0000
Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Apr 13 07:50:34 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=a7d6cd56
extract_affecting_use: test bug #363073
---
| 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
--git a/pym/portage/tests/dep/testExtractAffectingUSE.py b/pym/portage/tests/dep/testExtractAffectingUSE.py
index f998bbb..c37787d 100644
--- a/pym/portage/tests/dep/testExtractAffectingUSE.py
+++ b/pym/portage/tests/dep/testExtractAffectingUSE.py
@@ -36,6 +36,9 @@ class TestExtractAffectingUSE(TestCase):
("a? ( A )", "B", []),
("a? ( || ( A B ) )", "B", ["a"]),
+
+ # test USE dep defaults for bug #363073
+ ("a? ( >=dev-lang/php-5.2[pcre(+)] )", ">=dev-lang/php-5.2[pcre(+)]", ["a"]),
)
test_cases_xfail = (
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-13 7:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 7:52 [gentoo-commits] proj/portage:2.1.9 commit in: pym/portage/tests/dep/ Zac Medico
-- strict thread matches above, loose matches on Subject: below --
2011-02-04 6:07 zmedico
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox