Re: python test failures

2006-07-13 Thread Jason Tishler
Neal, On Tue, Jul 11, 2006 at 10:21:26PM -0700, Neal Norwitz wrote: > We were originally running with 1.5.19. We supposedly upgraded to > 1.5.20-1, however from one of the error msgs, it looks like we're > still be running the old version. Yes, see below... > I didn't see anything in the CHANGEL

Re: python test failures

2006-07-12 Thread Corinna Vinschen
On Jul 11 22:21, Neal Norwitz wrote: > One failure that seems to cascade into other failures is upon trying > to lock a file. The test is verifying that a second process can't > open a locked file. What I believe to be happening is that when the > lock fails, we try to unlock the file (which we d

python test failures

2006-07-11 Thread Neal Norwitz
I'm a python developer and we are trying to get python built on cygwin passing the entire regression suite. It's pretty close already which is amazing, but I'm hoping we can get *all* the tests working. These tests currently work on about 10 different unix boxes and several windows boxes too. W