summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests
Commit message (Expand)AuthorAgeFilesLines
* Update --rebuild-if-* flags to rebuild when build dependencies are changed.David James2011-08-261-30/+35
* Fix EPREFIX/EROOT typo in repoman test.Zac Medico2011-08-261-1/+1
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-261-1/+3
* Add __test__ for repoman tests.Zac Medico2011-08-261-0/+0
* repoman: add a simple unit testZac Medico2011-08-253-0/+174
* Add skipped test support (for python 2.6 compat)Zac Medico2011-08-251-1/+17
* testLazyImport: fix PYTHONPATH settingZac Medico2011-08-251-1/+1
* Enable -Wd for tests, so DeprecationWarning worksZac Medico2011-08-251-1/+1
* TestCase: remove python 2.4 compat constructorZac Medico2011-08-251-9/+5
* Add some comments, which will allow to easier find code, which should beArfrever Frehtes Taifersar Arahesis2011-08-251-0/+1
* python3.2 fixes: use array.tobytes()Zac Medico2011-08-241-4/+7
* python3.2 fixes: ResourceWarning: unclosed fileZac Medico2011-08-241-2/+2
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* slot_collision: be consistent with missing IUSEZac Medico2011-07-091-0/+18
* Remove the _ensure_encodings module.Zac Medico2011-07-071-1/+1
* Fix a typo in a comment.Zac Medico2011-07-011-1/+1
* varexpand: remove escaped newline charactersZac Medico2011-07-011-3/+5
* varexpand: handle backslashes like more like bashZac Medico2011-06-281-1/+32
* test_merge_order: test smallest runtime cycleZac Medico2011-06-121-0/+33
* test_fakedbapi: define PORTDIR, test missing IUSEZac Medico2011-06-101-2/+11
* test_fakedbapi: use tempdir for config pathsZac Medico2011-06-101-6/+13
* Add tests for fakedbapi.Zac Medico2011-06-103-0/+44
* useflag/dep_re: less strict if eapi NoneZac Medico2011-06-091-1/+1
* test_use_reduce: test empty parens (bug 370565)Zac Medico2011-06-091-1/+3
* use_reduce: disallow empty parensArfrever Frehtes Taifersar Arahesis2011-06-091-3/+3
* SpawnTestCase: check returncodeZac Medico2011-06-091-1/+1
* Test noblocking locks.Zac Medico2011-06-081-0/+46
* extract_affecting_use: _get_useflag_re(eapi)Zac Medico2011-06-081-2/+2
* Fix a typo in a comment.Zac Medico2011-06-031-1/+1
* Update timestamps in headers of modified files.Zac Medico2011-06-031-1/+1
* Use bool(digraph) instead of empty()/is_empty().Zac Medico2011-06-021-5/+5
* test_merge_order: add USE deps to bug 264434 testZac Medico2011-05-301-4/+18
* test_merge_order: test bug #264434 with virtualZac Medico2011-05-301-1/+21
* test_merge_order: test asap PDEPEND (bug #180045)Zac Medico2011-05-241-0/+33
* test_merge_order: add more asap libc depsZac Medico2011-05-221-6/+12
* _serialize_tasks: prefer unsatisfied asap childZac Medico2011-05-221-3/+6
* test_depth: use merge_order_assertionsZac Medico2011-05-221-1/+3
* _add_pkg_dep_string: handle satisfied virt_depZac Medico2011-05-221-3/+7
* test_merge_order: test asap LIBC_PACKAGE_ATOMZac Medico2011-05-221-0/+44
* test_merge_order: test asap PORTAGE_PACKAGE_ATOMZac Medico2011-05-221-0/+22
* test_merge_order: test case for bug 250286Zac Medico2011-05-221-0/+28
* test_merge_order: test hard block resolutionZac Medico2011-05-221-0/+18
* test_merge_order: test many-to-one blocksZac Medico2011-05-222-8/+14
* test_depth: use ambiguous_merge_orderZac Medico2011-05-221-2/+4
* ambiguous_merge_order: set match = False moreZac Medico2011-05-221-0/+2
* Fix spelling of "ambiguous".Zac Medico2011-05-222-7/+7
* test_merge_order: fix bugs in previous commitZac Medico2011-05-211-6/+5
* test_merge_order: test solve blocker no-overlapZac Medico2011-05-211-1/+23
* merge_order_assertions: fix string format errorZac Medico2011-05-211-1/+2
* test_merge_order: test satisfied circular DEPENDZac Medico2011-05-212-1/+55