summaryrefslogtreecommitdiffstats
path: root/pym/portage/tests/ebuild
Commit message (Expand)AuthorAgeFilesLines
* DoebuildSpawnTestCase: also call spawn_nofetchZac Medico2013-01-101-12/+27
* Revert "test_ipc_daemon: handle fork/finally race"Zac Medico2012-10-081-9/+0
* test_ipc_daemon: handle fork/finally raceZac Medico2012-10-081-0/+9
* PollScheduler: rename sched_iface to _sched_ifaceZac Medico2012-10-071-4/+2
* Substitute SchedulerInterface for PollScheduler.Zac Medico2012-10-071-3/+4
* Substitute EventLoop for PollScheduler.Zac Medico2012-10-051-3/+2
* PollScheduler: remove register/unregister methodsZac Medico2012-10-051-2/+1
* TaskScheduler: inherit AsyncSchedulerZac Medico2012-10-051-22/+36
* test_ipc_daemon: implement internal SleepProcessZac Medico2012-10-041-3/+12
* test_ipc_daemon: increase sleep for bug #436334Zac Medico2012-09-261-1/+3
* _pkg_str: pass in config + metadata with KEYWORDSZac Medico2012-08-241-0/+2
* ConfigTestCase: fix warning about manifest-hashesZac Medico2012-07-041-2/+2
* AsynchronousTask: don't wait for exit statusZac Medico2012-02-131-4/+6
* IpcDaemonTestCase: init start_time earlierZac Medico2012-02-081-2/+2
* test_config: fix AttributeError: 'str'Zac Medico2012-01-121-1/+2
* RepoConfig.update(): copy more attributesZac Medico2011-12-271-0/+2
* _pty.py: remove _test_pty_eof()Zac Medico2011-12-221-26/+0
* _test_pty_eof: use os.read, not array.fromfileZac Medico2011-12-161-27/+2
* PtyEofFdopenUnBufferedTestCase: PyPy TODOZac Medico2011-12-151-0/+6
* locks.py: fix hardlink locks for bug #394195Zac Medico2011-12-132-0/+14
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-2/+2
* parse_layout_conf: fix profile-formats warningZac Medico2011-10-271-0/+1
* test_config: test PORTDIR default mastersZac Medico2011-10-251-0/+5
* Use EROOT instead of ROOT for keys everywhere.Zac Medico2011-10-252-2/+2
* testManifest: enable manifest-hashesZac Medico2011-10-031-0/+1
* Test non-empty thin manifests.Zac Medico2011-09-141-1/+20
* Handle non-existent thin manifest in tests.Zac Medico2011-09-141-3/+1
* Add tests for thin manifestsSebastian Luther2011-09-121-0/+48
* test_pty_eof: add SKIP msg for unsupported platZac Medico2011-09-041-0/+13
* 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
* SpawnTestCase: check returncodeZac Medico2011-06-091-1/+1
* Update timestamps in headers of modified files.Zac Medico2011-05-171-1/+1
* Enable --autounmask by defaultSebastian Luther2011-05-161-0/+2
* test_pty_eof: separate classes for self.todoZac Medico2011-01-211-1/+2
* SpawnProcess: read proc with unbuffered fdopenZac Medico2011-01-201-2/+2
* PtyEofTestCase: test unbuffered fdopenZac Medico2011-01-201-2/+14
* Fix LazyItemsDict.__deepcopy__() for python 2.7.Zac Medico2010-10-291-0/+22
* reposyntax: add support in _config/*Sebastian Luther2010-09-261-17/+17
* Fix ConfigTestCase.testLicenseManager() breakage from from previousZac Medico2010-09-211-1/+1
* ResolverPlayground: Add multi repo supportSebastian Luther2010-09-141-7/+9
* Make IpcDaemonTestCase use a finally block to unlock PORTAGE_BUILDDIR.v2.2_rc82Zac Medico2010-09-141-1/+3
* Make EbuildBuildDir use the PORTAGE_BUILDDIR variable instead of theZac Medico2010-09-141-1/+1
* Make IpcDaemonTestCase use EbuildBuildDir for lock creation.Zac Medico2010-09-141-4/+14
* Tests: ebuild/test_config: Make sure -atoms in package.mask work as PMS wants itSebastian Luther2010-09-101-1/+68
* Make DoebuildSpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-8/+8
* Make SpawnTestCase use a PollScheduler instance directly sinceZac Medico2010-09-051-5/+5
* In IpcDaemonTestCase, assert that process and daemon isAlive() methodsZac Medico2010-09-051-1/+3