Add test case for bug #456340.
authorZac Medico <zmedico@gentoo.org>
Tue, 12 Feb 2013 01:35:48 +0000 (17:35 -0800)
committerZac Medico <zmedico@gentoo.org>
Tue, 12 Feb 2013 01:35:48 +0000 (17:35 -0800)
commita1fc6a8b692ea76a118b298a868d4811c4793628
tree28083b7a8d79408b62f244b8e6cc8d9ac94d754c
parent0240b8b754ab5f642c50c863d4bec1dc3636ba29
Add test case for bug #456340.

The problem here results from poor handling of the unsatisfied built
slot operator dep inside _add_dep, where it aborts the graph and tries
to backtrack immediately. We really want it to queue a rebuild here,
and continue filling out the graph.
pym/portage/tests/resolver/test_slot_operator_unsolved.py [new file with mode: 0644]