summaryrefslogtreecommitdiff
path: root/Lib/test/test_fork1.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-2/+2
* Remove unused imports in test modules.Georg Brandl2010-02-071-1/+0
* Fix issue #1590864, multiple threads and fork() can cause deadlocks, byThomas Wouters2009-09-161-0/+41
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-2/+2
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-6/+4
* Revert incorrect change.R. David Murray2009-03-301-3/+6
* Convert import try/except to use test_support.import_module().R. David Murray2009-03-301-6/+3
* add missing importBenjamin Peterson2009-03-301-0/+1
* fix incorrect auto-translation of TestSkipped -> unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* remove test_support.TestSkipped and just use unittest.SkipTestBenjamin Peterson2009-03-261-2/+2
* Restore rev 47014:Neal Norwitz2006-07-071-1/+9
* Add new utility function, reap_children(), to test_support. This shouldNeal Norwitz2006-06-291-1/+2
* Revert 47014 until it is more robustNeal Norwitz2006-06-181-9/+1
* The hppa ubuntu box sometimes hangs forever in these tests. My guessNeal Norwitz2006-06-181-1/+9
* Patch #1309579: wait3 and wait4 were added to the posix module by Chad J. Sch...Neal Norwitz2006-03-201-64/+12
* Oops, missed an import of test_support.Barry Warsaw2002-07-231-1/+1
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-111-1/+4
* Checking in patch #103478 -- makes popen2 and fork1 tested on BeOS.Moshe Zadka2001-01-301-9/+2
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-4/+5
* Chris Herborth <chrish@pobox.com>:Fred Drake2000-08-151-0/+9
* Raise 'TestSkipped' (from the test_support) module rather than 'ImportError'Thomas Wouters2000-08-041-1/+2
* Raise ImportError when os.fork does not exist.Guido van Rossum2000-05-041-0/+5
* Added a provision to stop all threads before exiting from the test:Guido van Rossum2000-04-241-1/+7
* Use a constant to specify the number of child threads to create.Fred Drake2000-04-101-4/+7
* Test case for fork1() behavior.Guido van Rossum2000-02-251-0/+54