Message210967
| Author |
vstinner |
| Recipients |
gvanrossum, vstinner |
| Date |
2014年02月11日.16:39:41 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1392136781.96.0.859159765022.issue20600@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/1694/steps/test/logs/stdio
======================================================================
FAIL: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests)
----------------------------------------------------------------------
ssl.SSLError: A failure in the SSL library occurred (_ssl.c:598)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py", line 692, in test_create_server_ssl_verify_failed
self.loop.run_until_complete(f_c)
AssertionError: "certificate verify failed " does not match "A failure in the SSL library occurred (_ssl.c:598)"
======================================================================
FAIL: test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests)
----------------------------------------------------------------------
ssl.SSLError: A failure in the SSL library occurred (_ssl.c:598)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/shager/cpython-buildarea/3.x.edelsohn-aix-ppc64/build/Lib/test/test_asyncio/test_events.py", line 692, in test_create_server_ssl_verify_failed
self.loop.run_until_complete(f_c)
AssertionError: "certificate verify failed " does not match "A failure in the SSL library occurred (_ssl.c:598)" |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2014年02月11日 16:39:41 | vstinner | set | recipients:
+ vstinner, gvanrossum |
| 2014年02月11日 16:39:41 | vstinner | set | messageid: <1392136781.96.0.859159765022.issue20600@psf.upfronthosting.co.za> |
| 2014年02月11日 16:39:41 | vstinner | link | issue20600 messages |
| 2014年02月11日 16:39:41 | vstinner | create |
|