summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/ebuild
Commit message (Expand)AuthorAgeFilesLines
* Tweak the EbuildSpawnProcess test and add comments.Zac Medico2010-08-171-3/+9
* Reuse a single TaskScheduler instance.Zac Medico2010-08-161-2/+2
* Add a MiscFunctionsProcess test.Zac Medico2010-08-161-2/+10
* 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
|/
* 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
* 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
* Move PORTAGE_PYTHON setting to doebuild_environment() so that itZac Medico2010-08-141-1/+2
* portage.os is apparently imported, so os doesn't need to be imported.Arfrever Frehtes Taifersar Arahesis2010-08-141-1/+0
* Ensure that all Python processes use the same version of Python.Arfrever Frehtes Taifersar Arahesis2010-08-141-0/+2
* Use EbuildIpcDaemon to replace the functionality ofZac Medico2010-08-131-21/+2
* Use SpawnProcess instead of doebuild.spawn().Zac Medico2010-08-131-17/+14
* Refactor interaction between EbuildIpcDaemon and ExitCommand.Zac Medico2010-08-121-8/+6
* Make IpcDaemonTestCase demonstrate an EbuildIpcDaemon basedZac Medico2010-08-121-11/+42
* Split out an EbuildIpcDaemon class from FifoIpcDaemon.Zac Medico2010-08-121-2/+2
* Add some pieces of an IPC framework that will eventually allow ebuildZac Medico2010-08-121-0/+40
* Use ResolverPlayground for it's config instance, so that we don'tZac Medico2010-08-061-2/+6
* EOFError can still be raised by array.fromfile() in Python >=2.6.6 and >=2.7.1.Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+0
* Bug #330937: Handle IOError raised by remaining calls to array.fromfile().Arfrever Frehtes Taifersar Arahesis2010-08-051-1/+2
* Remove all svn $Id keywords.Zac Medico2010-03-244-4/+0
* Move _pty module to portage.util._pty.Zac Medico2010-03-021-1/+1
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-2/+3
* Only call _test_pty_eof() on Linux, since it seems to hang on most otherZac Medico2009-10-141-4/+5
* Remove unused imports.Zac Medico2009-09-252-4/+0
* Fix length calculation so it doesn't assume the length of the encodedZac Medico2009-09-251-3/+4
* Add a test case for this issue: http://bugs.python.org/issue5334Zac Medico2009-09-252-1/+45
* Show an appropriate error message in _create_pty_or_pipe() if openpty()Zac Medico2009-09-241-5/+5
* Add a test case for http://bugs.python.org/issue5380 and mark it as 'todo'Zac Medico2009-09-241-0/+22
* Update syntax of 'except' statements for compatibility with Python 3.Arfrever Frehtes Taifersar Arahesis2009-09-201-1/+1
* Replace _content_encoding, _fs_encoding, and _merge_encoding with directZac Medico2009-08-211-4/+3
* Use portage.os, _content_encoding, and _fs_encoding where appropriate.Zac Medico2009-08-171-2/+10
* Remove the workaround for \n -> \r\n transformations inZac Medico2007-11-091-4/+5
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-081-1/+9
* Last commit added more tests for sets and taught me what I was doing wrong ;)...Alec Warner2007-09-071-0/+0
* Autodetect if sandbox is active in order to prevent recursive sandbox invocat...Zac Medico2007-06-211-3/+1
* Fix the test so that it can run inside a sandbox.Zac Medico2007-06-211-1/+3
* Add a test case for the logfile functionality of portage.spawn().Zac Medico2007-06-192-0/+39