[Twisted-Python] twisted test suite hangs on my Sun - but works on Linux

Ed Hartnett ed at unidata.ucar.edu
Tue Feb 3 15:16:02 EST 2004


Howdy all!

I am using twisted with buildbot to automate testing on a lot of
different platforms.

I'm having some problems on SunOS systems, and the buildbot author
suggested running the twisted test suite. When I run it, it
hangs. Meanwhile, running on Linux it completes just fun.

Here's my output from the tests. At the bottom it just hung. Don't
mind the extra characters around the "OKs", emacs shell mode is just
no rendering colors for me.

zero.unidata.ucar.edu% python /usr/local/bin/trial -v twisted.test
/opt/lib/python2.3/site-packages/twisted/words/__init__.py:21: UserWarning: twisted.words will be undergoing a rewrite at some point in the future.
  warnings.warn("twisted.words will be undergoing a rewrite at some point in the future.")
twisted.test.test_app
  AppTestCase
    testIllegalUnlistens ... 
/opt/lib/python2.3/site-packages/twisted/test/test_app.py:66: exceptions.DeprecationWarning: twisted.internet.app is deprecated, use twisted.application instead.
                                              [OK]
    testListenUnlistenTCP ...                                              [OK]
    testListenUnlistenUDP ...                                              [OK]
    testListenUnlistenUNIX ...                                             [OK]
  ServiceTestCase
    testRegisterService ...                                                [OK]
twisted.test.test_application
  TestAppSupport
    testLoadApplication ...                                                [OK]
    testPassphrase ...                                                     [OK]
    test_convertStyle ...                                                  [OK]
    test_getLogFile ...                                                    [OK]
    test_startApplication ...                                              [OK]
  TestApplication
    testConstructor ...                                                    [OK]
    testPersistableComponent ...                                           [OK]
    testProcessComponent ...                                               [OK]
    testServiceComponent ...                                               [OK]
  TestCompat
    testOldApplication ...                                                 [OK]
    testService ...                                                        [OK]
  TestConvert
    testSimpleInternet ...                                                 [OK]
    testSimpleService ...                                                  [OK]
    testSimpleUNIX ...                                                     [OK]
  TestInterfaces
    testMultiService ...                                                   [OK]
    testProcess ...                                                        [OK]
    testService ...                                                        [OK]
  TestInternet
    testCalling ...                                                        [OK]
    testInterface ...                                                      [OK]
    testServices ...                                                       [OK]
    testTCP ...                                                            [OK]
    testUNIX ...                                                           [OK]
    testUnlistenersCallable ...                                            [OK]
  TestInternet2
    testConnectionGettingRefused ...                                       [OK]
    testEverythingThere ...                                                [OK]
    testPrivileged ...                                                     [OK]
    testStoppingServer ...                                                 [OK]
    testTCP ...                                                            [OK]
    testTimer ...                                                          [OK]
    testUDP ...                                                            [OK]
    testUNIX ...                                                           [OK]
    testVolatile ...                                                       [OK]
  TestLoading
    test_implicitConversion ...                                            [OK]
    test_simpleStoreAndLoad ...                                            [OK]
  TestProcess
    testDefaults ...                                                       [OK]
    testID ...                                                             [OK]
    testProcessName ...                                                    [OK]
  TestService
    testAddingIntoRunning ...                                              [OK]
    testApplicationAsParent ...                                            [OK]
    testCopying ...                                                        [OK]
    testDisowning ...                                                      [OK]
    testDoublyNamedChild ...                                               [OK]
    testDuplicateNamedChild ...                                            [OK]
    testName ...                                                           [OK]
    testNamedChild ...                                                     [OK]
    testParent ...                                                         [OK]
    testPrivileged ...                                                     [OK]
    testRunning ...                                                        [OK]
    testRunningChildren ...                                                [OK]
twisted.test.test_banana
  BananaTestCase
    testCrashString ...                                                    [OK]
    testFloat ...                                                          [OK]
    testInteger ...                                                        [OK]
    testList ...                                                           [OK]
    testLong ...                                                           [OK]
    testNegative ...                                                       [OK]
    testNegativeLong ...                                                   [OK]
    testOversizedList ...                                                  [OK]
    testOversizedString ...                                                [OK]
    testPartial ...                                                        [OK]
    testString ...                                                         [OK]
  CananaTestCase
    testCrashString ...                                                    [OK]
    testFloat ...                                                          [OK]
    testInteger ...                                                        [OK]
    testList ...                                                           [OK]
    testLong ...                                                           [OK]
    testNegative ...                                                       [OK]
    testNegativeLong ...                                                   [OK]
    testOversizedList ...                                                  [OK]
    testOversizedString ...                                                [OK]
    testPartial ...                                                        [OK]
    testString ...                                                         [OK]
  MathTestCase
    testInt2b128 ...                                                       [OK]
twisted.test.test_bounce
  BounceTestCase
    testBounceFormat ...                                                   [OK]
    testBounceMIME ...                                                     [OK]
twisted.test.test_compat
  CompatTestCase
    testBool ...                                                           [OK]
    testDict ...                                                           [OK]
    testIsinstance ...                                                     [OK]
    testIteration ...                                                      [OK]
    testStrip ...                                                          [OK]
twisted.test.test_components
  AdapterTestCase
    testAdapterGetComponent ...                                            [OK]
    testAllowDuplicates ...                                                [OK]
    testBadRegister ...                                                    [OK]
    testGetAdapter ...                                                     [OK]
    testGetAdapterClass ...                                                [OK]
    testGetSubAdapter ...                                                  [OK]
    testNoAdapter ...                                                      [OK]
    testParentInterface ...                                                [OK]
    testSelfIsAdapter ...                                                  [OK]
  ComponentizedTestCase
    testComponentized ...                                                  [OK]
    testInheritanceAdaptation ...                                          [OK]
    testMultiAdapter ...                                                   [OK]
  InterfacesTestCase
    testClasses ...                                                        [OK]
    testGetInterfaces ...                                                  [OK]
    testInstanceOnlyImplements ...                                         [OK]
    testInstances ...                                                      [OK]
    testOther ...                                                          [OK]
    testSuperInterfaces ...                                                [OK]
    testTupleTrees ...                                                     [OK]
  TestInterfaceInterface
    testBasic ...                                                          [OK]
  TestMetaInterface
    testBasic ...                                                          [OK]
    testComponentizedInteraction ...                                       [OK]
    testCustomRegistry ...                                                 [OK]
    testInterfaceAdaptMethod ...                                           [OK]
    testRegistryPersistence ...                                            [OK]
twisted.test.test_context
  ContextTest
    testBasicContext ...                                                   [OK]
twisted.test.test_cred
  AuthorizerTestCase
    test_addIdent ... 
/opt/lib/python2.3/site-packages/twisted/cred/authorizer.py:115: exceptions.DeprecationWarning: Authorizers are deprecated, switch to portals/realms/etc.

/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:405: exceptions.DeprecationWarning: Identities are deprecated, switch to credentialcheckers etc.
                                                     [OK]
    test_nonExistentIdent ...                                              [OK]
  FunctionsTestCase
    test_challenge ...                                                     [OK]
  IdentityTestCase
    testConstruction ... 
/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:297: exceptions.DeprecationWarning: Identities are deprecated, switch to credentialcheckers etc.

/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:300: exceptions.DeprecationWarning: Identities are deprecated, switch to credentialcheckers etc.
                                                  [OK]
    test_addKeyByString ...                                                [OK]
    test_addKeyForPerspective ... 
/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:307: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.
                                         [OK]
    test_getAllKeys ... 
/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:316: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.
                                                   [OK]
    test_removeKey ...                                                     [OK]
    test_removeKey_invalid ...                                             [OK]
    test_setPassword_invalid ...                                           [OK]
    test_verifyPassword ...                                                [OK]
    test_verifyPlainPassword ...                                           [OK]
  PerspectiveTestCase
    testConstruction ... 
/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:170: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.
                                                  [OK]
    testConstruction_invalidIdentityName ...                               [OK]
    testConstruction_invalidPerspectiveName ...                            [OK]
    testConstruction_invalidService ...                                    [OK]
    test_identityWithNoPassword ... 
/opt/lib/python2.3/site-packages/twisted/cred/authorizer.py:78: exceptions.DeprecationWarning: Identities are deprecated, switch to credentialcheckers etc.
                                       [OK]
    test_identityWithNoPassword_plain ...                                  [OK]
    testgetService ...                                                     [OK]
    testmakeIdentity ...                                                   [OK]
    testmakeIdentity_invalid ...                                           [OK]
    testsetIdentity ...                                                    [OK]
    testsetIdentityName ...                                                [OK]
    testsetIdentityName_invalid ...                                        [OK]
    testsetIdentity_invalid ...                                            [OK]
  ServiceTestCase
    testConstruction ... 
/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:59: exceptions.DeprecationWarning: Authorizers are deprecated, switch to portals/realms/etc.

/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:59: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.

/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:63: exceptions.DeprecationWarning: Authorizers are deprecated, switch to portals/realms/etc.

/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:65: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.

/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:66: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.

/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:67: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.
                                                  [OK]
    serviceName is frequently used as a key, thus it is expected ... 
/opt/lib/python2.3/site-packages/twisted/python/util.py:460: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.
      [OK]
    testGetSetPerspetiveSanity ...                                         [OK]
    testParent ... 
/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:71: exceptions.DeprecationWarning: Authorizers are deprecated, switch to portals/realms/etc.

/opt/lib/python2.3/site-packages/twisted/test/test_cred.py:72: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.
                                                        [OK]
    testaddPerspective_invalid ...                                         [OK]
    testgetPerspective ...                                                 [OK]
    testgetPerspectiveNamed_invalid ...                                    [OK]
    testgetServiceName ...                                                 [OK]
    testgetServiceName_hashable ...                                        [OK]
    testgetServiceType ...                                                 [OK]
    testsetServiceParent ...                                               [OK]
twisted.test.test_defer
  AlreadyCalledTestCase
    testAlreadyCalledDebug_CC ...                                          [OK]
    testAlreadyCalledDebug_CE ...                                          [OK]
    testAlreadyCalledDebug_EC ...                                          [OK]
    testAlreadyCalledDebug_EE ...                                          [OK]
    testAlreadyCalled_CC ...                                               [OK]
    testAlreadyCalled_CE ...                                               [OK]
    testAlreadyCalled_EC ...                                               [OK]
    testAlreadyCalled_EE ...                                               [OK]
    testNoDebugging ...                                                    [OK]
  DeferredTestCase
    testCallbackErrors ...                                                 [OK]
    testCallbackWithArgs ...                                               [OK]
    testCallbackWithKwArgs ...                                             [OK]
    testCallbackWithoutArgs ...                                            [OK]
    testDeferredList ...                                                   [OK]
    testDeferredListFireOnOneError ...                                     [OK]
    testEmptyDeferredList ...                                              [OK]
    testGatherResults ...                                                  [OK]
    testImmediateFailure ...                                               [OK]
    testImmediateSuccess ...                                               [OK]
    testMaybeDeferred ...                                                  [OK]
    testPausedFailure ...                                                  [OK]
    testReturnDeferred ...                                                 [OK]
    testTimeOut ...                                                        [OK]
    testTwoCallbacks ...                                                   [OK]
    testUnpauseBeforeCallback ...                                          [OK]
  DeferredTestCaseII
    Testing empty DeferredList. ...                                        [OK]
  LogTestCase
    testErrorLog ...                                                       [OK]
twisted.test.test_dict
  ParamTest
    Testing command response handling ...                                  [OK]
twisted.test.test_dirdbm
  DirDbmTestCase
    testAll ...                                                            [OK]
    testDbm ...                                                            [OK]
    testModificationTime ...                                               [OK]
    testRebuildInteraction ...                                             [OK]
    DirDBM: test recovery from directory after a faked crash ...           [OK]
  ShelfTestCase
    testAll ...                                                            [OK]
    testDbm ...                                                            [OK]
    testModificationTime ...                                               [OK]
    testRebuildInteraction ...                                             [OK]
    DirDBM: test recovery from directory after a faked crash ...           [OK]
twisted.test.test_dns
  RoundtripDNSTestCase
    testHashable ...                                                       [OK]
    testName ...                                                           [OK]
    testQuery ...                                                          [OK]
    testRR ...                                                             [OK]
    testResources ...                                                      [OK]
twisted.test.test_doc
  DocCoverage
    Looking for docstrings in all modules. ...                        [SKIPPED]
    Looking for docstrings in all packages. ... 
/opt/lib/python2.3/site-packages/twisted/im/__init__.py:20: exceptions.UserWarning: twisted.im will be undergoing a rewrite at some point in the future.

/opt/lib/python2.3/site-packages/twisted/spread/ui/__init__.py:25: exceptions.DeprecationWarning: twisted.spread.ui is deprecated. Please do not use.
                           [OK]
twisted.test.test_domhelpers
  DomHelpersTest
    test_clearNode ...                                                     [OK]
    test_escape ...                                                        [OK]
    test_findElementsWithAttribute ...                                     [OK]
    test_findNodesNamed ...                                                [OK]
    test_gatherTextNodes ...                                               [OK]
    test_get ...                                                           [OK]
    test_getAndClear ...                                                   [OK]
    test_getElementsByTagName ...                                          [OK]
    test_getIfExists ...                                                   [OK]
    test_getParents ...                                                    [OK]
    test_locateNodes ...                                                   [OK]
    test_unescape ...                                                      [OK]
twisted.test.test_domish
  DomishStreamTestCase
    testExpatStream ...                                                    [OK]
    testSuxStream ...                                                      [OK]
  DomishTestCase
    testChildOps ...                                                       [OK]
    testElementInit ...                                                    [OK]
    testEscaping ...                                                       [OK]
    testNamespaceObject ...                                                [OK]
    testSerialization ...                                                  [OK]
    testUnicodeSerialization ...                                           [OK]
twisted.test.test_enterprise
  GadflyTestCase
    testPool ...                                                      [SKIPPED]
    testReflector ...                                                 [SKIPPED]
  MySQLTestCase
    testPool ...                                                      [SKIPPED]
    testReflector ...                                                 [SKIPPED]
  PostgresTestCase
    testPool ...                                                      [SKIPPED]
    testReflector ...                                                 [SKIPPED]
  QuotingTestCase
    testQuoting ...                                                        [OK]
  SQLiteTestCase
    testPool ...                                                      [SKIPPED]
    testReflector ...                                                 [SKIPPED]
  XMLReflectorTestCase
    testReflector ...                                                      [OK]
twisted.test.test_error
  TestStringification
    testThemAll ...                                                        [OK]
twisted.test.test_ethernet
  EthernetTestCase
    Adding a protocol with a number >=2**16 raises an exception. ...       [OK]
    Adding a protocol with a number >=2**16 raises an exception. ...       [OK]
    Adding a protocol with a negative number raises an exception. ...      [OK]
    Adding a wrong level protocol raises an exception. ...                 [OK]
    testDemuxing ...                                                       [OK]
    testMultiplePackets ...                                                [OK]
    testMultipleSameProtos ...                                             [OK]
    testPacketParsing ...                                                  [OK]
    testWrongProtoNotSeen ...                                              [OK]
twisted.test.test_explorer
  TestBrowseFunction
    Basic checks for browse_function. ...                                  [OK]
    Testing function with crazy signature. ...                             [OK]
    Testing zero-argument function signature. ...                          [OK]
    Testing simple function signature. ...                                 [OK]
    Testing variable-argument function signature. ...                      [OK]
  TestBrowser
    Following a chain of Explorers. ...                                    [OK]
twisted.test.test_extensions
  CorrectComments
    testNoSlashSlashComments ...                                        [ERROR]
twisted.test.test_factories
  ReconnectingFactoryTestCase
    testStopTrying ...                                                     [OK]
twisted.test.test_failure
  FailureTestCase
    testExplictPass ...                                                    [OK]
    Trapping a failure. ...                                                [OK]
    testPrinting ...                                                       [OK]
    Making sure trap doesn't trap what it shouldn't. ...                   [OK]
twisted.test.test_finger
  FingerTestCase
    testForwarding ...                                                     [OK]
    testList ...                                                           [OK]
    testSimple ...                                                         [OK]
    testSimpleW ...                                                        [OK]
twisted.test.test_flow
  FlowTest
    testBasic ...                                                          [OK]
    testBasicIterator ...                                                  [OK]
    testBasicList ...                                                      [OK]
    testBuildList ...                                                      [OK]
    testCallable ...                                                       [OK]
    testCallback ...                                                       [OK]
    testCallbackFailure ...                                                [OK]
    testConcurrentCallback ...                                             [OK]
    testConsumer ...                                                       [OK]
    testDeferred ...                                                       [OK]
    testDeferredFailure ...                                                [OK]
    testDeferredTrap ...                                                   [OK]
    testDeferredWrapper ...                                                [OK]
    testDeferredWrapperFail ...                                            [OK]
    testDeferredWrapperImmediate ...                                       [OK]
    testFailure ...                                                        [OK]
    testFilter ...                                                         [OK]
    testLineBreak ...                                                      [OK]
    testMerge ...                                                          [OK]
    testNotReady ...                                                       [OK]
    testProducer ...                                                       [OK]
    testProtocol ...                                                       [OK]
    testProtocolLocalhost ...                                              [OK]
    testQueryIterator ...                                                  [OK]
    testThreaded ...                                                       [OK]
    The goal of this test is to test the callback mechanism with ...       [OK]
    testThreadedSleep ...                                                  [OK]
    testZip ...                                                            [OK]
    testZipFailure ...                                                     [OK]
twisted.test.test_formmethod
  ArgumentTestCase
    testBoolean ...                                                        [OK]
    testChoice ...                                                         [OK]
    testDate ...                                                           [OK]
    testFlags ...                                                          [OK]
    testFloat ...                                                          [OK]
    testInt ...                                                            [OK]
    testRangedInteger ...                                                  [OK]
    testString ...                                                         [OK]
    testVerifiedPassword ...                                               [OK]
twisted.test.test_ftp
  FTPClientTests
    testFailedRETR ...                                                     [OK]
  FTPFileListingTests
    testOneLine ...                                                        [OK]
  TestAnonymousAvatar
    testAnonymousLogin ...                                               [TODO]
    testCDUP ...                                                         [TODO]
    testCWD ... 
/opt/lib/python2.3/site-packages/twisted/test/test_ftp.py:601: exceptions.UserWarning: This test is VERY FRAGILE! in fact, its so fragile it won't run on any other computer but mine
                                                         [TODO]
    testGetUserUIDAndGID ...                                               [OK]
    testPWDOnLogin ...                                                   [TODO]
  TestDTPTesting
    testDTPTestingSanityCheck ...                                          [OK]
  TestFTPFactory
    testBuildProtocol ...                                          [SUCCESS!?!]
  TestFTPServer
    testBadCmdSequenceReply ...                                            [OK]
    testBadCmdSequenceReplyPartTwo ...                                     [OK]
    testCmdNotImplementedForArgErrors ...                                  [OK]
    testDecodeHostPort ...                                                 [OK]
    testLIST ...                                                           [OK]
    testNotLoggedInReply ...                                               [OK]
    testPASV ...                                                           [OK]
    testRETR ...                                                           [OK]
    testSYST ...                                                           [OK]
    testTYPE ...                                                         [TODO]
  TestUtilityFunctions
    testCleanPath ...                                              [SUCCESS!?!]
twisted.test.test_hook
  HookTestCase
    make sure that the base class's hook is called reliably ...            [OK]
    test interactions between base-class hooks and subclass hooks ...      [OK]
twisted.test.test_htb
  ConsumerShaperTest
    testBucketRefs ...                                                     [OK]
    testRate ...                                                           [OK]
  TestBucket
    Testing the bucket's drain rate. ...                                   [OK]
    Testing the size of the bucket. ...                                    [OK]
  TestBucketNesting
    testBucketParentRate ...                                               [OK]
    testBucketParentSize ...                                               [OK]
twisted.test.test_http
  ChunkingTestCase
    testChunks ...                                                         [OK]
    testConcatenatedChunks ...                                             [OK]
  DateTimeTest
    testRoundtrip ...                                                      [OK]
  HTTP0_9TestCase
    testBuffer ...                                                         [OK]
  HTTP1_0TestCase
    testBuffer ...                                                         [OK]
  HTTP1_1TestCase
    testBuffer ...                                                         [OK]
  HTTP1_1_close_TestCase
    testBuffer ...                                                         [OK]
  HTTPLoopbackTestCase
    testLoopback ...                                                       [OK]
  ParsingTestCase
    testCookies ...                                                        [OK]
    testGET ...                                                            [OK]
    testHeaders ...                                                        [OK]
    testPOST ...                                                           [OK]
    testTooManyHeaders ...                                                 [OK]
  PersistenceTestCase
    testAlgorithm ...                                                      [OK]
  QueryArgumentsTestCase
    testEscchar ...                                                        [OK]
    testParseqs ...                                                        [OK]
    testUnquote ...                                                        [OK]
twisted.test.test_imap
  AuthenticatorTestCase
    testCramMD5 ...                                                        [OK]
    testFailedCramMD5 ...                                                  [OK]
    testFailedLOGIN ...                                                    [OK]
    testFailedPLAIN ...                                                    [OK]
    testLOGIN ...                                                          [OK]
    testPLAIN ...                                                          [OK]
  CopyWorkerTestCase
    testFeaturefulMessage ...                                              [OK]
    testUnfeaturefulMessage ...                                            [OK]
  FetchSearchStoreTestCase
    testSearch ...                                                         [OK]
    testUIDSearch ...                                                      [OK]
  HandCraftedTestCase
    testPathelogicalScatteringOfLiterals ... 
/opt/lib/python2.3/site-packages/twisted/trial/util.py:40: exceptions.UserWarning: 
pendingTimedCalls still pending:
 <DelayedCall 11893096 [59.963108778s] called=0 cancelled=0 IMAP4Server.__timedOut()>

                            [TODO]
    testTrailingLiteral ...                                                [OK]
  IMAP4HelperTestCase
    testFetchParserBody ...                                                [OK]
    testFetchParserMacros ...                                              [OK]
    testFetchParserSimple ...                                              [OK]
    testFileProducer ...                                                   [OK]
    testFiles ...                                                          [OK]
    testHeaderFormatter ...                                                [OK]
    testIdListParser ...                                                   [OK]
    testLiterals ...                                                       [OK]
    testMessageSet ...                                                     [OK]
    testParenParser ...                                                    [OK]
    testQueryBuilder ...                                                   [OK]
    testQuoteAvoider ...                                                   [OK]
    testQuotedSplitter ...                                                 [OK]
    testStringCollapser ...                                                [OK]
    testWildcard ...                                                       [OK]
    testWildcardNoDelim ...                                                [OK]
  IMAP4ServerTestCase
    testCapability ...                                                     [OK]
    testCapabilityWithAuth ...                                             [OK]
    testCheck ...                                                          [OK]
    testClose ...                                                          [OK]
    testCreate ...                                                         [OK]
    testDelete ...                                                         [OK]
    testExamine ...                                                        [OK]
    testExpunge ...                                                        [OK]
    testFailedLogin ...                                                    [OK]
    testFailedStatus ...                                                   [OK]
    testFullAppend ...                                                     [OK]
    testHierarchicalRename ...                                             [OK]
    testIllegalDelete ...                                                  [OK]
    testIllegalInboxDelete ...                                             [OK]
    testIllegalInboxRename ...                                             [OK]
    testLSub ...                                                           [OK]
    testList ...                                                           [OK]
    testLogin ...                                                          [OK]
    testLogout ...                                                         [OK]
    testNamespace ...                                                      [OK]
    testNonExistentDelete ...                                              [OK]
    testNoop ...                                                           [OK]
    testPartialAppend ...                                                  [OK]
    testRename ...                                                         [OK]
    testSelect ...                                                         [OK]
    testStatus ...                                                         [OK]
    testSubscribe ...                                                      [OK]
    testUnsubscribe ...                                                    [OK]
  IMAP4UTF7TestCase
    testDecode ...                                                         [OK]
    testEncode ...                                                         [OK]
    testPrintableSingletons ...                                            [OK]
  MessageProducerTestCase
    testMultipleMultiPart ...                                              [OK]
    testSingleMultiPart ...                                                [OK]
    testSinglePart ...                                                     [OK]
  NewFetchTestCase
    testFetchAll ...                                                       [OK]
    testFetchAllUID ...                                                    [OK]
    testFetchBody ...                                                      [OK]
    testFetchBodyStructure ...                                             [OK]
    testFetchBodyStructureUID ...                                          [OK]
    testFetchBodyUID ...                                                   [OK]
    testFetchEnvelope ...                                                  [OK]
    testFetchEnvelopeUID ...                                               [OK]
    testFetchFast ...                                                      [OK]
    testFetchFastUID ...                                                   [OK]
    testFetchFlags ...                                                     [OK]
    testFetchFlagsUID ...                                                  [OK]
    testFetchFull ...                                                      [OK]
    testFetchFullUID ...                                                   [OK]
    testFetchHeaders ...                                                   [OK]
    testFetchHeadersUID ...                                                [OK]
    testFetchInternalDate ...                                              [OK]
    testFetchInternalDateUID ...                                           [OK]
    testFetchMessage ...                                                   [OK]
    testFetchMessageUID ...                                                [OK]
    testFetchSimplifiedBody ...                                            [OK]
    testFetchSimplifiedBodyRFC822 ...                                      [OK]
    testFetchSimplifiedBodyRFC822UID ...                                   [OK]
    testFetchSimplifiedBodyText ...                                        [OK]
    testFetchSimplifiedBodyTextUID ...                                     [OK]
    testFetchSimplifiedBodyUID ...                                         [OK]
    testFetchSize ...                                                      [OK]
    testFetchSizeUID ...                                                   [OK]
    testFetchUID ...                                                       [OK]
  NewStoreTestCase
    testSetFlags ...                                                       [OK]
  TLSTestCase
    testAPileOfThings ...                                             [SKIPPED]
    testLoginLogin ...                                                [SKIPPED]
    testAPileOfThings ...                                             [SKIPPED]
    testLoginLogin ...                                                [SKIPPED]
  UnsolicitedResponseTestCase
    testFlagChange ...                                                     [OK]
    testNewMessages ...                                                    [OK]
    testNewMessagesAndRecent ...                                           [OK]
    testNewRecentMessages ...                                              [OK]
    testReadOnly ...                                                       [OK]
    testReadWrite ...                                                      [OK]
twisted.test.test_import
  AtLeastImportTestCase
    test_enterprise ...                                                    [OK]
    Test importing internet ...                                            [OK]
    test_lore ...                                                          [OK]
    Test importing mail ...                                                [OK]
    Test importing other misc. modules ...                                 [OK]
    Test importing names ...                                               [OK]
    Test importing persisted ...                                           [OK]
    Test importing protocols ...                                           [OK]
    Test importing spreadables ...                                         [OK]
    test_test ...                                                          [OK]
    Test importing twisted.python ...                                      [OK]
    internet modules for unix. ...                                         [OK]
    Test importing web ... 
/opt/lib/python2.3/site-packages/twisted/web/widgets.py:22: exceptions.DeprecationWarning: This module is deprecated, please use Woven instead.

/opt/lib/python2.3/site-packages/twisted/test/test_import.py:105: exceptions.DeprecationWarning: Please use twisted.web.woven.guard
                                                [OK]
    Test importing words ...                                               [OK]
twisted.test.test_internet
  DelayedTestCase
    testActive ...                                                         [OK]
    testGetDelayedCalls ...                                                [OK]
  InterfaceTestCase
    testCallLater ...                                                      [OK]
    testCallLaterDelayAndReset ...                                         [OK]
    testCallLaterTime ...                                                  [OK]
    reactor.wakeUp should terminate reactor.iterate(5) ...                 [OK]
  MultiServiceTestCase
    testDeferredStopService ...                                            [OK]
    MutliService.stopService returns Deferred when empty. ...              [OK]
    MultiService.stopService returns Deferred when service returns None. ... [OK]
  ProtocolTestCase
    testFactory ...                                                        [OK]
  ReactorCoreTestCase
    reactor.crash should NOT fire shutdown triggers ...                    [OK]
    Test that reactor.iterate(0) doesn't block ...                         [OK]
    Test that reactor.crash terminates reactor.run ...                     [OK]
  SystemEventTestCase
    testTriggerSystemEvent1 ...                                            [OK]
    testTriggerSystemEvent2 ...                                            [OK]
    testTriggerSystemEvent3 ...                                            [OK]
    testTriggerSystemEvent4 ...                                            [OK]
    testTriggerSystemEvent5 ...                                            [OK]
  TestProducer
    testDoubleProducer ...                                                 [OK]
    testUnconnectedFileDescriptor ...                                      [OK]
  callFromThreadTestCase
    testCorrectOrder ...                                                   [OK]
    testNotRunAtOnce ...                                                   [OK]
    testScheduling ...                                                     [OK]
twisted.test.test_ip
  IPTestCase
    Adding a protocol with a number >=2**32 raises an exception. ...       [OK]
    Adding a protocol with a number >=2**32 raises an exception. ...       [OK]
    Adding a protocol with a negative number raises an exception. ...      [OK]
    Adding a wrong level protocol raises an exception. ...                 [OK]
    testDemuxing ...                                                       [OK]
    testMultiplePackets ...                                                [OK]
    testMultipleSameProtos ...                                             [OK]
    testPacketParsing ...                                                  [OK]
    testWrongProtoNotSeen ...                                              [OK]
twisted.test.test_irc
  BasicServerFunctionalityTestCase
    testAction ...                                                         [OK]
    testJoin ...                                                           [OK]
    testNotice ...                                                         [OK]
    testPart ...                                                           [OK]
    testPrivmsg ...                                                        [OK]
  CTCPTest
    Testing CTCP query ERRMSG. ...                                         [OK]
  ModeTestCase
    test_MODE_CHANGE ...                                                   [OK]
  QuotingTest
    Testing CTCP message level quote/dequote ...                           [OK]
    Testing client-server level quote/dequote ...                          [OK]
twisted.test.test_iutils
  UtilsTestCase
    testOutput ...                                                         [OK]
    testValue ...                                                          [OK]
twisted.test.test_jabbercomponent
  ComponentAuthTest
    testAuth ...                                                           [OK]
  TestJabberServiceManager
    testSM ...                                                             [OK]
twisted.test.test_jabberjid
  JIDClassTest
    testBasic ...                                                          [OK]
  JIDParsingTest
    testInvalid ...                                                        [OK]
    testParse ...                                                          [OK]
twisted.test.test_jelly
  CircularReferenceTestCase
    testCircleWithInvoker ...                                              [OK]
    testSimpleCircle ...                                                   [OK]
  JellyTestCase
    test for class-level security of serialization ...                     [OK]
    test to make sure that objects retain identity properly ...            [OK]
    test for all types currently supported in jelly ...                    [OK]
    testMethodSelfIdentity ...                                             [OK]
    testMoreReferences ...                                                 [OK]
    testNewStyleClasses ...                                                [OK]
    testPersistentStorage ...                                              [OK]
    testSetState ...                                                       [OK]
    simplest test case ...                                                 [OK]
    testStressReferences ...                                               [OK]
    test for type-level security of serialization ...                      [OK]
    testUnicode ...                                                        [OK]
twisted.test.test_journal
  JournalTestCase
    testCommandExecution ...                                               [OK]
    testLogging ...                                                        [OK]
    testRecovery ...                                                       [OK]
    testTime ...                                                           [OK]
twisted.test.test_log
  LogTest
    testContext ...                                                        [OK]
    testErrors ...                                                         [OK]
    testObservation ...                                                    [OK]
twisted.test.test_logfile
  DailyLogFileTestCase
    testRotation ...                                                       [OK]
    testWriting ...                                                        [OK]
  LogFileTestCase
    testAppend ...                                                         [OK]
    testLogReader ...                                                      [OK]
    logfile: check rotated files have same permissions as original. ...    [OK]
    logfile: check it keeps working when permission on dir changes. ...    [OK]
    testRotation ...                                                       [OK]
    testWriting ...                                                        [OK]
twisted.test.test_loopback
  LoopbackTCPTestCase
    testRegularFunction ...                                                [OK]
    testSneakyHiddenDoom ...                                               [OK]
  LoopbackTestCase
    testRegularFunction ...                                                [OK]
    testSneakyHiddenDoom ...                                               [OK]
twisted.test.test_mail
  AliasTestCase
    testFileAlias ...                                                      [OK]
    testFileLoader ...                                                     [OK]
    testHandle ...                                                         [OK]
    testMultiWrapper ...                                                   [OK]
  BounceTestCase
    testAddUser ...                                                        [OK]
    testExists ...                                                         [OK]
    testMessage ...                                                        [OK]
    testRelay ...                                                          [OK]
  DirectoryQueueTestCase
    testDone ...                                                           [OK]
    testEnvelope ...                                                       [OK]
    testRelaying ...                                                       [OK]
    testWaiting ...                                                        [OK]
  DomainWithDefaultsTestCase
    testMethods ...                                                        [OK]
  FileMessageTestCase
    testContents ...                                                       [OK]
    testFinalName ...                                                      [OK]
    testInterrupted ...                                                    [OK]
  LiveFireExercise
    testLocalDelivery ...                                                  [OK]
    testRelayDelivery ...                                                  [OK]
  MXTestCase
    testManyRecords ...                                                    [OK]
    testSimpleFailure ...                                                  [OK]
    testSimpleFailureWithFallback ...                                      [OK]
    testSimpleSuccess ...                                                  [OK]
  MailServiceTestCase
    testFactories ...                                                      [OK]
    testPortals ...                                                        [OK]
  MaildirDirdbmDomainTestCase
    testAddUser ...                                                        [OK]
    testCredentials ...                                                    [OK]
    testRequestAvatar ...                                                  [OK]
    testRequestAvatarId ...                                                [OK]
  MaildirTestCase
    testInitializer ...                                                    [OK]
    testMailbox ...                                                        [OK]
  ManagedRelayerTestCase
    testConnectionLost ...                                                 [OK]
    testFailedSentMail ...                                                 [OK]
    testSuccessfulSentMail ...                                             [OK]
  ProcessAliasTestCase
    testAliasResolution ...                                                [OK]
    testCyclicAlias ...                                                    [OK]
    testProcessAlias ...                                                [ERROR]
  RelayTestCase
    testExists ...                                                         [OK]
  RelayerTestCase
    testMailData ...                                                       [OK]
    testMailFrom ...                                                       [OK]
    testMailTo ...                                                         [OK]
  ServiceDomainTestCase
    testReceivedHeader ...                                                 [OK]
    testValidateFrom ...                                                   [OK]
    testValidateTo ...                                                     [OK]
  VirtualPOP3TestCase
    testAuthenticateAPOP ...                                               [OK]
    testAuthenticatePASS ...                                               [OK]
twisted.test.test_manhole
  ManholeTest
    Making sure imported module is the same as one previously loaded. ...  [OK]
    Trying to import __main__ ...                                          [OK]
twisted.test.test_mvc
  MVCTestCase
    testControllerConstruction ...                                         [OK]
    testModelManipulation ...                                              [OK]
    testMoreModelManipulation ...                                          [OK]
    When the model updates the view should too ...                         [OK]
    testViewConstruction ...                                               [OK]
    When the model updates the view should too ...                         [OK]
twisted.test.test_names
  HelperTestCase
    testSerialGenerator ...                                                [OK]
  ServerDNSTestCase
    Test DNS 'A6' record queries (IPv6) ...                                [OK]
    Test DNS 'AAAA' record queries (IPv6) ...                              [OK]
    Test DNS 'AFSDB' record queries ...                                    [OK]
    Test simple DNS 'A' record queries ...                                 [OK]
    Test DNS 'A' record queries with multiple answers ...                  [OK]
    Test DNS 'A' record queries with edge cases ...                        [OK]
    Test DNS 'SOA' record queries ...                                      [OK]
    Test DNS 'CNAME' record queries ...                                    [OK]
    Test DNS 'HINFO' record queries ...                                    [OK]
    Test DNS 'MB' record queries ...                                       [OK]
    Test DNS 'MG' record queries ...                                       [OK]
    Test DNS 'MINFO' record queries ...                                    [OK]
    Test DNS 'MR' record queries ...                                       [OK]
    Test DNS 'MX' record queries ...                                       [OK]
    Test DNS 'NS' record queries ...                                       [OK]
    Test DNS 'PTR' record queries ...                                      [OK]
    Test DNS 'RP' record queries ...                                       [OK]
    Test DNS 'SRV' record queries ...                                      [OK]
    testSomeRecordsWithTTLs ...                                            [OK]
    Test DNS 'TXT' record queries ...                                      [OK]
    Test DNS 'WKS' record queries ...                                      [OK]
    Test DNS 'AXFR' queries (Zone transfer) ...                            [OK]
twisted.test.test_newcred
  CramMD5CredentialsTestCase
    testCheckPassword ...                                                  [OK]
    testIdempotentChallenge ...                                            [OK]
    testWrongPassword ...                                                  [OK]
  NewCredTest
    testBasicLogin ...                                                     [OK]
    testFailedLogin ...                                                    [OK]
    testFailedLoginName ...                                                [OK]
    testListCheckers ...                                                   [OK]
  OnDiskDatabaseTestCase
    testCaseInSensitivity ...                                              [OK]
    testHashedPasswords ...                                                [OK]
    testRequestAvatarId ...                                                [OK]
    testUserLookup ...                                                     [OK]
twisted.test.test_newjelly
  CircularReferenceTestCase
    testCircleWithInvoker ...                                              [OK]
    testSimpleCircle ...                                                   [OK]
  JellyTestCase
    test for class-level security of serialization ...                     [OK]
    test to make sure that objects retain identity properly ...            [OK]
    test for all types currently supported in jelly ...                    [OK]
    testMethodSelfIdentity ...                                             [OK]
    testMoreReferences ...                                                 [OK]
    testNewStyleClasses ...                                                [OK]
    testSetState ...                                                       [OK]
    simplest test case ...                                                 [OK]
    testStressReferences ...                                               [OK]
    test for type-level security of serialization ...                      [OK]
    testUnicode ...                                                        [OK]
twisted.test.test_news
  NewsTestCase
    testArticleExists ...                                                  [OK]
    testArticleRequest ...                                                 [OK]
    testBodyRequest ...                                                    [OK]
    testHeadRequest ...                                                    [OK]
twisted.test.test_nmea
  NMEAReceiverTestCase
    testGPSMessages ...                                                    [OK]
twisted.test.test_nntp
  NNTPTestCase
    testLoopback ...                                                       [OK]
twisted.test.test_paths
  FilePathTestCase
    testGetAndSet ...                                                      [OK]
    testInsecureUNIX ...                                                   [OK]
    Windows has 'special' filenames like NUL and CON and COM1 and LPR ... [SKIPPED]
    testInvalidSubdir ...                                                  [OK]
    testMultiExt ...                                                       [OK]
    testPersist ...                                                        [OK]
    testPreauthChild ...                                                   [OK]
    testStatCache ...                                                      [OK]
    testValidFiles ...                                                     [OK]
    testValidSubdir ...                                                    [OK]
  URLPathTestCase
    testChildString ...                                                    [OK]
    testHereString ...                                                     [OK]
    testParentString ...                                                   [OK]
    testSiblingString ...                                                  [OK]
    testStringConversion ...                                               [OK]
twisted.test.test_pb
  BrokerTestCase
    testCache ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:112: exceptions.DeprecationWarning: Identities are deprecated, switch to credentialcheckers etc.

/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:114: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.

/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:117: exceptions.DeprecationWarning: This is deprecated. Use PBServerFactory.
                                                         [OK]
    testCopy ...                                                           [OK]
    testDefer ...                                                          [OK]
    testFactoryCopy ...                                                    [OK]
    testObserve ...                                                        [OK]
    testPublishable ...                                                    [OK]
    testRefcount ...                                                       [OK]
    testReference ...                                                      [OK]
    testResult ...                                                         [OK]
    testTooManyRefs ...                                                    [OK]
    testViewPoint ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:532: exceptions.DeprecationWarning: This is deprecated. Use PBClientFactory.

/opt/lib/python2.3/site-packages/twisted/internet/defer.py:308: exceptions.DeprecationWarning: This is deprecated. Use PBClientFactory.

/opt/lib/python2.3/site-packages/twisted/spread/pb.py:1111: exceptions.DeprecationWarning: pb.Perspective is deprecated, please use pb.Avatar.
                                                     [OK]
  ConnectionTestCase
    testConnect ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:785: exceptions.DeprecationWarning: Identities are deprecated, switch to credentialcheckers etc.

/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:787: exceptions.DeprecationWarning: Cred services are deprecated, use realms instead.

/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:790: exceptions.DeprecationWarning: Identities are deprecated, switch to credentialcheckers etc.

/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:794: exceptions.DeprecationWarning: This is deprecated. Use PBServerFactory.

/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:815: exceptions.DeprecationWarning: This is deprecated. Use PBClientFactory.

/opt/lib/python2.3/site-packages/twisted/spread/pb.py:1327: exceptions.DeprecationWarning: Update your backend to use PBServerFactory, and then use login().
                                                       [OK]
    testDisconnect ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:861: exceptions.DeprecationWarning: Update your backend to use PBServerFactory, and then use login().
                                                    [OK]
    testEmptyPerspective ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:871: exceptions.DeprecationWarning: Update your backend to use PBServerFactory, and then use login().
                                              [OK]
    testGetObjectAt ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:809: exceptions.DeprecationWarning: This is deprecated. Use PBClientFactory.
                                                   [OK]
    testGoodFailedConnect ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:853: exceptions.DeprecationWarning: Update your backend to use PBServerFactory, and then use login().
                                             [OK]
    testGoodGetObject ...                                                  [OK]
    testGoodPerspective ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:842: exceptions.DeprecationWarning: Update your backend to use PBServerFactory, and then use login().

/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:846: exceptions.DeprecationWarning: Update your backend to use PBServerFactory, and then use login().
                                               [OK]
    testIdentityConnector ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:820: exceptions.DeprecationWarning: This is deprecated. Use PBClientFactory.

/opt/lib/python2.3/site-packages/twisted/spread/pb.py:1441: exceptions.DeprecationWarning: This is deprecated. Use PBClientFactory.

/opt/lib/python2.3/site-packages/twisted/spread/pb.py:1408: exceptions.DeprecationWarning: This is deprecated. Use PBClientFactory.
                                             [OK]
    testImmediateClose ...                                                 [OK]
    testReconnect ... 
/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:883: exceptions.DeprecationWarning: Update your backend to use PBServerFactory, and then use login().

/opt/lib/python2.3/site-packages/twisted/test/test_pb.py:882: exceptions.DeprecationWarning: Update your backend to use PBServerFactory, and then use login().
                                                     [OK]
  DisconnectionTestCase
    testBadSerialization ...                                               [OK]
    testDisconnection ...                                                  [OK]
  NSPTestCase
    testNSP ...                                                            [OK]
  NewCredTestCase
    testBadLogin ...                                                       [OK]
    testLoginLogout ...                                                    [OK]
    testView ...                                                           [OK]
  PagingTestCase
    testPagingWithCallback ...                                             [OK]
    testPagingWithoutCallback ...                                          [OK]
  SpreadUtilTestCase
    testAsync ...                                                          [OK]
    testAsyncFail ...                                                      [OK]
    testRemoteMethod ...                                                   [OK]
    testSync ...                                                           [OK]
twisted.test.test_pbfailure
  PBFailureTest
    testPBFailures ...                                                     [OK]
  PBFailureTestUnsafe
    testPBFailures ...                                                     [OK]
twisted.test.test_pcp
  BufferedConsumerTest
    testPauseIntercept ...                                                 [OK]
    testRegisterPull ...                                                   [OK]
    testResumeIntercept ...                                                [OK]
    Make sure I say "when." ...                                            [OK]
    Make sure I resumeProducing when my buffer empties. ...                [OK]
  BufferedPullTests
    testLateWriteBuffering ...                                             [OK]
    testResumePull ...                                                     [OK]
  ConsumerProxyTest
    testFinish ...                                                         [OK]
    testUnregister ...                                                     [OK]
    testWrite ...                                                          [OK]
  PCPII_ConsumerInterfaceTest
    testFinish ...                                                         [OK]
    testRegisterPush ...                                                   [OK]
    testUnregister ...                                                     [OK]
  PCPII_ProducerInterfaceTest
    testPause ...                                                          [OK]
    testRegistersProducer ...                                              [OK]
    testResume ...                                                         [OK]
    testResumeBuffer ...                                                   [OK]
    testResumeNoEmptyWrite ...                                             [OK]
    testStop ...                                                           [OK]
  PCPII_PullProducerTest
    testHoldWrites ...                                                     [OK]
    testLateWrite ...                                                      [OK]
    testMergeWrites ...                                                    [OK]
    testPull ...                                                           [OK]
  PCP_ConsumerInterfaceTest
    testFinish ...                                                         [OK]
    testRegisterPush ...                                                   [OK]
    testUnregister ...                                                     [OK]
  PCP_ProducerInterfaceTest
    testPause ...                                                          [OK]
    testRegistersProducer ...                                              [OK]
    testResume ...                                                         [OK]
    testResumeBuffer ...                                                   [OK]
    testResumeNoEmptyWrite ...                                             [OK]
    testStop ...                                                           [OK]
  PCP_PullProducerTest
    testHoldWrites ...                                                     [OK]
    testLateWrite ...                                                      [OK]
    testMergeWrites ...                                                    [OK]
    testPull ...                                                           [OK]
  ProducerProxyTest
    testStop ...                                                           [OK]
  TransportInterfaceTest
    testWrite ...                                                          [OK]
twisted.test.test_persisted
  AOTTestCase
    testBasicIdentity ...                                                  [OK]
    testCopyReg ...                                                        [OK]
    testFunkyReferences ...                                                [OK]
    testMethodSelfIdentity ...                                             [OK]
    testNonDictState ...                                                   [OK]
  EphemeralTestCase
    testEphemeral ...                                                      [OK]
  MarmaladeTestCase
    testBasicIdentity ...                                                  [OK]
    testCopyReg ...                                                        [OK]
    testMarmaladeable ...                                                  [OK]
    testMethodSelfIdentity ...                                             [OK]
  PicklingTestCase
    testClassMethod ...                                                    [OK]
    testInstanceMethod ...                                                 [OK]
    testModule ...                                                         [OK]
    testStringIO ...                                                       [OK]
  VersionTestCase
    testNullVersionUpgrade ...                                             [OK]
    testVersionUpgrade ...                                                 [OK]
twisted.test.test_policies
  TestTimeout
    testCancelTimeout ...                                                  [OK]
    testNoTimeout ...                                                      [OK]
    testResetTimeout ...                                                   [OK]
    testReturn ...                                                         [OK]
    testTimeout ...                                                        [OK]
  ThrottlingTestCase
    testLimit ...                                                          [OK]
    testReadLimit ...                                                 [SKIPPED]
    testWriteLimit ...                                                [SKIPPED]
  TimeoutTestCase
    testThatReadingDataAvoidsTimeout ...                                   [OK]
    testThatSendingDataAvoidsTimeout ...                                   [OK]
    testTimeout ...                                                        [OK]
twisted.test.test_pop3
  AnotherPOP3TestCase
    testAuthListing ...                                                    [OK]
    testBuffer ...                                                         [OK]
    testIllegalPASS ...                                                    [OK]
    testNoop ...                                                           [OK]
  CapabilityTestCase
    testEXPIRE ...                                                         [OK]
    testIMPLEMENTATION ...                                                 [OK]
    testLOGIN_DELAY ...                                                    [OK]
    testSASL ...                                                           [OK]
    testTOP ...                                                            [OK]
    testUIDL ...                                                           [OK]
    testUSER ...                                                           [OK]
  DualFunctionTestCase
    testLIST ...                                                           [OK]
    testUIDL ...                                                           [OK]
  GlobalCapabilitiesTestCase
    testEXPIRE ...                                                         [OK]
    testLOGIN_DELAY ...                                                    [OK]
  POP3TestCase
    testLoopback ...                                                       [OK]
    testMessages ...                                                       [OK]
  SASLTestCase
    testValidLogin ...                                                     [OK]
twisted.test.test_postfix
  PostfixTCPMapQuoteTestCase
    testData ...                                                           [OK]
  Valid
    testChat ...                                                           [OK]
    testDeferredChat ...                                                   [OK]
twisted.test.test_process
  PosixProcessTestCase
    testAbnormalTermination ...                                          [FAIL]
    testNormalTermination ...                                              [OK]
    testProcess ...                                                        [OK]
    testSignal ...                                                         [OK]
    testStderr ...                                                         [OK]
    twisted.internet.stdio test. ...                                       [OK]
  PosixProcessTestCasePTY
    testAbnormalTermination ...                                          [FAIL]
    testNormalTermination ... 





Killed by signal 2.
[ed at rodney ~]$ 





More information about the Twisted-Python mailing list