[Zope3-dev] win32 Zope 3 Tests

Tim Peters tim@zope.com
Tue, 10 Dec 2002 14:39:19 -0500


[Jeremy Hylton]
> The tests work fine on Win2k and Win98 with the MS compiler, so I
> don't know what else it could be.

[Chris Withers]
> I beg to differ:
>
> >
> ==================================================================
> ============
> >
> ==================================================================
> ============
> > Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
> >
> > Modules included:
> > Zope3 (HEAD)
> >
> > Exception exceptions.OSError: (13, 'Permission denied',
> 'C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~1728-79.inv') in <bound
> method TemporaryFileWrapper.__del__ of <closed file
> 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~1728-79.inv', mode 'w+b' at
> 0x01B697A0>> ignored
> > ------
> > 2002-12-10T02:18:20 INFO(0) FS No file-locking support on this platform
> > ------
> > 2002-12-10T02:18:20 INFO(0) FS No file-locking support on this platform
> > ----------------------------------------------------------------------
> > Ran 2717 tests in 336.750s
> >
> > OK

I haven't seen any problems.  Here today, on Win2K + current Zope3 head,
MSVC 6, Python 2.2.2:

C:\Code\Zope3>\python22\python test.py -vv
testBadProvide (Interface.Registry.tests.testAdapterRegistry.Test) ... ok
testBadRequire (Interface.Registry.tests.testAdapterRegistry.Test) ... ok
...
checkDetail (zLOG.tests.testzLog.StupidLogTest) ... ok
checkError (zLOG.tests.testzLog.StupidLogTest) ... ok

----------------------------------------------------------------------
Ran 2717 tests in 440.112s

OK

C:\Code\Zope3>