[Florent Guillaume]
FYI test output is: ... 'zope[.]app[.])' is not recognized as an internal or external command, operable program or batch file. program finished with exit code 255
That was due to an ill-formed command line, which Jim repaired this morning. Zope trunk and Zope 2.9 branch are still failing on Windows, though, with different symptoms now: """ Failure in test test_checkPermission_proxy_role_scope (AccessControl.tests.testZopeSecurityPolicy.C_ZSPTests) Traceback (most recent call last): File "c:\python24\lib\unittest.py", line 260, in run testMethod() File "C:\buildbot\.org\zc-bbwin--Windows 2000--Zope---trunk--2.4\build\lib\python\AccessControl\tests\testZopeSecurityPolicy.py", line 326, in test_checkPermission_proxy_role_scope self.failUnless(self.policy.checkPermission('Kill', r_subitem, context)) File "c:\python24\lib\unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError . Failure in test test_checkPermission_proxy_roles_limit_access (AccessControl.tests.testZopeSecurityPolicy.C_ZSPTests) Traceback (most recent call last): File "c:\python24\lib\unittest.py", line 260, in run testMethod() File "C:\buildbot\.org\zc-bbwin--Windows 2000--Zope---trunk--2.4\build\lib\python\AccessControl\tests\testZopeSecurityPolicy.py", line 302, in test_checkPermission_proxy_roles_limit_access self.failIf(self.policy.checkPermission('Foo', r_item, context)) File "c:\python24\lib\unittest.py", line 305, in failIf if expr: raise self.failureException, msg AssertionError . Failure in test test_checkPermission_respects_proxy_roles (AccessControl.tests.testZopeSecurityPolicy.C_ZSPTests) Traceback (most recent call last): File "c:\python24\lib\unittest.py", line 260, in run testMethod() File "C:\buildbot\.org\zc-bbwin--Windows 2000--Zope---trunk--2.4\build\lib\python\AccessControl\tests\testZopeSecurityPolicy.py", line 291, in test_checkPermission_respects_proxy_roles self.failUnless(self.policy.checkPermission('View', r_item, context)) File "c:\python24\lib\unittest.py", line 309, in failUnless if not expr: raise self.failureException, msg AssertionError """ I don't have time to look at it. Since the Windows buildbot slave `bbwin` doesn't have a C compiler, I suppose it's possible that the old, canned .pyd files it uses are out of synch with the current C code.