http://bugs.winehq.org/show_bug.cgi?id=21274
Summary: python's test_smtplib test fails Product: Wine Version: 1.1.35 Platform: x86 URL: http://www.python.org OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Install python and run: wine 'c:\Python31\python.exe' -m test.test_smtplib
testTimeoutDefault (__main__.GeneralTests) ... ERROR testTimeoutNone (__main__.GeneralTests) ... ok testTimeoutValue (__main__.GeneralTests) ... ERROR testBasic (__main__.DebuggingServerTests) ... ERROR testHELP (__main__.DebuggingServerTests) ... ERROR testNOOP (__main__.DebuggingServerTests) ... ERROR testNotImplemented (__main__.DebuggingServerTests) ... ERROR testRSET (__main__.DebuggingServerTests) ... ERROR testSecondHELO (__main__.DebuggingServerTests) ... ERROR testSend (__main__.DebuggingServerTests) ... ERROR testVRFY (__main__.DebuggingServerTests) ... ERROR testNonnumericPort (__main__.NonConnectingTests) ... ok testNotConnected (__main__.NonConnectingTests) ... ok testFailingHELO (__main__.BadHELOServerTests) ... ERROR testAUTH_CRAM_MD5 (__main__.SMTPSimTests) ... ERROR testAUTH_LOGIN (__main__.SMTPSimTests) ... ERROR testAUTH_PLAIN (__main__.SMTPSimTests) ... ERROR testBasic (__main__.SMTPSimTests) ... ERROR testEHLO (__main__.SMTPSimTests) ... ERROR testEXPN (__main__.SMTPSimTests) ... ERROR testVRFY (__main__.SMTPSimTests) ... ERROR
Full output attached.