]> granicus.if.org Git - python/commitdiff
Skip new SSL tests with IocpEventLoop
authorChristian Heimes <christian@cheimes.de>
Fri, 6 Dec 2013 23:09:45 +0000 (00:09 +0100)
committerChristian Heimes <christian@cheimes.de>
Fri, 6 Dec 2013 23:09:45 +0000 (00:09 +0100)
Lib/test/test_asyncio/test_events.py

index d3f32d75b13122c0d698b528697778062381cde4..f8908782aeaa7724eccad8271c10d95b2dae0bb5 100644 (file)
@@ -1398,6 +1398,15 @@ if sys.platform == 'win32':
         def test_create_server_ssl(self):
             raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
 
+        def test_create_server_ssl_verify_failed(self):
+            raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+
+        def test_create_server_ssl_match_failed(self):
+            raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+
+        def test_create_server_ssl_verified(self):
+            raise unittest.SkipTest("IocpEventLoop imcompatible with SSL")
+
         def test_reader_callback(self):
             raise unittest.SkipTest("IocpEventLoop does not have add_reader()")