summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More SRC_URI validation.Zac Medico2008-09-201-0/+3
* Add test cases for SRC_URI validation.Zac Medico2008-09-201-0/+31
* * Add more use dep validation.Zac Medico2008-07-301-2/+7
* Change conditional USE deps syntax and expermental EAPI from 2_pre0 to 2_pre1.Zac Medico2008-07-302-7/+10
* Disable the multi-bracket USE deps syntax, so only the comma separated syntaxZac Medico2008-07-282-3/+2
* Implement new conditional USE dep syntax:Zac Medico2008-07-281-0/+5
* * Add support in dep_getusedeps() and isvalidatom() for comma separated USEZac Medico2008-07-281-0/+5
* Fix identation (tabnanny complains about this) branches/prefix r11110Zac Medico2008-07-171-1/+1
* * Since can_poll_pty() is unsafe due to he possibility of the poll() callZac Medico2008-07-131-16/+0
* Split out a portage._create_pty_or_pipe() function to avoid duplicate code.Zac Medico2008-07-121-26/+3
* Derive a PtyReaderTestCase from PipeReaderTestCase. This test is expected toZac Medico2008-07-121-3/+52
* Create a test case for the poll loop which uses the loop to read data from aZac Medico2008-07-123-0/+46
* Use bash's built-in echo instead of the actual echo binary since it hasZac Medico2008-06-211-3/+4
* Add some isvalidatom() test cases with "null" and missing category.Zac Medico2008-05-311-1/+11
* Fix isvalidatom() so tests pass, and add a USE deps case to the tests.Zac Medico2008-05-251-4/+4
* * Fix dep_getusedeps() test to work with tuples.Zac Medico2008-05-252-4/+5
* * Make pkgcmp() pass the ebuild revision directly into vercmp() sinceZac Medico2008-01-111-4/+17
* Remove the workaround for \n -> \r\n transformations inZac Medico2007-11-091-4/+5
* Remove name from PackageSet, it's pointless as the caller has to keep track o...Marius Mauch2007-09-113-5/+4
* Bug #190268 - Avoid unwanted sandbox violations in src_test().Zac Medico2007-09-081-1/+9
* Implement/fix testcases for some PackageSet subclassesMarius Mauch2007-09-072-14/+25
* test news item filteringAlec Warner2007-09-072-36/+50
* Last commit added more tests for sets and taught me what I was doing wrong ;)...Alec Warner2007-09-072-0/+0
* fighting with svn over weirdnessAlec Warner2007-09-074-0/+49
* Rewrite testing to use __test__ instead of hardcoded dirsAlec Warner2007-09-078-2/+13
* Fix another typo.Zac Medico2007-08-241-1/+1
* Fix a typo.Zac Medico2007-08-241-1/+1
* Add some floating point vercmp cases.Zac Medico2007-08-151-1/+4
* add more tests for keyvaluepairloader (it had a bug previously) and fix up ot...Alec Warner2007-07-232-12/+14
* Fix hardcoded /usr/bin/echo to use portage.process.find_binary().Zac Medico2007-07-221-1/+3
* add test for CommandOutputSetAlec Warner2007-07-223-0/+26
* Fix spacing issues, importsAlec Warner2007-07-221-16/+17
* 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
* Remove more unnecessary list generation.Zac Medico2007-06-213-3/+4
* Add a test case for the logfile functionality of portage.spawn().Zac Medico2007-06-193-1/+41
* Add PORTAGE_BIN_PATH to the environment since it's used by dobin to locate is...Zac Medico2007-06-191-0/+2
* Fix the varexpand quotes tests since quotes are no longer removed by this fun...Zac Medico2007-05-131-2/+2
* minor name changes for bin tests, svn propset keywords Id stuffAlec Warner2007-03-262-3/+3
* fix tests for PortageModulesFileAlec Warner2007-03-261-4/+7
* fix some tests, break othersAlec Warner2007-03-263-4/+39
* Fix insecure tempfile usageAlec Warner2007-03-263-6/+11
* Fix the rest of the testsAlec Warner2007-03-253-7/+7
* Appropriately use globals() instead of locals() as suggested by marienz.Zac Medico2007-03-181-1/+1
* Use locals() instead of setattr to insert generated functions into the curren...Zac Medico2007-03-181-1/+1
* Call the base class destructor if it exists.Zac Medico2007-03-171-0/+2
* Add "bin" to testDirs.Zac Medico2007-03-171-1/+1
* Make paths independent of cwd.Zac Medico2007-03-171-2/+3
* Close /dev/null when finished.Zac Medico2007-03-171-0/+1
* start of framework for programs in portage binMike Frysinger2007-03-174-0/+91