summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix tests for ssh/sftp FETCHCOMMANDs.v2.2.0_alpha4Zac Medico2010-11-041-2/+2
* Fix LazyItemsDict.__deepcopy__() for python 2.7.Zac Medico2010-10-291-0/+22
* Comment out unused slot operator test ebuilds.Zac Medico2010-10-221-6/+6
* AsynchronousLock: use subprocess if no threadsZac Medico2010-10-211-3/+13
* Enable tests for autoumask with EAPI 4.Zac Medico2010-10-211-14/+17
* Enable tests for circular deps with EAPI 4.Zac Medico2010-10-211-12/+15
* Comment: slot operator deps not implemented.Zac Medico2010-10-211-0/+1
* Enable more tests for resolver with EAPI 4.Zac Medico2010-10-211-14/+14
* Enable tests for resolver with EAPI 4.Zac Medico2010-10-211-15/+18
* Enable tests for slot collision with REQUIRED_USEZac Medico2010-10-211-11/+13
* Enable tests for use dep defaults.Zac Medico2010-10-211-32/+34
* Enable REQUIRED_USE tests.Zac Medico2010-10-211-35/+34
* use_reduce: Next try on full reductionSebastian Luther2010-10-151-3/+14
* use_reduce: Another fix for bug 340973.Zac Medico2010-10-151-8/+12
* use_reduce: Add non-working test for bug 340973.Zac Medico2010-10-151-0/+6
* UseReduceTestCase: Show whole string in exceptionZac Medico2010-10-151-3/+6
* use_reduce: Add more tests.Zac Medico2010-10-151-1/+7
* Fix use_reduce + opconvert of "A || ( B C )".Zac Medico2010-10-151-6/+4
* Fix use_reduce + opconvert of "|| ( A B ) C".Zac Medico2010-10-151-16/+10
* Test use_reduce opconvert breakage.Zac Medico2010-10-151-0/+13
* use_reduce: Fully reduce complex || constructs.Sebastian Luther2010-10-151-26/+74
* Add a simpler non-working use_reduce test.Zac Medico2010-10-141-0/+5
* Add non-working use_reduce tests.Zac Medico2010-10-141-0/+14
* Fix use_reduce() case from bug #340973.Zac Medico2010-10-141-6/+5
* Add test case for bug #340973.Zac Medico2010-10-141-1/+7
* Allow repository specs for atoms with wildcardsSebastian Luther2010-10-122-0/+20
* Update testGetConfig for 3 wget retries.Zac Medico2010-10-101-1/+1
* Test that SLOT deps don't rebuild multislot.Zac Medico2010-10-061-0/+40
* Mask packages that don't satisfy all atoms.Sebastian Luther2010-10-051-5/+0
* Note curious testBacktrackMissedUpdates() failureZac Medico2010-10-031-1/+8
* Add a backtracking test for 'missed updates'.Zac Medico2010-10-031-0/+34
* Fix spelling of depclean test methods.Zac Medico2010-10-011-2/+2
* Get --exclude to work with --depclean and --pruneSebastian Luther2010-09-282-1/+90
* Fix some typos.Arfrever Frehtes Taifersar Arahesis2010-09-271-2/+2
* reposyntax: Remove unneeded special caseSebastian Luther2010-09-261-2/+2
* reposyntax: Let portdbapi.getRepositories return repos sorted by prioritySebastian Luther2010-09-261-7/+7
* reposyntax: Handle the "give me a Package for an ebuild from any repo" case b...Sebastian Luther2010-09-261-1/+1
* reposyntax: Print cpv from all repos for "masked by" messagesSebastian Luther2010-09-261-1/+7
* reposyntax: Fix ignored slot spec if the same cpv is in several repos with di...Sebastian Luther2010-09-261-6/+5
* reposyntax: Add support all over the placeSebastian Luther2010-09-263-0/+285
* reposyntax: add support in _config/*Sebastian Luther2010-09-261-17/+17
* backtracking: Take all branches in case of slot collisionsv2.2_rc88Sebastian Luther2010-09-262-0/+85
* Add PORTAGE_BINHOST sftp protocol support.v2.2_rc87Zac Medico2010-09-251-0/+1
* Add non-essential backslashes for clarity in GetConfigTestCase.Zac Medico2010-09-251-1/+1
* Add test cases for getconfig() bash compatibility with variablesZac Medico2010-09-251-0/+28
* Fix ConfigTestCase.testLicenseManager() breakage from from previousZac Medico2010-09-211-1/+1
* 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