[Zope-Coders] Win32 Tests - Zope HEAD - Too many errors :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Wed, 13 Nov 2002 14:14:35 +0000


==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]

Modules included:
Zope (HEAD)

Adding D:\ZopeTests\sandbox\Zope\lib\python to sys.path.
Module testTextIndex.py failed to load
exceptions.IndentationError: unindent does not match any outer indentation level (BaseStorage.py, line 244)
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "testTextIndex.py", line 23, in ?
    from ZODB.MappingStorage import MappingStorage
   File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\MappingStorage.py", line 92, in ?
    import POSException, BaseStorage, string, utils


Module testSessionDataManager.py failed to load
exceptions.IndentationError: unindent does not match any outer indentation level (BaseStorage.py, line 244)
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "testSessionDataManager.py", line 25, in ?
    from Products.TemporaryFolder.TemporaryFolder import MountedTemporaryFolder
   File "D:\ZopeTests\sandbox\Zope\lib\python\Products\TemporaryFolder\TemporaryFolder.py", line 36, in ?
    from TemporaryStorage import TemporaryStorage
   File "D:\ZopeTests\sandbox\Zope\lib\python\Products\TemporaryFolder\TemporaryStorage.py", line 28, in ?
    from ZODB.BaseStorage import BaseStorage


Module testTemporaryStorage.py failed to load
exceptions.ImportError: cannot import name CONFLICT_CACHE_MAXAGE
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "testTemporaryStorage.py", line 4, in ?
    from Products.TemporaryFolder.TemporaryStorage import CONFLICT_CACHE_MAXAGE,\


Module testTimeoutRelated.py failed to load
exceptions.IndentationError: unindent does not match any outer indentation level (BaseStorage.py, line 244)
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "testTimeoutRelated.py", line 18, in ?
    from ZODB.DemoStorage import DemoStorage
   File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\DemoStorage.py", line 85, in ?
    from ZODB import POSException, BaseStorage, utils


Module testCatalog.py failed to load
exceptions.ImportError: cannot import name DemoStorage
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "testCatalog.py", line 8, in ?
    from ZODB.DemoStorage import DemoStorage


Module testFileStorage.py failed to load
exceptions.IndentationError: unindent does not match any outer indentation level (BaseStorage.py, line 244)
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "testFileStorage.py", line 3, in ?
    import ZODB.FileStorage
   File "D:\ZopeTests\sandbox\Zope\lib\python\ZODB\FileStorage.py", line 135, in ?
    from ZODB import BaseStorage, ConflictResolution, POSException


Module testPersistentMapping.py failed to load
exceptions.ImportError: cannot import name MappingStorage
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "testPersistentMapping.py", line 13, in ?
    from ZODB.MappingStorage import MappingStorage


Module testzdaemon.py failed to load
exceptions.AssertionError: This code makes many Unix-specific assumptions
  File "utilities/testrunner.py", line 60, in getSuiteFromFile
   File "testzdaemon.py", line 11, in ?
    from zdaemon.zdaemon import Daemonizer
   File "D:\ZopeTests\sandbox\Zope\lib\python\zdaemon\zdaemon.py", line 70, in ?
    assert os.name == "posix", "This code makes many Unix-specific assumptions"


Test setting default roles for permissions. ... ok
hasRole is an alias for allowed, which should be unaffected. ... ok
hasRole has been deprecated, we expect a warning. ... ok
hasRole is an alias for allowed, which should be unaffected. ... ok
hasRole has been deprecated, we expect a warning. ... ok
hasRole is an alias for allowed, which should be unaffected. ... ok
hasRole has been deprecated, we expect a warning. ... ok
testMixedModule (testModuleSecurity.SecurityTests) ... ok
testPrivateModule (testModuleSecurity.SecurityTests) ... ok
testPublicModule (testModuleSecurity.SecurityTests) ... ok
testBadPasword (testPasswordDigest.PasswordDigestTests) ... ok
testBlankPassword (testPasswordDigest.PasswordDigestTests) ... ok
testGoodPassword (testPasswordDigest.PasswordDigestTests) ... ok
testLongPassword (testPasswordDigest.PasswordDigestTests) ... ok
testShortPassword (testPasswordDigest.PasswordDigestTests) ... ok
testUnencryptedPassword (testPasswordDigest.PasswordDigestTests) ... ok
testAppDefaults (testPermissionRole.PermissionRoleTests) ... ok
testExplicit (testPermissionRole.PermissionRoleTests) ... ok
testPermissionMapping (testPermissionRole.PermissionRoleTests) ... ok
testPermissive (testPermissionRole.PermissionRoleTests) ... ok
testRestrictive (testPermissionRole.PermissionRoleTests) ... ok
testBasicHTMLIn (testSecurity.SecurityTests) ... ok
testBasicHTMLIn2 (testSecurity.SecurityTests) ... ok
testBasicHTMLIn3 (testSecurity.SecurityTests) ... ok
testBasicStringIn (testSecurity.SecurityTests) ... ok
testBatchingEtc (testSecurity.SecurityTests) ... ok
testDTMLDateFormatting (testSecurity.SecurityTests) ... ok
testExprExplicitDeny (testSecurity.SecurityTests) ... ok
testHTMLInElse (testSecurity.SecurityTests) ... ok
testNoImplicitAccess (testSecurity.SecurityTests) ... ok
testNoItemPush (testSecurity.SecurityTests) ... ok
testNull (testSecurity.SecurityTests) ... ok
testPropogatedError (testSecurity.SecurityTests) ... ok
testRaise (testSecurity.SecurityTests) ... ok
Test automatic rendering of callable objects ... ok
testSecurityInSyntax (testSecurity.SecurityTests) ... ok
testSequence1 (testSecurity.SecurityTests) ... ok
testSequence2 (testSecurity.SecurityTests) ... ok
testSequenceSummaries (testSecurity.SecurityTests) ... ok
testSimpleString (testSecurity.SecurityTests) ... ok
testStringDateFormatting (testSecurity.SecurityTests) ... ok
testUrlUnquote (testSecurity.SecurityTests) ... ok
testWith (testSecurity.SecurityTests) ... ok
test_fmt (testSecurity.SecurityTests) ... ok
testMaxListUsers (testUserFolder.UserFolderTests) ... ok
testBaseUserGetIdEqualGetName (testUserFolder.UserTests) ... ok
testGetDomains (testUserFolder.UserTests) ... ok
testGetPassword (testUserFolder.UserTests) ... ok
testGetRoles (testUserFolder.UserTests) ... ok
testGetUserId (testUserFolder.UserTests) ... ok
testGetUserName (testUserFolder.UserTests) ... ok
testAccessToSimpleContainer (testZopeSecurityPolicy.ZopeSecurityPolicyTests) ... ok
testAccessToUnprotectedSubobjects (testZopeSecurityPolicy.ZopeSecurityPolicyTests) ... ok
testAqNames (testZopeSecurityPolicy.ZopeSecurityPolicyTests) ... ok
testOwnerAccess (testZopeSecurityPolicy.ZopeSecurityPolicyTests) ... ok
testProxyAccess (testZopeSecurityPolicy.ZopeSecurityPolicyTests) ... ok
testRolesForPermission (testZopeSecurityPolicy.ZopeSecurityPolicyTests) ... ok
testUserAccess (testZopeSecurityPolicy.ZopeSecurityPolicyTests) ... ok
testBigInsert (testBTrees.TestIOSets) ... ok
testClear (testBTrees.TestIOSets) ... ok
testDuplicateInsert (testBTrees.TestIOSets) ... ok
testEmptyRangeSearches (testBTrees.TestIOSets) ... ok
testGetItem (testBTrees.TestIOSets) ... ok
testGhostUnghost (testBTrees.TestIOSets) ... ERROR
testHasKeyFails (testBTrees.TestIOSets) ... ok
testInsert (testBTrees.TestIOSets) ... ok
testInsertReturnsValue (testBTrees.TestIOSets) ... ok
testKeys (testBTrees.TestIOSets) ... ok
testLen (testBTrees.TestIOSets) ... ok
testLoadAndStore (testBTrees.TestIOSets) ... ERROR
testMaxKeyMinKey (testBTrees.TestIOSets) ... ok
testNonIntegerInsertRaises (testBTrees.TestIOSets) ... ok
testRemoveFails (testBTrees.TestIOSets) ... ok
testRemoveSucceeds (testBTrees.TestIOSets) ... ok
testSlicing (testBTrees.TestIOSets) ... ok
testUpdate (testBTrees.TestIOSets) ... ok
testBigInsert (testBTrees.TestOOSets) ... ok
testClear (testBTrees.TestOOSets) ... ok
testDuplicateInsert (testBTrees.TestOOSets) ... ok
testEmptyRangeSearches (testBTrees.TestOOSets) ... ok
testGetItem (testBTrees.TestOOSets) ... ok
testGhostUnghost (testBTrees.TestOOSets) ... ERROR
testHasKeyFails (testBTrees.TestOOSets) ... ok
testInsert (testBTrees.TestOOSets) ... ok
testInsertReturnsValue (testBTrees.TestOOSets) ... ok
testKeys (testBTrees.TestOOSets) ... ok
testLen (testBTrees.TestOOSets) ... ok
testLoadAndStore (testBTrees.TestOOSets) ... ERROR
testMaxKeyMinKey (testBTrees.TestOOSets) ... ok
testRemoveFails (testBTrees.TestOOSets) ... ok
testRemoveSucceeds (testBTrees.TestOOSets) ... ok
testSlicing (testBTrees.TestOOSets) ... ok
testUpdate (testBTrees.TestOOSets) ... ok
testBigInsert (testBTrees.TestOISets) ... ok
testClear (testBTrees.TestOISets) ... ok
testDuplicateInsert (testBTrees.TestOISets) ... ok
testEmptyRangeSearches (testBTrees.TestOISets) ... ok
testGetItem (testBTrees.TestOISets) ... ok
testGhostUnghost (testBTrees.TestOISets) ... ERROR
testHasKeyFails (testBTrees.TestOISets) ... ok
testInsert (testBTrees.TestOISets) ... ok
testInsertReturnsValue (testBTrees.TestOISets) ... ok
testKeys (testBTrees.TestOISets) ... ok
testLen (testBTrees.TestOISets) ... ok
testLoadAndStore (testBTrees.TestOISets) ... ERROR
testMaxKeyMinKey (testBTrees.TestOISets) ... ok
testRemoveFails (testBTrees.TestOISets) ... ok
testRemoveSucceeds (testBTrees.TestOISets) ... ok
testSlicing (testBTrees.TestOISets) ... ok
testUpdate (testBTrees.TestOISets) ... ok
testBigInsert (testBTrees.TestIISets) ... ok
testClear (testBTrees.TestIISets) ... ok
testDuplicateInsert (testBTrees.TestIISets) ... ok
testEmptyRangeSearches (testBTrees.TestIISets) ... ok
testGetItem (testBTrees.TestIISets) ... ok
testGhostUnghost (testBTrees.TestIISets) ... ERROR
testHasKeyFails (testBTrees.TestIISets) ... ok
testInsert (testBTrees.TestIISets) ... ok
testInsertReturnsValue (testBTrees.TestIISets) ... ok
testKeys (testBTrees.TestIISets) ... ok
testLen (testBTrees.TestIISets) ... ok
testLoadAndStore (testBTrees.TestIISets) ... ERROR
testMaxKeyMinKey (testBTrees.TestIISets) ... ok
tes
<truncated>