[Python-Dev] Summary or failing regression tests...

Trent Mick trentm@activestate.com
Tue, 25 Jul 2000 16:02:59 -0700


On Wed, Jul 26, 2000 at 12:47:21AM +0000, Peter Schneider-Kamp wrote:
> Trent Mick wrote:
> > 
> > On Linux32:
> > - test_fork1
> >   This fails/hangs/crashes inconsistently because (some little bird told me)
> >   the fork stuff and threads are incompatible. Am I right? Now that we are
> >   turning threads on by default what is the proper thing to do here? SHould
> >   test_fork1 be changed to skip if threads are enabled?
> 
> That works fine to me (--with-threads).
> 


'test_fork1' works for me when run as:
./python Lib/test/regrtest.py

but hangs when run as:
./python Lib/test/test_fork1.py
or
./python Lib/test/regrtest.py test_fork1

I don't know why?

Trent


-- 
Trent Mick
TrentM@ActiveState.com