[Zope-Coders] Win32 Tests - Zope HEAD - Not OK :-(
Tim Peters
tim@zope.com
Mon, 16 Dec 2002 21:56:40 -0500
> From: zope-coders-admin@zope.org [mailto:zope-coders-admin@zope.org]On
> Behalf Of zope-tests@squishdot.org
> Sent: Monday, December 16, 2002 9:13 PM
> To: zope-coders@zope.org
> Subject: [Zope-Coders] Win32 Tests - Zope HEAD - Not OK :-(
>
>
> ==================================================================
> ============
> ==================================================================
> ============
> Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
>
> Modules included:
> Zope (HEAD)
>
> Exception exceptions.OSError: (13, 'Permission denied',
> 'C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~872-140.inv') in <bound
> method TemporaryFileWrapper.__del__ of <closed file
> 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~872-140.inv', mode 'w+b' at
> 0x02989FE8>> ignored
> ----------------------------------------------------------------------
> Ran 1816 tests in 366.656s
>
> OK
Exactly how is it that these tests get run? I don't see ignored execptions.
I ran these tests, under the same 2.2.2, just now, on the Zope HEAD, on
Win98SE, via
C:\Code\Zope>\python22\python utilities\testrunner.py -a -v2
without incident. I realize that the exception listed above is printed to
stderr and doesn't cause a test failure, and I'm not kidding when I say
there's nothing like that in the output I get. The test run ended with
Ran 1817 tests in 829.260s
OK