projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d7f1ad
)
Add test case for bug #340973.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 14 Oct 2010 18:12:00 +0000
(11:12 -0700)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 14 Oct 2010 18:12:00 +0000
(11:12 -0700)
pym/portage/tests/dep/test_use_reduce.py
patch
|
blob
|
history
diff --git
a/pym/portage/tests/dep/test_use_reduce.py
b/pym/portage/tests/dep/test_use_reduce.py
index 34ddc8bfcd149cb547fb2cb520f1892aec84a366..b9551db6115b3d75dfba9967e27ffbd96d404cbb 100644
(file)
--- a/
pym/portage/tests/dep/test_use_reduce.py
+++ b/
pym/portage/tests/dep/test_use_reduce.py
@@
-342,7
+342,13
@@
class UseReduce(TestCase):
uselist = ["foo"],
opconvert = True,
expected_result = ["A", "B"]),
-
+ # FIXME: Bug #340973: [['||', '||', 'A', 'B']] != ["||", "A", "B"]
+ #UseReduceTestCase(
+ # "|| ( foo? ( || ( A B ) ) )",
+ # uselist = ["foo"],
+ # opconvert = True,
+ # expected_result = ["||", "A", "B"]),
+
#flat test
UseReduceTestCase(
"A",