summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* _use_dep.{evaluate_conditionals,_eval_qa_conditionals,violated_conditionals}:...Sebastian Luther2010-08-221-24/+24
* portage.dep._use_dep: Rewrite the parser for better readability and speedSebastian Luther2010-08-221-2/+0
* Add a wrapper around config.features that provides the followingZac Medico2010-08-211-0/+34
* --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 portage.dep.get_required_use_flags to extract the use flags used in a REQ...Sebastian Luther2010-08-201-0/+42
* Fix BinTestCase instances to stop leaving orphan temp dirs.Zac Medico2010-08-193-18/+25
* 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
* portage.util.digraph: Raise KeyError in newly added functions. Add tests.Sebastian Luther2010-08-181-0/+201
* extract_affecting_use: Fix the same bug as in use_reduceSebastian Luther2010-08-181-0/+2
* 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
* check_required_use: Fix the same bug as in use_reduceSebastian Luther2010-08-181-0/+18
* paren_reduce: Fix the same bug as in use_reduceSebastian Luther2010-08-181-3/+7
* Revert "Tests: Remove paren_reduce tests"Sebastian Luther2010-08-181-0/+60
* * Replace config._iuse_implicit_re with a callable _iuse_implicit_matchZac Medico2010-08-181-2/+2
* use_reduce: code cleanupSebastian Luther2010-08-181-4/+7
* Add opconvert test for "|| ( ( A B ) C )".Zac Medico2010-08-181-0/+4
* Fix use_reduce() to correctly handle "|| ( ( A B ) C )", and alsoZac Medico2010-08-181-6/+11
* Add commented test case for a known regression.Zac Medico2010-08-181-0/+3
* Remove no longer needed code.Arfrever Frehtes Taifersar Arahesis2010-08-171-8/+0
* Tweak the EbuildSpawnProcess test and add comments.Zac Medico2010-08-171-3/+9
* Write compiled bytecodes to /dev/null, rather than write and unlinkZac Medico2010-08-171-10/+1
* Reuse a single TaskScheduler instance.Zac Medico2010-08-161-2/+2
* Add a MiscFunctionsProcess test.Zac Medico2010-08-161-2/+10
* portage.dep.use_reduce: Add token_class parameterSebastian Luther2010-08-161-4/+25
* Expand sys.executable earlier, so that change of sys.executable symlinkArfrever Frehtes Taifersar Arahesis2010-08-162-3/+4
* Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/portageArfrever Frehtes Taifersar Arahesis2010-08-161-0/+10
|\
| * Test the EbuildPhase class.Zac Medico2010-08-161-0/+10
* | Ensure that PORTAGE_PYTHON isn't a symlink.Arfrever Frehtes Taifersar Arahesis2010-08-162-2/+2
|/
* portage.dep.use_reduce: More comments and better error messagesSebastian Luther2010-08-161-0/+1
* portage.dep.use_reduce: Better error messagesSebastian Luther2010-08-161-1/+6
* portage.dep.use_reduce: Better validation of use flags in use conditionalsSebastian Luther2010-08-161-4/+35
* Enable EbuildIpcDaemon support by default.Zac Medico2010-08-151-10/+5
* Make DoebuildSpawnTestCase instantiate a minimal Package instance, andZac Medico2010-08-151-1/+6
* Add some ebuild metadata for realism.Zac Medico2010-08-151-1/+9
* Pass along PORTAGE_USERNAME and PORTAGE_GRPNAME since theyZac Medico2010-08-151-0/+9
* 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
* Set PORTAGE_PYTHON for ebuild.sh subprocesses.Zac Medico2010-08-151-0/+2
* DoebuildSpawnTestCase: Invoke portage.package.ebuild.doebuild.spawn()Zac Medico2010-08-151-0/+47
* portage.dep: Integrate the functionality of flatten into use_reduceSebastian Luther2010-08-142-18/+88
* Use more correct paths to byte-compiled Python modules with Python 3.2Arfrever Frehtes Taifersar Arahesis2010-08-141-2/+15
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-141-1/+2
* portage.dep: Integrate the functionality of dep_opconvert into use_reduceSebastian Luther2010-08-142-15/+79
* Atom.violated_conditionals: Use iuse.is_valid_flag instead of iuse.allSebastian Luther2010-08-131-3/+12