summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/resolver
Commit message (Expand)AuthorAgeFilesLines
* Tests: add resolver/test_output: Make sure we don't backtrace in the merge li...Sebastian Luther2010-09-202-1/+89
* Always mask the higher version when backtracking due to a slot conflictSebastian Luther2010-09-191-0/+30
* Optimize ResolverPlayground._create_ebuild_manifests() to use a singleZac Medico2010-09-191-5/+6
* --autounmask: Support license changesSebastian Luther2010-09-172-1/+46
* Fix typo in comment.Arfrever Frehtes Taifersar Arahesis2010-09-151-1/+1
* ResolverPlayground: Add multi repo supportSebastian Luther2010-09-141-86/+185
* Tests: Add resolver/test_missing_iuse_and_evaluated_atoms to make sure we don...Sebastian Luther2010-09-131-0/+31
* ResolverPlayground: Add ability to create a basic profile and repo configSebastian Luther2010-09-101-6/+24
* Use a longer dependency chain in DepcleanWithDepsTestCase, to makev2.2_rc78Zac Medico2010-09-081-3/+8
* Use RDEPEND for depclean tests since DEPEND is less relevant.Zac Medico2010-09-081-6/+6
* Make ResolverPlayground.run() use try/finally when saving/restoringZac Medico2010-09-081-18/+22
* Adjust DepcleanWithInstalledMaskedTestCase now that bug #332719Zac Medico2010-09-081-1/+2
* Tests: Add resolver/test_depcleanSebastian Luther2010-09-082-22/+168
* Fix ResolverPlayground.cleanup() to cleanup the portdbapi instance.Zac Medico2010-08-311-0/+3
* Rename the portage.sets module to portage._sets since it will be usefulZac Medico2010-08-301-1/+1
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-292-2/+2
* config: Avoid copying _license_managerSebastian Luther2010-08-271-1/+6
* Fix fragile sets config file path handling for for ResolverPlaygroundZac Medico2010-08-251-3/+3
* Use open() instead of file(), for python3.Zac Medico2010-08-241-2/+2
* ResolverPlayground: Add ability to create config files and setsSebastian Luther2010-08-241-32/+98
* --autounmask: If we can't do a change because of REQUIRED_USE, give at least ...Sebastian Luther2010-08-201-0/+18
* slot collision handler: Drop solutions that violate REQUIRED_USESebastian Luther2010-08-201-0/+15
* circular dependency handler: Add support for REQUIRED_USESebastian Luther2010-08-201-0/+15
* Add experimental EPREFIX/EROOT support to the config and vartreeZac Medico2010-08-191-20/+16
* Tests: Properly test the circular dep handlerSebastian Luther2010-08-191-15/+38
* Tests: ResolverPlayground: Support checking the suggestions given by the circ...Sebastian Luther2010-08-191-0/+8
* Fix small bug in _show_circular_deps and add some testsSebastian Luther2010-08-181-0/+46
* Tests: Make sure the ResolverPlayground doesn't ignore DEPENDSebastian Luther2010-08-181-0/+10
* Tests: ResolverPlaygound: change --root-deps parameter to include build time ...Sebastian Luther2010-08-181-1/+1
* Avoid KeyError if PORTAGE_USERNAME or PORTAGE_GRPNAME are unset.Zac Medico2010-08-151-4/+7
* Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME inside _load_config()Zac Medico2010-08-151-1/+5
* Implement use dependency defaultsSebastian Luther2010-08-131-0/+40
* Tests: ResolverPlayground: more debug stuffSebastian Luther2010-08-121-1/+6
* Tests: ResolverPlayground: add debug option to not supress depgraph outputSebastian Luther2010-08-121-2/+4
* Tests: ResolverPlayground: create world fileSebastian Luther2010-08-121-1/+14
* Tests: more resolver/test_autounmask testsSebastian Luther2010-08-121-0/+19
* Tests: Fix typo bug ResolverPlaygroundSebastian Luther2010-08-121-2/+2
* Tests: More slot_collision_handler testsSebastian Luther2010-08-121-2/+11
* Fix slot_collision_handler testsSebastian Luther2010-08-121-1/+1
* Tests: add resolver/test_slot_collisionsSebastian Luther2010-08-121-0/+70
* Tests: resolver/ResolverPlayground: Create a proper profileSebastian Luther2010-08-121-1/+24
* Tests: Fix bug in resolver/ResolverPlaygroundSebastian Luther2010-08-121-1/+1
* Tests: resolver/test_slot_collisions: Check for slot_collision_solutionsSebastian Luther2010-08-121-1/+20
* Fix testsSebastian Luther2010-08-111-32/+34
* Tests: add resolver/test_required_useSebastian Luther2010-08-111-0/+44
* Make sure we don't allow REQUIRED_USE in EAPIs that don't support itSebastian Luther2010-08-112-0/+19
* Tests: ResolverPlayground: don't ignore "local config" to not run in "repoman...Sebastian Luther2010-08-111-1/+1
* Tests: add resolver/test_backtrackingSebastian Luther2010-08-111-0/+31
* Tests: add ResolverPlaygroundTestCase and port all resolver tests to itSebastian Luther2010-08-114-121/+219
* Make sure we don't allow IUSE defaults in EAPIs that don't allow themSebastian Luther2010-08-111-1/+1