Skip to content

Commit cccf417

Browse files
author
Adam Hrbac
committed
Untag certain tests
A number of tests test only the asyncio python impl, but asyncio tests already take a very long time to run, and as such it is probably reasonable to only run the more important tests.
1 parent ac675d3 commit cccf417

File tree

1 file changed

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

1 file changed

+0
-49
lines changed

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

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -572,26 +572,6 @@
572572
*test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error
573573
*test.test_asyncio.test_selector_events.SelectorTransportTests.test_fatal_error_custom_exception
574574
*test.test_asyncio.test_selector_events.SelectorTransportTests.test_force_close
575-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile
576-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_after_receiving
577-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_close_peer_in_the_middle_of_receiving
578-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_fallback_close_peer_in_the_middle_of_receiving
579-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_for_closing_transp
580-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_fallback
581-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_force_unsupported_native
582-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_no_fallback_for_fallback_transport
583-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_not_supported
584-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_partial
585-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_pre_and_post_data
586-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_prevents_bare_write
587-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl
588-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_close_peer_after_receiving
589-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_partial
590-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sendfile_ssl_pre_and_post_data
591-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_mix_with_regular_send
592-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_success
593-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_with_offset_and_count
594-
*test.test_asyncio.test_sendfile.SelectEventLoopTests.test_sock_sendfile_zero_size
595575
*test.test_asyncio.test_server.ProactorStartServerTests.test_start_server_1
596576
*test.test_asyncio.test_server.SelectorStartServerTests.test_start_unix_server_1
597577
*test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_cancel_sock_accept
@@ -604,35 +584,6 @@
604584
*test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_ops
605585
*test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_sock_client_racing
606586
*test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests.test_unix_sock_client_ops
607-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_buf_feed_data
608-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_memory_leak
609-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_failed_certificate
610-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_create_connection_ssl_slow_handshake
611-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_handshake_timeout
612-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_buf_proto_1
613-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_corrupted_ssl
614-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_client_reg_proto_1
615-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_server_1
616-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_slow_client_cancel
617-
*test.test_asyncio.test_sslproto.ProactorStartTLSTests.test_start_tls_wrong_args
618-
*test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_buf_feed_data
619-
*test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_failed_certificate
620-
*test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_create_connection_ssl_slow_handshake
621-
*test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_handshake_timeout
622-
*test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_buf_proto_1
623-
*test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_client_reg_proto_1
624-
*test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_slow_client_cancel
625-
*test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_wrong_args
626-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_close_during_handshake
627-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_connection_lost
628-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_data_received_after_closing
629-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_eof_received_waiter
630-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_fatal_error_no_name_error
631-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_get_extra_info_on_closed_connection
632-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_negative
633-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_handshake_timeout_zero
634-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_set_new_app_protocol
635-
*test.test_asyncio.test_sslproto.SslProtoHandshakeTests.test_write_after_closing
636587
*test.test_asyncio.test_streams.StreamTests.test_IncompleteReadError_pickleable
637588
*test.test_asyncio.test_streams.StreamTests.test_LimitOverrunError_pickleable
638589
*test.test_asyncio.test_streams.StreamTests.test___repr__

0 commit comments

Comments
 (0)