Skip to content

Commit 1e2dd22

Browse files
committed
Retag test_asyncio
1 parent 3e24ed2 commit 1e2dd22

File tree

1 file changed

+11
-7
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests/unittest_tags

1 file changed

+11
-7
lines changed

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_asyncio.txt

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,13 @@
1919
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_datagram_endpoint_ipv6
2020
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_dual_stack
2121
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_reuse_port
22-
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl
23-
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_match_failed
24-
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verified
25-
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_server_ssl_verify_failed
26-
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_connection
2722
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_ssl_unix_connection
2823
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_connection
2924
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server
3025
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_path_socket_error
3126
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl
3227
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verified
3328
*test.test_asyncio.test_events.SelectEventLoopTests.test_create_unix_server_ssl_verify_failed
34-
*test.test_asyncio.test_events.SelectEventLoopTests.test_ssl_connect_accepted_socket
3529
*test.test_asyncio.test_events.TestAbstractServer.test_close
3630
*test.test_asyncio.test_events.TestAbstractServer.test_get_loop
3731
*test.test_asyncio.test_futures.CFutureDoneCallbackTests.test_callbacks_invoked_on_set_exception
@@ -124,6 +118,16 @@
124118
*test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests.test_sock_sendfile_not_regular_file
125119
*test.test_asyncio.test_runners.RunTests.test_asyncio_run_only_coro
126120
*test.test_asyncio.test_runners.RunTests.test_asyncio_run_raises
127-
*test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests.test_make_ssl_transport
121+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_buf_feed_data
122+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_memory_leak
123+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_failed_certificate
124+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_slow_handshake
125+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_handshake_timeout
126+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_buf_proto_1
127+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_corrupted_ssl
128+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_reg_proto_1
129+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_server_1
130+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_slow_client_cancel
131+
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_wrong_args
128132
*unittest.loader.ModuleSkipped.test.test_asyncio.test_windows_events
129133
*unittest.loader.ModuleSkipped.test.test_asyncio.test_windows_utils

0 commit comments

Comments
 (0)