== CPython 3.9.0a0 (heads/master:6d64a8f49e, Jun 5 2019, 08:57:33) [GCC 8.3.0] == Linux-4.19.46-1-lts-x86_64-with-glibc2.29 little-endian == cwd: /home/nono/BUILD/cpython/build/test_python_3034 == CPU count: 2 == encodings: locale=UTF-8, FS=utf-8 Run tests in parallel using 4 child processes running: test_asyncio (30 sec 98 ms), test_imaplib (30 sec 68 ms), test_importlib (30 sec 31 ms), test_socket (30 sec 19 ms) running: test_asyncio (1 min 105 ms), test_imaplib (1 min 75 ms), test_importlib (1 min 37 ms), test_socket (1 min 25 ms) 0:01:07 load avg: 7.42 [1/6/1] test_imaplib failed (57 sec 767 ms) -- running: test_asyncio (1 min 5 sec), test_importlib (1 min 5 sec), test_socket (1 min 5 sec) test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPSSLTests) ... ok test_aborted_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'FNPG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FNPG0 OK CAPABILITY completed' GOT: b'FNPG1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'FNPG1 NO [AUTHENTICATIONFAILED] aborted' ok test_bad_auth_name (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'OCHL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OCHL0 OK CAPABILITY completed' GOT: b'OCHL1 AUTHENTICATE METHOD' SENT: b'OCHL1 NO unrecognized authentication type METHOD' ok test_certfile_arg_warn (test.test_imaplib.NewIMAPSSLTests) ... ok test_enable_UTF8_True_append (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DOBD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT' SENT: b'DOBD0 OK CAPABILITY completed' GOT: b'DOBD1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'DOBD1 OK FAKEAUTH successful' GOT: b'DOBD2 ENABLE UTF8=ACCEPT' SENT: b'DOBD2 OK ENABLE successful' GOT: b'DOBD3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'DOBD3 OK okay' ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KFEM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KFEM0 OK CAPABILITY completed' GOT: b'KFEM1 LOGIN user "pass"' SENT: b'KFEM1 OK LOGIN completed' ok test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'FEOL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FEOL0 OK CAPABILITY completed' ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'BIEP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'BIEP0 OK CAPABILITY completed' ok test_invalid_authentication (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LMPO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LMPO0 OK CAPABILITY completed' GOT: b'LMPO1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'LMPO1 NO [AUTHENTICATIONFAILED] invalid' ok test_line_termination (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'HPFD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'HPFD0 OK CAPABILITY completed' ok test_linetoolong (test.test_imaplib.NewIMAPSSLTests) ... ok test_login (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LJPA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LJPA0 OK CAPABILITY completed' GOT: b'LJPA1 LOGIN user "pass"' SENT: b'LJPA1 OK LOGIN completed' ok test_login_cram_md5_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JGOI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'JGOI0 OK CAPABILITY completed' GOT: b'JGOI1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'JGOI1 OK CRAM-MD5 successful' ok test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'KKPN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'KKPN0 OK CAPABILITY completed' GOT: b'KKPN1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'KKPN1 OK CRAM-MD5 successful' ok test_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'IEHK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IEHK0 OK CAPABILITY completed' GOT: b'IEHK1 LOGIN user "pass"' SENT: b'IEHK1 OK LOGIN completed' GOT: b'IEHK2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IEHK2 OK LOGOUT completed' ok test_lsub (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LJGI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LJGI0 OK CAPABILITY completed' GOT: b'LJGI1 LOGIN user "pass"' SENT: b'LJGI1 OK LOGIN completed' GOT: b'LJGI2 LSUB "" *' SENT: b'* LSUB () "." directoryA' SENT: b'LJGI2 OK LSUB completed' ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LGOO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'LGOO0 OK CAPABILITY completed' GOT: b'LGOO1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'LGOO1 OK FAKEAUTH successful' GOT: b'LGOO2 ENABLE UTF8=ACCEPT' SENT: b'LGOO2 OK ENABLE successful' ok test_simple_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'PJGB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PJGB0 OK CAPABILITY completed' GOT: b'PJGB1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PJGB1 OK LOGOUT completed' ok test_ssl_raises (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'IAIC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IAIC0 OK CAPABILITY completed' ok test_ssl_verified (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'OAKJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OAKJ0 OK CAPABILITY completed' SENT: b'* OK IMAP4rev1' GOT: b'EBCK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'EBCK0 OK CAPABILITY completed' ok test_valid_authentication_bytes (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'FAFL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FAFL0 OK CAPABILITY completed' GOT: b'FAFL1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'FAFL1 OK FAKEAUTH successful' ok test_valid_authentication_plain_text (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'HKMF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HKMF0 OK CAPABILITY completed' GOT: b'HKMF1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'HKMF1 OK FAKEAUTH successful' ok test_with_statement (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'JMFC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JMFC0 OK CAPABILITY completed' GOT: b'JMFC1 LOGIN user "pass"' SENT: b'JMFC1 OK LOGIN completed' GOT: b'JMFC2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'JMFC2 OK LOGOUT completed' ok test_with_statement_logout (test.test_imaplib.NewIMAPSSLTests) ... SENT: b'* OK IMAP4rev1' GOT: b'NNBO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NNBO0 OK CAPABILITY completed' GOT: b'NNBO1 LOGIN user "pass"' SENT: b'NNBO1 OK LOGIN completed' GOT: b'NNBO2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'NNBO2 OK LOGOUT completed' ok test_EOF_without_complete_welcome_message (test.test_imaplib.NewIMAPTests) ... ok test_aborted_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'BCBL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BCBL0 OK CAPABILITY completed' GOT: b'BCBL1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'BCBL1 NO [AUTHENTICATIONFAILED] aborted' ok test_bad_auth_name (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'MMPF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MMPF0 OK CAPABILITY completed' GOT: b'MMPF1 AUTHENTICATE METHOD' SENT: b'MMPF1 NO unrecognized authentication type METHOD' ok test_enable_UTF8_True_append (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'OIEA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 ENABLE UTF8=ACCEPT' SENT: b'OIEA0 OK CAPABILITY completed' GOT: b'OIEA1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'OIEA1 OK FAKEAUTH successful' GOT: b'OIEA2 ENABLE UTF8=ACCEPT' SENT: b'OIEA2 OK ENABLE successful' GOT: b'OIEA3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'OIEA3 OK okay' ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'BOPD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BOPD0 OK CAPABILITY completed' GOT: b'BOPD1 LOGIN user "pass"' SENT: b'BOPD1 OK LOGIN completed' ok test_enable_raises_error_if_no_capability (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'FJGG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FJGG0 OK CAPABILITY completed' ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LKDP0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'LKDP0 OK CAPABILITY completed' ok test_invalid_authentication (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'NFFD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NFFD0 OK CAPABILITY completed' GOT: b'NFFD1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'NFFD1 NO [AUTHENTICATIONFAILED] invalid' ok test_line_termination (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DDLH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'DDLH0 OK CAPABILITY completed' ok test_linetoolong (test.test_imaplib.NewIMAPTests) ... ok test_login (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'IIMD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IIMD0 OK CAPABILITY completed' GOT: b'IIMD1 LOGIN user "pass"' SENT: b'IIMD1 OK LOGIN completed' ok test_login_cram_md5_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'OGDB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'OGDB0 OK CAPABILITY completed' GOT: b'OGDB1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'OGDB1 OK CRAM-MD5 successful' ok test_login_cram_md5_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'DLLE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'DLLE0 OK CAPABILITY completed' GOT: b'DLLE1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'DLLE1 OK CRAM-MD5 successful' ok test_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'MNOM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MNOM0 OK CAPABILITY completed' GOT: b'MNOM1 LOGIN user "pass"' SENT: b'MNOM1 OK LOGIN completed' GOT: b'MNOM2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MNOM2 OK LOGOUT completed' ok test_lsub (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'OIMH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OIMH0 OK CAPABILITY completed' GOT: b'OIMH1 LOGIN user "pass"' SENT: b'OIMH1 OK LOGIN completed' GOT: b'OIMH2 LSUB "" *' SENT: b'* LSUB () "." directoryA' SENT: b'OIMH2 OK LSUB completed' ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LFGF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'LFGF0 OK CAPABILITY completed' GOT: b'LFGF1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'LFGF1 OK FAKEAUTH successful' GOT: b'LFGF2 ENABLE UTF8=ACCEPT' SENT: b'LFGF2 OK ENABLE successful' ok test_simple_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'NHLA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'NHLA0 OK CAPABILITY completed' GOT: b'NHLA1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'NHLA1 OK LOGOUT completed' ok test_valid_authentication_bytes (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'LHDO0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LHDO0 OK CAPABILITY completed' GOT: b'LHDO1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'LHDO1 OK FAKEAUTH successful' ok test_valid_authentication_plain_text (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'ELDH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ELDH0 OK CAPABILITY completed' GOT: b'ELDH1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'ELDH1 OK FAKEAUTH successful' ok test_with_statement (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'HHBA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HHBA0 OK CAPABILITY completed' GOT: b'HHBA1 LOGIN user "pass"' SENT: b'HHBA1 OK LOGIN completed' GOT: b'HHBA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HHBA2 OK LOGOUT completed' ok test_with_statement_logout (test.test_imaplib.NewIMAPTests) ... SENT: b'* OK IMAP4rev1' GOT: b'IHNK0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IHNK0 OK CAPABILITY completed' GOT: b'IHNK1 LOGIN user "pass"' SENT: b'IHNK1 OK LOGIN completed' GOT: b'IHNK2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IHNK2 OK LOGOUT completed' ok test_logincapa (test.test_imaplib.RemoteIMAPTest) ... skipped 'network resource disabled' test_logout (test.test_imaplib.RemoteIMAPTest) ... skipped 'network resource disabled' test_logincapa (test.test_imaplib.RemoteIMAP_SSLTest) ... skipped 'network resource disabled' test_logout (test.test_imaplib.RemoteIMAP_SSLTest) ... skipped 'network resource disabled' test_ssl_context_certfile_exclusive (test.test_imaplib.RemoteIMAP_SSLTest) ... skipped 'network resource disabled' test_ssl_context_keyfile_exclusive (test.test_imaplib.RemoteIMAP_SSLTest) ... skipped 'network resource disabled' test_logincapa (test.test_imaplib.RemoteIMAP_STARTTLSTest) ... skipped 'network resource disabled' test_logout (test.test_imaplib.RemoteIMAP_STARTTLSTest) ... skipped 'network resource disabled' test_Internaldate2tuple (test.test_imaplib.TestImaplib) ... ok test_Internaldate2tuple_issue10941 (test.test_imaplib.TestImaplib) ... ok test_Time2Internaldate (test.test_imaplib.TestImaplib) ... ok test_imap4_host_default_value (test.test_imaplib.TestImaplib) ... FAIL test_that_Time2Internaldate_returns_a_result (test.test_imaplib.TestImaplib) ... ok test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'BIED0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BIED0 OK CAPABILITY completed' GOT: b'BIED1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'BIED1 NO [AUTHENTICATIONFAILED] aborted' GOT: b'BIED2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'BIED2 OK LOGOUT completed' waiting for server done ok test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'KMEM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'KMEM0 OK CAPABILITY completed' GOT: b'KMEM1 AUTHENTICATE METHOD' SENT: b'KMEM1 NO unrecognized authentication type METHOD' GOT: b'KMEM2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'KMEM2 OK LOGOUT completed' waiting for server done ok test_bracket_flags (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BracketFlagHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'IBML0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IBML0 OK CAPABILITY completed' GOT: b'IBML1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'IBML1 OK FAKEAUTH successful' GOT: b'IBML2 SELECT test' SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)' SENT: b'* 2 EXISTS' SENT: b'* 0 RECENT' SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.' SENT: b'IBML2 OK [READ-WRITE] SELECT completed.' GOT: b'IBML3 STORE 1 +FLAGS ([test])' SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))' SENT: b'IBML3 OK STORE completed.' GOT: b'IBML4 SELECT test' SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])' SENT: b'* 2 EXISTS' SENT: b'* 0 RECENT' SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.' SENT: b'IBML4 OK [READ-WRITE] SELECT completed.' GOT: b'IBML5 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IBML5 OK LOGOUT completed' waiting for server done ok test_connect (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'DEBG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'DEBG0 OK CAPABILITY completed' waiting for server done ok test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .UTF8AppendServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'LIKD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'LIKD0 OK CAPABILITY completed' GOT: b'LIKD1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'LIKD1 OK FAKEAUTH successful' GOT: b'LIKD2 ENABLE UTF8=ACCEPT' SENT: b'LIKD2 OK ENABLE successful' GOT: b'LIKD3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'LIKD3 OK okay' GOT: b'LIKD4 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'LIKD4 OK LOGOUT completed' waiting for server done ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NonUTF8Server'> server running SENT: b'* OK IMAP4rev1' GOT: b'INLI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'INLI0 OK CAPABILITY completed' GOT: b'INLI1 LOGIN user "pass"' SENT: b'INLI1 OK LOGIN completed' GOT: b'INLI2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'INLI2 OK LOGOUT completed' waiting for server done ok test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NoEnableServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'HMNC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'HMNC0 OK CAPABILITY completed' GOT: b'HMNC1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HMNC1 OK LOGOUT completed' waiting for server done ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'EKAC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'EKAC0 OK CAPABILITY completed' GOT: b'EKAC1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'EKAC1 OK LOGOUT completed' waiting for server done ok test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'PFAE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PFAE0 OK CAPABILITY completed' GOT: b'PFAE1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'PFAE1 NO [AUTHENTICATIONFAILED] invalid' GOT: b'PFAE2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PFAE2 OK LOGOUT completed' waiting for server done ok test_issue5949 (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .EOFHandler'> server running waiting for server done ok test_line_termination (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BadNewlineHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'PFLJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'PFLJ0 OK CAPABILITY completed' waiting for server done ok test_linetoolong (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .TooLongHandler'> server running waiting for server done ok test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'KDPI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'KDPI0 OK CAPABILITY completed' GOT: b'KDPI1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'KDPI1 OK CRAM-MD5 successful' GOT: b'KDPI2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'KDPI2 OK LOGOUT completed' waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'OALC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'OALC0 OK CAPABILITY completed' GOT: b'OALC1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'OALC1 OK CRAM-MD5 successful' GOT: b'OALC2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'OALC2 OK LOGOUT completed' waiting for server done ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'CPJM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'CPJM0 OK CAPABILITY completed' GOT: b'CPJM1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'CPJM1 OK FAKEAUTH successful' GOT: b'CPJM2 ENABLE UTF8=ACCEPT' SENT: b'CPJM2 OK ENABLE successful' GOT: b'CPJM3 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'CPJM3 OK LOGOUT completed' waiting for server done ok test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'MONE0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'MONE0 OK CAPABILITY completed' GOT: b'MONE1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MONE1 OK LOGOUT completed' waiting for server done ok test_valid_authentication (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'OIIB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OIIB0 OK CAPABILITY completed' GOT: b'OIIB1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'OIIB1 OK FAKEAUTH successful' GOT: b'OIIB2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'OIIB2 OK LOGOUT completed' waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'HFOA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HFOA0 OK CAPABILITY completed' GOT: b'HFOA1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'HFOA1 OK FAKEAUTH successful' GOT: b'HFOA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HFOA2 OK LOGOUT completed' waiting for server done ok test_with_statement (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'LGIF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LGIF0 OK CAPABILITY completed' GOT: b'LGIF1 LOGIN user "pass"' SENT: b'LGIF1 OK LOGIN completed' GOT: b'LGIF2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'LGIF2 OK LOGOUT completed' waiting for server done ok test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTests) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'ENJD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'ENJD0 OK CAPABILITY completed' GOT: b'ENJD1 LOGIN user "pass"' SENT: b'ENJD1 OK LOGIN completed' GOT: b'ENJD2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'ENJD2 OK LOGOUT completed' waiting for server done ok test_aborted_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'PPKN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'PPKN0 OK CAPABILITY completed' GOT: b'PPKN1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'*' SENT: b'PPKN1 NO [AUTHENTICATIONFAILED] aborted' GOT: b'PPKN2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'PPKN2 OK LOGOUT completed' waiting for server done ok test_bad_auth_name (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'IOEJ0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IOEJ0 OK CAPABILITY completed' GOT: b'IOEJ1 AUTHENTICATE METHOD' SENT: b'IOEJ1 NO unrecognized authentication type METHOD' GOT: b'IOEJ2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IOEJ2 OK LOGOUT completed' waiting for server done ok test_bracket_flags (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BracketFlagHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'IALH0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'IALH0 OK CAPABILITY completed' GOT: b'IALH1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'IALH1 OK FAKEAUTH successful' GOT: b'IALH2 SELECT test' SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft)' SENT: b'* 2 EXISTS' SENT: b'* 0 RECENT' SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\*)] Flags permitted.' SENT: b'IALH2 OK [READ-WRITE] SELECT completed.' GOT: b'IALH3 STORE 1 +FLAGS ([test])' SENT: b'* 1 FETCH (FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test]))' SENT: b'IALH3 OK STORE completed.' GOT: b'IALH4 SELECT test' SENT: b'* FLAGS (Answered \\Flagged \\Deleted \\Seen \\Draft \\[test])' SENT: b'* 2 EXISTS' SENT: b'* 0 RECENT' SENT: b'* OK [PERMANENTFLAGS Answered \\Flagged \\Deleted \\Seen \\Draft \\[test] \\*)] Flags permitted.' SENT: b'IALH4 OK [READ-WRITE] SELECT completed.' GOT: b'IALH5 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'IALH5 OK LOGOUT completed' waiting for server done ok test_connect (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'OOFL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'OOFL0 OK CAPABILITY completed' waiting for server done ok test_enable_UTF8_True_append (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .UTF8AppendServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'CEBM0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'CEBM0 OK CAPABILITY completed' GOT: b'CEBM1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'CEBM1 OK FAKEAUTH successful' GOT: b'CEBM2 ENABLE UTF8=ACCEPT' SENT: b'CEBM2 OK ENABLE successful' GOT: b'CEBM3 APPEND INBOX {30}' SENT: b'+' GOT: b'UTF8 (Subject: \xc3\xbc\xc3\xb1\xc3\xad\xc2\xa9\xc3\xb6\xc3\xb0\xc3\xa9)' SENT: b'CEBM3 OK okay' GOT: b'CEBM4 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'CEBM4 OK LOGOUT completed' waiting for server done ok test_enable_UTF8_raises_error_if_not_supported (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NonUTF8Server'> server running SENT: b'* OK IMAP4rev1' GOT: b'BMAF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'BMAF0 OK CAPABILITY completed' GOT: b'BMAF1 LOGIN user "pass"' SENT: b'BMAF1 OK LOGIN completed' GOT: b'BMAF2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'BMAF2 OK LOGOUT completed' waiting for server done ok test_enable_raises_error_if_no_capability (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .NoEnableServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'MMEB0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'MMEB0 OK CAPABILITY completed' GOT: b'MMEB1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'MMEB1 OK LOGOUT completed' waiting for server done ok test_enable_raises_error_if_not_AUTH (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'KJNF0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'KJNF0 OK CAPABILITY completed' GOT: b'KJNF1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'KJNF1 OK LOGOUT completed' waiting for server done ok test_invalid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'FDBI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'FDBI0 OK CAPABILITY completed' GOT: b'FDBI1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'FDBI1 NO [AUTHENTICATIONFAILED] invalid' GOT: b'FDBI2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'FDBI2 OK LOGOUT completed' waiting for server done ok test_issue5949 (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .EOFHandler'> server running waiting for server done ok test_line_termination (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .BadNewlineHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'IAKC0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH' SENT: b'IAKC0 OK CAPABILITY completed' waiting for server done ok test_linetoolong (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .TooLongHandler'> server running waiting for server done ok test_login_cram_md5 (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'HOJN0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'HOJN0 OK CAPABILITY completed' GOT: b'HOJN1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'HOJN1 OK CRAM-MD5 successful' GOT: b'HOJN2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HOJN2 OK LOGOUT completed' waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .AuthHandler'> server running SENT: b'* OK IMAP4rev1' GOT: b'EJJL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 LOGINDISABLED AUTH=CRAM-MD5' SENT: b'EJJL0 OK CAPABILITY completed' GOT: b'EJJL1 AUTHENTICATE CRAM-MD5' SENT: b'+ PDE4OTYuNjk3MTcwOTUyQHBvc3RvZmZpY2UucmVzdG9uLm1jaS5uZXQ=' GOT: b'dGltIGYxY2E2YmU0NjRiOWVmYTFjY2E2ZmZkNmNmMmQ5ZjMy' SENT: b'EJJL1 OK CRAM-MD5 successful' GOT: b'EJJL2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'EJJL2 OK LOGOUT completed' waiting for server done ok test_search_disallows_charset_in_utf8_mode (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'EABI0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1 AUTH ENABLE UTF8=ACCEPT' SENT: b'EABI0 OK CAPABILITY completed' GOT: b'EABI1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'EABI1 OK FAKEAUTH successful' GOT: b'EABI2 ENABLE UTF8=ACCEPT' SENT: b'EABI2 OK ENABLE successful' GOT: b'EABI3 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'EABI3 OK LOGOUT completed' waiting for server done ok test_simple_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'LFJG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'LFJG0 OK CAPABILITY completed' GOT: b'LFJG1 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'LFJG1 OK LOGOUT completed' waiting for server done ok test_ssl_verified (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'CLON0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'CLON0 OK CAPABILITY completed' waiting for server done ok test_valid_authentication (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'JJFD0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JJFD0 OK CAPABILITY completed' GOT: b'JJFD1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'JJFD1 OK FAKEAUTH successful' GOT: b'JJFD2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'JJFD2 OK LOGOUT completed' waiting for server done creating server server created ADDR = ('localhost', 0) CLASS = HDLR = .MyServer'> server running SENT: b'* OK IMAP4rev1' GOT: b'GAKL0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'GAKL0 OK CAPABILITY completed' GOT: b'GAKL1 AUTHENTICATE MYAUTH' SENT: b'+' GOT: b'ZmFrZQ==' SENT: b'GAKL1 OK FAKEAUTH successful' GOT: b'GAKL2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'GAKL2 OK LOGOUT completed' waiting for server done ok test_with_statement (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'JEJA0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'JEJA0 OK CAPABILITY completed' GOT: b'JEJA1 LOGIN user "pass"' SENT: b'JEJA1 OK LOGIN completed' GOT: b'JEJA2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'JEJA2 OK LOGOUT completed' waiting for server done ok test_with_statement_logout (test.test_imaplib.ThreadedNetworkedTestsSSL) ... creating server server created ADDR = ('localhost', 0) CLASS = HDLR = server running SENT: b'* OK IMAP4rev1' GOT: b'HGOG0 CAPABILITY' SENT: b'* CAPABILITY IMAP4rev1' SENT: b'HGOG0 OK CAPABILITY completed' GOT: b'HGOG1 LOGIN user "pass"' SENT: b'HGOG1 OK LOGIN completed' GOT: b'HGOG2 LOGOUT' SENT: b'* BYE IMAP4ref1 Server logging out' SENT: b'HGOG2 OK LOGOUT completed' waiting for server done ok ====================================================================== FAIL: test_imap4_host_default_value (test.test_imaplib.TestImaplib) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_imaplib.py", line 88, in test_imap4_host_default_value self.assertIn(cm.exception.errno, expected_errnos) AssertionError: 97 not found in [111, 101, 99] ---------------------------------------------------------------------- Ran 95 tests in 55.380s FAILED (failures=1, skipped=8) test test_imaplib failed 0:01:23 load avg: 7.35 [2/6/1] test_typing passed -- running: test_asyncio (1 min 21 sec), test_importlib (1 min 21 sec), test_socket (1 min 21 sec) test_all (test.test_typing.AllTests) ... ok test_all_exported_names (test.test_typing.AllTests) ... ok test_any_instance_type_error (test.test_typing.AnyTests) ... ok test_any_subclass_type_error (test.test_typing.AnyTests) ... ok test_any_works_with_alias (test.test_typing.AnyTests) ... ok test_cannot_instantiate (test.test_typing.AnyTests) ... ok test_cannot_subclass (test.test_typing.AnyTests) ... ok test_errors (test.test_typing.AnyTests) ... ok test_repr (test.test_typing.AnyTests) ... ok test_callable_instance_type_error (test.test_typing.CallableTests) ... ok test_callable_instance_works (test.test_typing.CallableTests) ... ok test_callable_with_ellipsis (test.test_typing.CallableTests) ... ok test_callable_wrong_forms (test.test_typing.CallableTests) ... ok test_cannot_instantiate (test.test_typing.CallableTests) ... ok test_ellipsis_in_generic (test.test_typing.CallableTests) ... ok test_eq_hash (test.test_typing.CallableTests) ... ok test_repr (test.test_typing.CallableTests) ... ok test_self_subclass (test.test_typing.CallableTests) ... ok test_basics (test.test_typing.CastTests) ... ok test_errors (test.test_typing.CastTests) ... ok test_basics (test.test_typing.ClassVarTests) ... ok test_cannot_init (test.test_typing.ClassVarTests) ... ok test_cannot_subclass (test.test_typing.ClassVarTests) ... ok test_no_isinstance (test.test_typing.ClassVarTests) ... ok test_repr (test.test_typing.ClassVarTests) ... ok test_abstractset (test.test_typing.CollectionsAbcTests) ... ok test_async_generator (test.test_typing.CollectionsAbcTests) ... ok test_async_iterable (test.test_typing.CollectionsAbcTests) ... ok test_async_iterator (test.test_typing.CollectionsAbcTests) ... ok test_awaitable (test.test_typing.CollectionsAbcTests) ... ok test_bytestring (test.test_typing.CollectionsAbcTests) ... ok test_chainmap_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_chainmap_subclass (test.test_typing.CollectionsAbcTests) ... ok test_collection (test.test_typing.CollectionsAbcTests) ... ok test_collections_as_base (test.test_typing.CollectionsAbcTests) ... ok test_container (test.test_typing.CollectionsAbcTests) ... ok test_coroutine (test.test_typing.CollectionsAbcTests) ... ok test_counter (test.test_typing.CollectionsAbcTests) ... ok test_counter_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_counter_subclass_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_defaultdict_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_defaultdict_subclass (test.test_typing.CollectionsAbcTests) ... ok test_deque (test.test_typing.CollectionsAbcTests) ... ok test_deque_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_dict (test.test_typing.CollectionsAbcTests) ... ok test_dict_subclass (test.test_typing.CollectionsAbcTests) ... ok test_frozenset (test.test_typing.CollectionsAbcTests) ... ok test_frozenset_subclass_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_generator (test.test_typing.CollectionsAbcTests) ... ok test_hashable (test.test_typing.CollectionsAbcTests) ... ok test_iterable (test.test_typing.CollectionsAbcTests) ... ok test_iterator (test.test_typing.CollectionsAbcTests) ... ok test_list (test.test_typing.CollectionsAbcTests) ... ok test_list_subclass (test.test_typing.CollectionsAbcTests) ... ok test_mapping (test.test_typing.CollectionsAbcTests) ... ok test_mutablemapping (test.test_typing.CollectionsAbcTests) ... ok test_mutablesequence (test.test_typing.CollectionsAbcTests) ... ok test_mutableset (test.test_typing.CollectionsAbcTests) ... ok test_no_async_generator_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_no_dict_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_no_frozenset_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_no_generator_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_no_list_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_no_set_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_no_tuple_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_ordereddict_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_ordereddict_subclass (test.test_typing.CollectionsAbcTests) ... ok test_sequence (test.test_typing.CollectionsAbcTests) ... ok test_set (test.test_typing.CollectionsAbcTests) ... ok test_set_subclass_instantiation (test.test_typing.CollectionsAbcTests) ... ok test_sized (test.test_typing.CollectionsAbcTests) ... ok test_subclassing (test.test_typing.CollectionsAbcTests) ... ok test_subclassing_async_generator (test.test_typing.CollectionsAbcTests) ... ok test_subclassing_register (test.test_typing.CollectionsAbcTests) ... ok test_subclassing_subclasshook (test.test_typing.CollectionsAbcTests) ... ok test_basics (test.test_typing.FinalTests) ... ok test_cannot_init (test.test_typing.FinalTests) ... ok test_cannot_subclass (test.test_typing.FinalTests) ... ok test_final_unmodified (test.test_typing.FinalTests) ... ok test_no_isinstance (test.test_typing.FinalTests) ... ok test_repr (test.test_typing.FinalTests) ... ok test_basics (test.test_typing.ForwardRefTests) ... ok test_callable_forward (test.test_typing.ForwardRefTests) ... ok test_callable_with_ellipsis_forward (test.test_typing.ForwardRefTests) ... ok test_default_globals (test.test_typing.ForwardRefTests) ... ok test_delayed_syntax_error (test.test_typing.ForwardRefTests) ... ok test_final_forward_ref (test.test_typing.ForwardRefTests) ... ok test_forward_equality (test.test_typing.ForwardRefTests) ... ok test_forward_repr (test.test_typing.ForwardRefTests) ... ok test_forwardref_instance_type_error (test.test_typing.ForwardRefTests) ... ok test_forwardref_subclass_type_error (test.test_typing.ForwardRefTests) ... ok test_meta_no_type_check (test.test_typing.ForwardRefTests) ... ok test_name_error (test.test_typing.ForwardRefTests) ... ok test_nested_classvar_fails_forward_ref_check (test.test_typing.ForwardRefTests) ... ok test_no_type_check (test.test_typing.ForwardRefTests) ... ok test_no_type_check_class (test.test_typing.ForwardRefTests) ... ok test_no_type_check_forward_ref_as_string (test.test_typing.ForwardRefTests) ... ok test_no_type_check_no_bases (test.test_typing.ForwardRefTests) ... ok test_syntax_error (test.test_typing.ForwardRefTests) ... ok test_tuple_forward (test.test_typing.ForwardRefTests) ... ok test_type_error (test.test_typing.ForwardRefTests) ... ok test_union_forward (test.test_typing.ForwardRefTests) ... ok test_abc_bases (test.test_typing.GenericTests) ... ok test_abc_registry_kept (test.test_typing.GenericTests) ... ok test_all_repr_eq_any (test.test_typing.GenericTests) ... ok test_basics (test.test_typing.GenericTests) ... ok test_chain_repr (test.test_typing.GenericTests) ... ok test_copy_and_deepcopy (test.test_typing.GenericTests) ... ok test_copy_generic_instances (test.test_typing.GenericTests) ... ok test_dict (test.test_typing.GenericTests) ... ok test_eq_1 (test.test_typing.GenericTests) ... ok test_eq_2 (test.test_typing.GenericTests) ... ok test_errors (test.test_typing.GenericTests) ... ok test_extended_generic_rules_eq (test.test_typing.GenericTests) ... ok test_extended_generic_rules_repr (test.test_typing.GenericTests) ... ok test_extended_generic_rules_subclassing (test.test_typing.GenericTests) ... ok test_fail_with_bare_generic (test.test_typing.GenericTests) ... ok test_fail_with_bare_union (test.test_typing.GenericTests) ... ok test_false_subclasses (test.test_typing.GenericTests) ... ok test_generic_errors (test.test_typing.GenericTests) ... ok test_generic_forward_ref (test.test_typing.GenericTests) ... ok test_generic_hashes (test.test_typing.GenericTests) ... ok test_immutability_by_copy_and_pickle (test.test_typing.GenericTests) ... ok test_implicit_any (test.test_typing.GenericTests) ... ok test_init (test.test_typing.GenericTests) ... ok test_init_subclass (test.test_typing.GenericTests) ... ok test_init_subclass_super_called (test.test_typing.GenericTests) ... ok test_multi_subscr_base (test.test_typing.GenericTests) ... ok test_multiple_bases (test.test_typing.GenericTests) ... ok test_multiple_inheritance (test.test_typing.GenericTests) ... ok test_multiple_inheritance_special (test.test_typing.GenericTests) ... ok test_naive_runtime_checks (test.test_typing.GenericTests) ... ok test_nested (test.test_typing.GenericTests) ... ok test_new_no_args (test.test_typing.GenericTests) ... ok test_new_repr (test.test_typing.GenericTests) ... ok test_new_repr_bare (test.test_typing.GenericTests) ... ok test_new_repr_complex (test.test_typing.GenericTests) ... ok test_new_with_args (test.test_typing.GenericTests) ... ok test_new_with_args2 (test.test_typing.GenericTests) ... ok test_orig_bases (test.test_typing.GenericTests) ... ok test_parameterized_slots (test.test_typing.GenericTests) ... ok test_parameterized_slots_dict (test.test_typing.GenericTests) ... ok test_pickle (test.test_typing.GenericTests) ... ok test_repr (test.test_typing.GenericTests) ... ok test_repr_2 (test.test_typing.GenericTests) ... ok test_subscript_meta (test.test_typing.GenericTests) ... ok test_subscripted_generics_as_proxies (test.test_typing.GenericTests) ... ok test_type_erasure (test.test_typing.GenericTests) ... ok test_type_erasure_special (test.test_typing.GenericTests) ... ok test_weakref_all (test.test_typing.GenericTests) ... ok test_get_type_hints_ClassVar (test.test_typing.GetTypeHintTests) ... ok test_get_type_hints_classes (test.test_typing.GetTypeHintTests) ... ok test_get_type_hints_for_builtins (test.test_typing.GetTypeHintTests) ... ok test_get_type_hints_for_object_with_annotations (test.test_typing.GetTypeHintTests) ... ok test_get_type_hints_from_various_objects (test.test_typing.GetTypeHintTests) ... ok test_get_type_hints_modules (test.test_typing.GetTypeHintTests) ... ok test_get_type_hints_modules_forwardref (test.test_typing.GetTypeHintTests) ... expected failure test_previous_behavior (test.test_typing.GetTypeHintTests) ... ok test_respect_no_type_check (test.test_typing.GetTypeHintTests) ... ok test_get_args (test.test_typing.GetUtilitiesTestCase) ... ok test_get_origin (test.test_typing.GetUtilitiesTestCase) ... ok test_binaryio (test.test_typing.IOTests) ... ok test_io (test.test_typing.IOTests) ... ok test_io_submodule (test.test_typing.IOTests) ... ok test_textio (test.test_typing.IOTests) ... ok test_basics (test.test_typing.LiteralTests) ... ok test_cannot_init (test.test_typing.LiteralTests) ... ok test_illegal_parameters_do_not_raise_runtime_errors (test.test_typing.LiteralTests) ... ok test_literals_inside_other_types (test.test_typing.LiteralTests) ... ok test_no_isinstance_or_issubclass (test.test_typing.LiteralTests) ... ok test_no_multiple_subscripts (test.test_typing.LiteralTests) ... ok test_no_subclassing (test.test_typing.LiteralTests) ... ok test_repr (test.test_typing.LiteralTests) ... ok test_annotation_usage (test.test_typing.NamedTupleTests) ... ok test_annotation_usage_with_default (test.test_typing.NamedTupleTests) ... ok test_annotation_usage_with_methods (test.test_typing.NamedTupleTests) ... ok test_basics (test.test_typing.NamedTupleTests) ... ok test_namedtuple_keyword_usage (test.test_typing.NamedTupleTests) ... ok test_namedtuple_pyversion (test.test_typing.NamedTupleTests) ... ok test_pickle (test.test_typing.NamedTupleTests) ... ok test_basic (test.test_typing.NewTypeTests) ... ok test_errors (test.test_typing.NewTypeTests) ... ok test_cannot_instantiate (test.test_typing.NoReturnTests) ... ok test_cannot_subclass (test.test_typing.NoReturnTests) ... ok test_noreturn_instance_type_error (test.test_typing.NoReturnTests) ... ok test_noreturn_subclass_type_error (test.test_typing.NoReturnTests) ... ok test_not_generic (test.test_typing.NoReturnTests) ... ok test_repr (test.test_typing.NoReturnTests) ... ok test_async_contextmanager (test.test_typing.OtherABCTests) ... ok test_contextmanager (test.test_typing.OtherABCTests) ... ok test_overload_fails (test.test_typing.OverloadTests) ... ok test_overload_succeeds (test.test_typing.OverloadTests) ... ok test_basic_protocol (test.test_typing.ProtocolTests) ... ok test_bundled_protocol_instance_works (test.test_typing.ProtocolTests) ... ok test_cannot_instantiate_abstract (test.test_typing.ProtocolTests) ... ok test_collections_protocols_allowed (test.test_typing.ProtocolTests) ... ok test_custom_subclasshook (test.test_typing.ProtocolTests) ... ok test_defining_generic_protocols (test.test_typing.ProtocolTests) ... ok test_defining_generic_protocols_old_style (test.test_typing.ProtocolTests) ... ok test_everything_implements_empty_protocol (test.test_typing.ProtocolTests) ... ok test_function_implements_protocol (test.test_typing.ProtocolTests) ... ok test_generic_protocols_eq (test.test_typing.ProtocolTests) ... ok test_generic_protocols_repr (test.test_typing.ProtocolTests) ... ok test_generic_protocols_special_from_generic (test.test_typing.ProtocolTests) ... ok test_generic_protocols_special_from_protocol (test.test_typing.ProtocolTests) ... ok test_init_called (test.test_typing.ProtocolTests) ... ok test_issubclass_fails_correctly (test.test_typing.ProtocolTests) ... ok test_no_inheritance_from_nominal (test.test_typing.ProtocolTests) ... ok test_no_instantiation (test.test_typing.ProtocolTests) ... ok test_no_runtime_deco_on_nominal (test.test_typing.ProtocolTests) ... ok test_non_protocol_subclasses (test.test_typing.ProtocolTests) ... ok test_none_on_callable_blocks_implementation (test.test_typing.ProtocolTests) ... ok test_none_on_non_callable_doesnt_block_implementation (test.test_typing.ProtocolTests) ... ok test_none_treated_correctly (test.test_typing.ProtocolTests) ... ok test_protocols_bad_subscripts (test.test_typing.ProtocolTests) ... ok test_protocols_in_unions (test.test_typing.ProtocolTests) ... ok test_protocols_isinstance (test.test_typing.ProtocolTests) ... ok test_protocols_isinstance_init (test.test_typing.ProtocolTests) ... ok test_protocols_isinstance_py36 (test.test_typing.ProtocolTests) ... ok test_protocols_issubclass (test.test_typing.ProtocolTests) ... ok test_protocols_issubclass_non_callable (test.test_typing.ProtocolTests) ... ok test_protocols_pickleable (test.test_typing.ProtocolTests) ... ok test_protocols_support_register (test.test_typing.ProtocolTests) ... ok test_reversible (test.test_typing.ProtocolTests) ... ok test_subprotocols_extending (test.test_typing.ProtocolTests) ... ok test_subprotocols_merging (test.test_typing.ProtocolTests) ... ok test_supports_abs (test.test_typing.ProtocolTests) ... ok test_supports_bytes (test.test_typing.ProtocolTests) ... ok test_supports_complex (test.test_typing.ProtocolTests) ... ok test_supports_float (test.test_typing.ProtocolTests) ... ok test_supports_index (test.test_typing.ProtocolTests) ... ok test_supports_int (test.test_typing.ProtocolTests) ... ok test_supports_round (test.test_typing.ProtocolTests) ... ok test_alias_equality (test.test_typing.RETests) ... ok test_basics (test.test_typing.RETests) ... ok test_cannot_subclass (test.test_typing.RETests) ... ok test_errors (test.test_typing.RETests) ... ok test_re_submodule (test.test_typing.RETests) ... ok test_repr (test.test_typing.RETests) ... ok test_basics (test.test_typing.TupleTests) ... ok test_equality (test.test_typing.TupleTests) ... ok test_errors (test.test_typing.TupleTests) ... ok test_repr (test.test_typing.TupleTests) ... ok test_tuple_instance_type_error (test.test_typing.TupleTests) ... ok test_tuple_subclass (test.test_typing.TupleTests) ... ok test_type_basic (test.test_typing.TypeTests) ... ok test_type_optional (test.test_typing.TypeTests) ... ok test_type_typevar (test.test_typing.TypeTests) ... ok test_basic_plain (test.test_typing.TypeVarTests) ... ok test_bound_errors (test.test_typing.TypeVarTests) ... ok test_cannot_instantiate_vars (test.test_typing.TypeVarTests) ... ok test_cannot_subclass_var_itself (test.test_typing.TypeVarTests) ... ok test_cannot_subclass_vars (test.test_typing.TypeVarTests) ... ok test_constrained_error (test.test_typing.TypeVarTests) ... ok test_no_bivariant (test.test_typing.TypeVarTests) ... ok test_no_redefinition (test.test_typing.TypeVarTests) ... ok test_repr (test.test_typing.TypeVarTests) ... ok test_typevar_instance_type_error (test.test_typing.TypeVarTests) ... ok test_typevar_subclass_type_error (test.test_typing.TypeVarTests) ... ok test_union_constrained (test.test_typing.TypeVarTests) ... ok test_union_unique (test.test_typing.TypeVarTests) ... ok test_basics_functional_syntax (test.test_typing.TypedDictTests) ... ok test_basics_keywords_syntax (test.test_typing.TypedDictTests) ... ok test_optional (test.test_typing.TypedDictTests) ... ok test_pickle (test.test_typing.TypedDictTests) ... ok test_py36_class_syntax_usage (test.test_typing.TypedDictTests) ... ok test_total (test.test_typing.TypedDictTests) ... ok test_typeddict_errors (test.test_typing.TypedDictTests) ... ok test_base_class_kept (test.test_typing.UnionTests) ... ok test_basics (test.test_typing.UnionTests) ... ok test_cannot_instantiate (test.test_typing.UnionTests) ... ok test_cannot_subclass (test.test_typing.UnionTests) ... ok test_empty (test.test_typing.UnionTests) ... ok test_etree (test.test_typing.UnionTests) ... ok test_function_repr_union (test.test_typing.UnionTests) ... ok test_no_eval_union (test.test_typing.UnionTests) ... ok test_optional (test.test_typing.UnionTests) ... ok test_repr (test.test_typing.UnionTests) ... ok test_single_class_disappears (test.test_typing.UnionTests) ... ok test_subclass_error (test.test_typing.UnionTests) ... ok test_union_any (test.test_typing.UnionTests) ... ok test_union_compare_other (test.test_typing.UnionTests) ... ok test_union_generalization (test.test_typing.UnionTests) ... ok test_union_instance_type_error (test.test_typing.UnionTests) ... ok test_union_object (test.test_typing.UnionTests) ... ok test_union_str_pattern (test.test_typing.UnionTests) ... ok test_union_union (test.test_typing.UnionTests) ... ok test_unordered (test.test_typing.UnionTests) ... ok ---------------------------------------------------------------------- Ran 288 tests in 4.650s OK (expected failures=1) 0:01:28 load avg: 7.56 [3/6/2] test_importlib failed (1 min 16 sec) -- running: test_asyncio (1 min 26 sec), test_socket (1 min 26 sec) test_failure (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) ... ok test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) ... ok test_module (test.test_importlib.builtin.test_finder.Frozen_FindSpecTests) ... ok test_failure (test.test_importlib.builtin.test_finder.Frozen_FinderTests) ... ok test_ignore_path (test.test_importlib.builtin.test_finder.Frozen_FinderTests) ... ok test_module (test.test_importlib.builtin.test_finder.Frozen_FinderTests) ... ok test_failure (test.test_importlib.builtin.test_finder.Source_FindSpecTests) ... ok test_ignore_path (test.test_importlib.builtin.test_finder.Source_FindSpecTests) ... ok test_module (test.test_importlib.builtin.test_finder.Source_FindSpecTests) ... ok test_failure (test.test_importlib.builtin.test_finder.Source_FinderTests) ... ok test_ignore_path (test.test_importlib.builtin.test_finder.Source_FinderTests) ... ok test_module (test.test_importlib.builtin.test_finder.Source_FinderTests) ... ok test_get_code (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) ... ok test_get_source (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) ... ok test_is_package (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) ... ok test_not_builtin (test.test_importlib.builtin.test_loader.Frozen_InspectLoaderTests) ... ok test_already_imported (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) ... ok test_module (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) ... ok test_module_reuse (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) ... ok test_unloadable (test.test_importlib.builtin.test_loader.Frozen_LoaderTests) ... ok test_get_code (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) ... ok test_get_source (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) ... ok test_is_package (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) ... ok test_not_builtin (test.test_importlib.builtin.test_loader.Source_InspectLoaderTests) ... ok test_already_imported (test.test_importlib.builtin.test_loader.Source_LoaderTests) ... ok test_module (test.test_importlib.builtin.test_loader.Source_LoaderTests) ... ok test_module_reuse (test.test_importlib.builtin.test_loader.Source_LoaderTests) ... ok test_unloadable (test.test_importlib.builtin.test_loader.Source_LoaderTests) ... ok test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest) ... skipped 'requires a case-insensitive filesystem' test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Frozen_ExtensionModuleCaseSensitivityTest) ... skipped 'requires a case-insensitive filesystem' test_case_insensitivity (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest) ... skipped 'requires a case-insensitive filesystem' test_case_sensitive (test.test_importlib.extension.test_case_sensitivity.Source_ExtensionModuleCaseSensitivityTest) ... skipped 'requires a case-insensitive filesystem' test_failure (test.test_importlib.extension.test_finder.Frozen_FinderTests) ... ok test_module (test.test_importlib.extension.test_finder.Frozen_FinderTests) ... ok test_failure (test.test_importlib.extension.test_finder.Source_FinderTests) ... ok test_module (test.test_importlib.extension.test_finder.Source_FinderTests) ... ok test_equality (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_inequality (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_is_package (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_load_module_API (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_module (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_module_reuse (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_unloadable (test.test_importlib.extension.test_loader.Frozen_LoaderTests) ... ok test_bad_modules (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test SystemError is raised for misbehaving extensions ... ok test_bad_traverse (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Issue #32374: Test that traverse fails when accessing per-module ... ok test_functionality (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test basic functionality of stuff defined in an extension module ... ok test_load_short_name (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test loading module with a one-character name ... ok test_load_submodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test loading a simulated submodule ... ok test_load_twice (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test that 2 loads result in 2 module objects ... ok test_module (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test loading an extension module ... ok test_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test that modules with non-ASCII names can be loaded ... ok test_nonmodule (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test returning a non-module object from create works ... ok test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test creating a non-module object with methods defined ... ok test_null_slots (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test that NULL slots aren't a problem ... ok test_reload (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test that reload didn't re-set the module's attributes ... ok test_try_registration (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Assert that the PyState_{Find,Add,Remove}Module C API doesn't work ... ok test_unloadable (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test nonexistent module ... ok test_unloadable_nonascii (test.test_importlib.extension.test_loader.Frozen_MultiPhaseExtensionModuleTests) Test behavior with nonexistent module with non-ASCII name ... ok test_equality (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_inequality (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_is_package (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_load_module_API (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_module (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_module_reuse (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_unloadable (test.test_importlib.extension.test_loader.Source_LoaderTests) ... ok test_bad_modules (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test SystemError is raised for misbehaving extensions ... ok test_bad_traverse (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Issue #32374: Test that traverse fails when accessing per-module ... ok test_functionality (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test basic functionality of stuff defined in an extension module ... ok test_load_short_name (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test loading module with a one-character name ... ok test_load_submodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test loading a simulated submodule ... ok test_load_twice (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test that 2 loads result in 2 module objects ... ok test_module (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test loading an extension module ... ok test_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test that modules with non-ASCII names can be loaded ... ok test_nonmodule (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test returning a non-module object from create works ... ok test_nonmodule_with_methods (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test creating a non-module object with methods defined ... ok test_null_slots (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test that NULL slots aren't a problem ... ok test_reload (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test that reload didn't re-set the module's attributes ... ok test_try_registration (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Assert that the PyState_{Find,Add,Remove}Module C API doesn't work ... ok test_unloadable (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test nonexistent module ... ok test_unloadable_nonascii (test.test_importlib.extension.test_loader.Source_MultiPhaseExtensionModuleTests) Test behavior with nonexistent module with non-ASCII name ... ok test_success (test.test_importlib.extension.test_path_hook.Frozen_PathHookTests) ... ok test_success (test.test_importlib.extension.test_path_hook.Source_PathHookTests) ... ok test_failure (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) ... ok test_module (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) ... ok test_package (test.test_importlib.frozen.test_finder.Frozen_FindSpecTests) ... ok test_failure (test.test_importlib.frozen.test_finder.Frozen_FinderTests) ... ok test_module (test.test_importlib.frozen.test_finder.Frozen_FinderTests) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests) ... ok test_package (test.test_importlib.frozen.test_finder.Frozen_FinderTests) ... ok test_failure (test.test_importlib.frozen.test_finder.Source_FindSpecTests) ... ok test_module (test.test_importlib.frozen.test_finder.Source_FindSpecTests) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests) ... ok test_package (test.test_importlib.frozen.test_finder.Source_FindSpecTests) ... ok test_failure (test.test_importlib.frozen.test_finder.Source_FinderTests) ... ok test_module (test.test_importlib.frozen.test_finder.Source_FinderTests) ... ok test_module_in_package (test.test_importlib.frozen.test_finder.Source_FinderTests) ... ok test_package (test.test_importlib.frozen.test_finder.Source_FinderTests) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_module (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_package (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Frozen_ExecModuleTests) ... ok test_failure (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) ... ok test_get_code (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) ... ok test_get_source (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) ... ok test_is_package (test.test_importlib.frozen.test_loader.Frozen_InspectLoaderTests) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_module (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_module_reuse (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_package (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Frozen_LoaderTests) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_module (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_package (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Source_ExecModuleTests) ... ok test_failure (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) ... ok test_get_code (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) ... ok test_get_source (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) ... ok test_is_package (test.test_importlib.frozen.test_loader.Source_InspectLoaderTests) ... ok test_lacking_parent (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_module (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_module_repr (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_module_repr_indirect (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_module_reuse (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_package (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test_unloadable (test.test_importlib.frozen.test_loader.Source_LoaderTests) ... ok test___loader__ (test.test_importlib.import_.test___loader__.Frozen_SpecLoaderAttributeTests) ... ok test___loader___is_None (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests) ... ok test___loader___missing (test.test_importlib.import_.test___loader__.Frozen_LoaderAttributeTests) ... ok test___loader__ (test.test_importlib.import_.test___loader__.Source_SpecLoaderAttributeTests) ... ok test___loader___is_None (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests) ... ok test___loader___missing (test.test_importlib.import_.test___loader__.Source_LoaderAttributeTests) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP302) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Frozen_Using__package__PEP451) ... ok test_package (test.test_importlib.import_.test___package__.Setting__package__PEP302) ... ok test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP302) ... ok test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP302) ... ok test_package (test.test_importlib.import_.test___package__.Setting__package__PEP451) ... ok test_submodule (test.test_importlib.import_.test___package__.Setting__package__PEP451) ... ok test_top_level (test.test_importlib.import_.test___package__.Setting__package__PEP451) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP302) ... ok test_None_as___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_bad__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_bunk__package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_spec_fallback (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_using___package__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_warn_when_package_and_spec_disagree (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_warn_when_using___name__ (test.test_importlib.import_.test___package__.Source_Using__package__PEP451) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_negative_level (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_OldAPITests) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_negative_level (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Frozen_SpecAPITests) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_negative_level (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_OldAPITests) ... ok test_blocked_fromlist (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_fromlist_load_error_propagates (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_name_requires_rparition (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_negative_level (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_nonexistent_fromlist_entry (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_raises_ModuleNotFoundError (test.test_importlib.import_.test_api.Source_SpecAPITests) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.Frozen_UseCache) ... ok test_using_cache (test.test_importlib.import_.test_caching.Frozen_UseCache) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_using_cache (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_using_cache_after_loader (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_using_cache_for_assigning_to_attribute (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_using_cache_for_fromlist (test.test_importlib.import_.test_caching.ImportlibUseCache) ... ok test_None_in_cache (test.test_importlib.import_.test_caching.Source_UseCache) ... ok test_using_cache (test.test_importlib.import_.test_caching.Source_UseCache) ... ok test_empty_string (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_invalid_type (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_module_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_nonexistent_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_object (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_star_in_all (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_star_with_others (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_using_star (test.test_importlib.import_.test_fromlist.Frozen_HandlingFromlist) ... ok test_return_from_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue) ... ok test_return_from_import (test.test_importlib.import_.test_fromlist.Frozen_ReturnValue) ... ok test_empty_string (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_fromlist_as_tuple (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_invalid_type (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_invalid_type_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_module_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_module_from_package_triggers_ModuleNotFoundError (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_nonexistent_from_package (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_nonexistent_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_nonexistent_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_object (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_star_in_all (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_star_with_others (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_using_star (test.test_importlib.import_.test_fromlist.Source_HandlingFromlist) ... ok test_return_from_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue) ... ok test_return_from_import (test.test_importlib.import_.test_fromlist.Source_ReturnValue) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP302) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Frozen_CallSignaturePEP451) ... ok test_continuing (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) ... ok test_empty (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) ... ok test_first_called (test.test_importlib.import_.test_meta_path.Frozen_CallingOrder) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP302) ... ok test_no_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451) ... ok test_with_path (test.test_importlib.import_.test_meta_path.Source_CallSignaturePEP451) ... ok test_continuing (test.test_importlib.import_.test_meta_path.Source_CallingOrder) ... ok test_empty (test.test_importlib.import_.test_meta_path.Source_CallingOrder) ... ok test_first_called (test.test_importlib.import_.test_meta_path.Source_CallingOrder) ... ok test_bad_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_import_parent (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_module_not_package (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Frozen_ParentModuleTests) ... ok test_bad_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_import_parent (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_module_not_package (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_module_not_package_but_side_effects (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_raising_parent_after_double_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_raising_parent_after_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_raising_parent_after_relative_importing_child (test.test_importlib.import_.test_packages.Source_ParentModuleTests) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_empty_list (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_failure (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_sys_path (test.test_importlib.import_.test_path.Frozen_FindModuleTests) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_empty_list (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_failure (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_path_hooks (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_sys_path (test.test_importlib.import_.test_path.Frozen_FindSpecTests) ... ok test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests) ... ok test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Frozen_PathEntryFinderTests) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_empty_list (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_failure (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_path (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_path_hooks (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_sys_path (test.test_importlib.import_.test_path.Source_FindModuleTests) ... ok test_None_on_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_deleted_cwd (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_empty_list (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_empty_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_failure (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_finder_with_find_loader (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_finder_with_find_module (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_finder_with_find_spec (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_invalidate_caches_clear_out_None (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_invalidate_caches_finders (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_path (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_path_hooks (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_path_importer_cache_empty_string (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_sys_path (test.test_importlib.import_.test_path.Source_FindSpecTests) ... ok test_finder_with_failing_find_module (test.test_importlib.import_.test_path.Source_PathEntryFinderTests) ... ok test_finder_with_failing_find_spec (test.test_importlib.import_.test_path.Source_PathEntryFinderTests) ... ok test_attr_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_deep_import (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_module_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_module_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_package_to_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_package_to_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Frozen_RelativeImports) ... ok test_attr_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_deep_import (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_empty_name_w_level_0 (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_import_from_different_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_import_relative_import_no_fromlist (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_module_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_module_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_package_to_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_package_to_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_relative_import_no_globals (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_relative_import_no_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_relative_import_no_package_exists_absolute (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_too_high_from_module (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_too_high_from_package (test.test_importlib.import_.test_relative_imports.Source_RelativeImports) ... ok test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP302) ... skipped 'requires a case-insensitive filesystem' test_insensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Frozen_CaseSensitivityTestPEP451) ... skipped 'requires a case-insensitive filesystem' test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP302) ... skipped 'requires a case-insensitive filesystem' test_insensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451) ... skipped 'requires a case-insensitive filesystem' test_sensitive (test.test_importlib.source.test_case_sensitivity.Source_CaseSensitivityTestPEP451) ... skipped 'requires a case-insensitive filesystem' test_bad_syntax (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_equality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_inequality (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_module (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_overiden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_package (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_unloadable (test.test_importlib.source.test_file_loader.Frozen_SimpleTest) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP302) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Frozen_SourceLoaderBadBytecodeTestPEP451) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Frozen_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_bad_syntax (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_equality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_inequality (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_module (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_overiden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_package (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_unloadable (test.test_importlib.source.test_file_loader.SourceDateEpoch_SimpleTest) ... ok test_bad_syntax (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_equality (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_file_from_empty_string_dir (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_get_filename_API (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_inequality (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_lacking_parent (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_load_module_API (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_module (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_module_reuse (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_overiden_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_overridden_checked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_package (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_state_after_failure (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_timestamp_overflow (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_unchecked_hash_based_pyc (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_unloadable (test.test_importlib.source.test_file_loader.Source_SimpleTest) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP302) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_bad_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_old_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_read_only_bytecode (test.test_importlib.source.test_file_loader.Source_SourceLoaderBadBytecodeTestPEP451) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP302) ... ok test_bad_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_empty_file (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_magic_only (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_no_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_non_code_marshal (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_flags (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_hash (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_magic (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_size (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_partial_timestamp (test.test_importlib.source.test_file_loader.Source_SourcelessLoaderBadBytecodeTestPEP451) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP302) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP420) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_failure (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_ignore_file (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_module_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_package_in_package (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_package_over_module (test.test_importlib.source.test_finder.Frozen_FinderTestsPEP451) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP302) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP420) ... ok test_dir_removal_handling (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_empty_string_for_dir (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_failure (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_ignore_file (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_invalidate_caches (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_module_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_no_read_directory (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_package_in_package (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_package_over_module (test.test_importlib.source.test_finder.Source_FinderTestsPEP451) ... ok test_empty_string (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) ... ok test_empty_string_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) ... ok test_success (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) ... ok test_success_legacy (test.test_importlib.source.test_path_hook.Frozen_PathHookTest) ... ok test_empty_string (test.test_importlib.source.test_path_hook.Source_PathHookTest) ... ok test_empty_string_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest) ... ok test_success (test.test_importlib.source.test_path_hook.Source_PathHookTest) ... ok test_success_legacy (test.test_importlib.source.test_path_hook.Source_PathHookTest) ... ok test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP302) ... ok test_bom (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Frozen_EncodingTestPEP451) ... ok test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) ... ok test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP302) ... ok test_cr (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) ... ok test_lf (test.test_importlib.source.test_source_encoding.Frozen_LineEndingTestPEP451) ... ok test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP302) ... ok test_bom (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_bom_and_utf_8 (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_bom_conflict (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_default_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_encoding_on_first_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_encoding_on_second_line (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_non_obvious_encoding (test.test_importlib.source.test_source_encoding.Source_EncodingTestPEP451) ... ok test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) ... ok test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP302) ... ok test_cr (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) ... ok test_crlf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) ... ok test_lf (test.test_importlib.source.test_source_encoding.Source_LineEndingTestPEP451) ... ok test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) ... ok test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) ... ok test_get_code (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) ... ok test_get_code_no_path (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_ExecutionLoaderGetCodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_ExecutionLoader) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_FileLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_FileLoader) ... ok test_get_source (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) ... ok test_is_package (test.test_importlib.test_abc.Frozen_InspectLoaderDefaultsTests) ... ok test_get_code (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Frozen_InspectLoaderGetCodeTests) ... ok test_get_code_ImportError (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) ... ok test_get_code_None (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) ... ok test_module_returned (test.test_importlib.test_abc.Frozen_InspectLoaderLoadModuleTests) ... ok test_source_to_code_bytes (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_no_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_path (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_source (test.test_importlib.test_abc.Frozen_InspectLoaderSourceToCodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_InspectLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_InspectLoader) ... ok test_create_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) ... ok test_load_module (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) ... ok test_module_repr (test.test_importlib.test_abc.Frozen_LoaderDefaultsTests) ... ok test_fresh (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests) ... ok test_reload (test.test_importlib.test_abc.Frozen_LoaderLoadModuleTests) ... ok test_find_module (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests) ... ok test_invalidate_caches (test.test_importlib.test_abc.Frozen_MetaPathFinderDefaultsTests) ... ok test_no_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) ... ok test_spec (test.test_importlib.test_abc.Frozen_MetaPathFinderFindModuleTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_MetaPathFinder) ... ok test_find_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests) ... ok test_invalidate_caches (test.test_importlib.test_abc.Frozen_PathEntryFinderDefaultsTests) ... ok test_no_spec (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) ... ok test_spec_with_loader (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) ... ok test_spec_with_portions (test.test_importlib.test_abc.Frozen_PathEntryFinderFindLoaderTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_PathEntryFinder) ... ok test_get_data (test.test_importlib.test_abc.Frozen_ResourceLoaderDefaultsTests) ... ok test_contents (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) ... ok test_is_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) ... ok test_open_resource (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) ... ok test_resource_path (test.test_importlib.test_abc.Frozen_ResourceReaderDefaultsTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_ResourceLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_ResourceLoader) ... ok test_code_bad_magic (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_code_bad_timestamp (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_code_with_everything (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_dont_write_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_no_bytecode (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_no_set_data (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_set_data_raises_exceptions (test.test_importlib.test_abc.Frozen_SourceLoaderBytecodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Frozen_SourceLoader) ... ok test_superclasses (test.test_importlib.test_abc.Frozen_SourceLoader) ... ok test_decoded_source (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) ... ok test_default_encoding (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) ... ok test_universal_newlines (test.test_importlib.test_abc.Frozen_SourceLoaderGetSourceTests) ... ok test_get_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_get_source (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_get_source_encoding (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_is_package (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_load_module (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_package_settings (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_source_to_code (test.test_importlib.test_abc.Frozen_SourceOnlyLoaderTests) ... ok test_create_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests) ... ok test_load_module (test.test_importlib.test_abc.Source_LoaderDefaultsTests) ... ok test_module_repr (test.test_importlib.test_abc.Source_LoaderDefaultsTests) ... ok test_code_bad_magic (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_code_bad_timestamp (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_code_with_everything (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_dont_write_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_no_bytecode (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_no_set_data (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_set_data_raises_exceptions (test.test_importlib.test_abc.Source_SourceLoaderBytecodeTests) ... ok test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) ... ok test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) ... ok test_get_code (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) ... ok test_get_code_no_path (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Source_ExecutionLoaderGetCodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_ExecutionLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_ExecutionLoader) ... ok test_subclasses (test.test_importlib.test_abc.Source_FileLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_FileLoader) ... ok test_get_source (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) ... ok test_is_package (test.test_importlib.test_abc.Source_InspectLoaderDefaultsTests) ... ok test_get_code (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) ... ok test_get_code_source_is_None (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) ... ok test_get_code_source_not_found (test.test_importlib.test_abc.Source_InspectLoaderGetCodeTests) ... ok test_get_code_ImportError (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) ... ok test_get_code_None (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) ... ok test_module_returned (test.test_importlib.test_abc.Source_InspectLoaderLoadModuleTests) ... ok test_source_to_code_bytes (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_no_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_path (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) ... ok test_source_to_code_source (test.test_importlib.test_abc.Source_InspectLoaderSourceToCodeTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_InspectLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_InspectLoader) ... ok test_fresh (test.test_importlib.test_abc.Source_LoaderLoadModuleTests) ... ok test_reload (test.test_importlib.test_abc.Source_LoaderLoadModuleTests) ... ok test_find_module (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests) ... ok test_invalidate_caches (test.test_importlib.test_abc.Source_MetaPathFinderDefaultsTests) ... ok test_no_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) ... ok test_spec (test.test_importlib.test_abc.Source_MetaPathFinderFindModuleTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_MetaPathFinder) ... ok test_superclasses (test.test_importlib.test_abc.Source_MetaPathFinder) ... ok test_find_loader (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests) ... ok test_invalidate_caches (test.test_importlib.test_abc.Source_PathEntryFinderDefaultsTests) ... ok test_no_spec (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) ... ok test_spec_with_loader (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) ... ok test_spec_with_portions (test.test_importlib.test_abc.Source_PathEntryFinderFindLoaderTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_PathEntryFinder) ... ok test_superclasses (test.test_importlib.test_abc.Source_PathEntryFinder) ... ok test_get_data (test.test_importlib.test_abc.Source_ResourceLoaderDefaultsTests) ... ok test_contents (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) ... ok test_is_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) ... ok test_open_resource (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) ... ok test_resource_path (test.test_importlib.test_abc.Source_ResourceReaderDefaultsTests) ... ok test_subclasses (test.test_importlib.test_abc.Source_ResourceLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_ResourceLoader) ... ok test_subclasses (test.test_importlib.test_abc.Source_SourceLoader) ... ok test_superclasses (test.test_importlib.test_abc.Source_SourceLoader) ... ok test_decoded_source (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) ... ok test_default_encoding (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) ... ok test_universal_newlines (test.test_importlib.test_abc.Source_SourceLoaderGetSourceTests) ... ok test_get_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_get_source (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_get_source_encoding (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_is_package (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_load_module (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_package_settings (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_source_to_code (test.test_importlib.test_abc.Source_SourceOnlyLoaderTests) ... ok test_no_frozen_importlib (test.test_importlib.test_api.FrozenImportlibTests) ... ok test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) ... ok test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) ... ok test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) ... ok test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP302Tests) ... ok test_nothing (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) ... ok test_success (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) ... ok test_success_path (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) ... ok test_sys_modules (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Frozen_FindLoaderPEP451Tests) ... ok test_absolute_import_with_package (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_absolute_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_deep_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_loaded_once (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_module_import (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_relative_import_wo_package (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_shallow_relative_package_import (test.test_importlib.test_api.Frozen_ImportModuleTests) ... ok test_method_called (test.test_importlib.test_api.Frozen_InvalidateCacheTests) ... ok test_method_lacking (test.test_importlib.test_api.Frozen_InvalidateCacheTests) ... ok test_module_missing_spec (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_module_replaced (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_loader_replaced (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_location_changed (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_missing_loader (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_modules (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_namespace_changed (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_reload_submodule (test.test_importlib.test_api.Frozen_ReloadTests) ... ok test_everyone_has___loader__ (test.test_importlib.test_api.Frozen_StartupTests) ... ok test_everyone_has___spec__ (test.test_importlib.test_api.Frozen_StartupTests) ... ok test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) ... ok test_success (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) ... ok test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) ... ok test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP302Tests) ... ok test_nothing (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) ... ok test_success (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) ... ok test_success_path (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) ... ok test_sys_modules (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) ... ok test_sys_modules_loader_is_not_set (test.test_importlib.test_api.Source_FindLoaderPEP451Tests) ... ok test_absolute_import_with_package (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_absolute_package_import (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_deep_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_loaded_once (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_module_import (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_relative_import_wo_package (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_shallow_relative_package_import (test.test_importlib.test_api.Source_ImportModuleTests) ... ok test_method_called (test.test_importlib.test_api.Source_InvalidateCacheTests) ... ok test_method_lacking (test.test_importlib.test_api.Source_InvalidateCacheTests) ... ok test_module_missing_spec (test.test_importlib.test_api.Source_ReloadTests) ... ok test_module_replaced (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_loader_replaced (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_location_changed (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_missing_loader (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_modules (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_namespace_changed (test.test_importlib.test_api.Source_ReloadTests) ... ok test_reload_submodule (test.test_importlib.test_api.Source_ReloadTests) ... ok test_everyone_has___loader__ (test.test_importlib.test_api.Source_StartupTests) ... ok test_everyone_has___spec__ (test.test_importlib.test_api.Source_StartupTests) ... ok test_init (test.test_importlib.test_lazy.LazyLoaderFactoryTests) ... ok test_validation (test.test_importlib.test_lazy.LazyLoaderFactoryTests) ... ok test_attr_unchanged (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_delete_eventual_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_delete_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_e2e (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_init (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_module_already_in_sys (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_module_substitution_error (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_mutated_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_mutated_preexisting_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_new_attr (test.test_importlib.test_lazy.LazyLoaderTests) ... ok test_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests) ... ok test_no_deadlock (test.test_importlib.test_locks.Frozen_DeadlockAvoidanceTests) ... ok test_all_locks (test.test_importlib.test_locks.Frozen_LifetimeTests) ... ok test_lock_lifetime (test.test_importlib.test_locks.Frozen_LifetimeTests) ... ok test_acquire_contended (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_acquire_destroy (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_acquire_release (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_constructor (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_different_thread (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_reacquire (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_release_unacquired (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_thread_leak (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_weakref_deleted (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_weakref_exists (test.test_importlib.test_locks.Frozen_ModuleLockAsRLockTests) ... ok test_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests) ... ok test_no_deadlock (test.test_importlib.test_locks.Source_DeadlockAvoidanceTests) ... ok test_all_locks (test.test_importlib.test_locks.Source_LifetimeTests) ... ok test_lock_lifetime (test.test_importlib.test_locks.Source_LifetimeTests) ... ok test_acquire_contended (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_acquire_destroy (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_acquire_release (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_constructor (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_different_thread (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_reacquire (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_release_unacquired (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_thread_leak (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_weakref_deleted (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_weakref_exists (test.test_importlib.test_locks.Source_ModuleLockAsRLockTests) ... ok test_for_name_does_not_exist (test.test_importlib.test_main.BasicTests) ... ok test_new_style_classes (test.test_importlib.test_main.BasicTests) ... ok test_retrieves_version_of_self (test.test_importlib.test_main.BasicTests) ... ok test (test.test_importlib.test_main.DirectoryTest) ... ok test_package_discovery (test.test_importlib.test_main.DiscoveryTests) ... ok test_import_nonexistent_module (test.test_importlib.test_main.ImportTests) ... ok test_resolve (test.test_importlib.test_main.ImportTests) ... ok test_resolve_without_attr (test.test_importlib.test_main.ImportTests) ... ok test_dashes_in_dist_name_found_as_underscores (test.test_importlib.test_main.NameNormalizationTests) ... ok test_dist_name_found_as_any_case (test.test_importlib.test_main.NameNormalizationTests) ... ok test_metadata_loads (test.test_importlib.test_main.NonASCIITests) ... ok test_metadata_loads_egg_info (test.test_importlib.test_main.NonASCIITests) ... ok test_entry_points (test.test_importlib.test_metadata_api.APITests) ... ok test_file_hash_repr (test.test_importlib.test_metadata_api.APITests) ... ERROR test_files_dist_info (test.test_importlib.test_metadata_api.APITests) ... ok test_files_egg_info (test.test_importlib.test_metadata_api.APITests) ... ok test_for_name_does_not_exist (test.test_importlib.test_metadata_api.APITests) ... ok test_for_top_level (test.test_importlib.test_metadata_api.APITests) ... ok test_metadata_for_this_package (test.test_importlib.test_metadata_api.APITests) ... ok test_more_complex_deps_requires_text (test.test_importlib.test_metadata_api.APITests) ... ok test_read_text (test.test_importlib.test_metadata_api.APITests) ... ok test_requires (test.test_importlib.test_metadata_api.APITests) ... ok test_requires_dist_info (test.test_importlib.test_metadata_api.APITests) ... ok test_requires_egg_info_file (test.test_importlib.test_metadata_api.APITests) ... ok test_retrieves_version_of_distinfo_pkg (test.test_importlib.test_metadata_api.APITests) ... ok test_retrieves_version_of_self (test.test_importlib.test_metadata_api.APITests) ... ok test_version_egg_info_file (test.test_importlib.test_metadata_api.APITests) ... ok test_find_distributions_specified_path (test.test_importlib.test_metadata_api.OffSysPathTests) ... ok test_imports (test.test_importlib.test_namespace_pkgs.CombinedNamespacePackages) ... ok test_project3_fails (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation) ... ok test_project3_succeeds (test.test_importlib.test_namespace_pkgs.DynamicPathCalculation) ... ok test_dynamic_path (test.test_importlib.test_namespace_pkgs.DynamicPathNamespacePackage) ... ok test_non_namespace_package_takes_precedence (test.test_importlib.test_namespace_pkgs.LegacySupport) ... ok test_namespace_loader_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests) ... ok test_namespace_origin_consistency (test.test_importlib.test_namespace_pkgs.LoaderTests) ... ok test_path_indexable (test.test_importlib.test_namespace_pkgs.LoaderTests) ... ok test_module_before_namespace_package (test.test_importlib.test_namespace_pkgs.ModuleAndNamespacePackageInSameDir) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.ReloadTests) ... ok test_dynamic_path (test.test_importlib.test_namespace_pkgs.ReloadTests) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.ReloadTests) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNamespacePackages) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedNestedZipNamespacePackages) ... ok test_first_path_wins (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) ... ok test_first_path_wins_again (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) ... ok test_first_path_wins_importing_second_first (test.test_importlib.test_namespace_pkgs.SeparatedOverlappingNamespacePackages) ... ok test_imports (test.test_importlib.test_namespace_pkgs.SeparatedZipNamespacePackages) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) ... ok test_module_repr (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNamespacePackage) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleNestedZipNamespacePackage) ... ok test_cant_import_other (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage) ... ok test_simple_package (test.test_importlib.test_namespace_pkgs.SingleZipNamespacePackage) ... ok test_missing_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory) ... expected failure test_present_directory (test.test_importlib.test_namespace_pkgs.ZipWithMissingDirectory) ... ok test_absolute_path (test.test_importlib.test_open.CommonBinaryTests) ... ok test_importing_module_as_side_effect (test.test_importlib.test_open.CommonBinaryTests) ... ok test_non_package_by_name (test.test_importlib.test_open.CommonBinaryTests) ... ok test_non_package_by_package (test.test_importlib.test_open.CommonBinaryTests) ... ok test_package_name (test.test_importlib.test_open.CommonBinaryTests) ... ok test_package_object (test.test_importlib.test_open.CommonBinaryTests) ... ok test_pathlib_path (test.test_importlib.test_open.CommonBinaryTests) ... ok test_relative_path (test.test_importlib.test_open.CommonBinaryTests) ... ok test_resource_opener (test.test_importlib.test_open.CommonBinaryTests) ... ok test_resource_path (test.test_importlib.test_open.CommonBinaryTests) ... ok test_string_path (test.test_importlib.test_open.CommonBinaryTests) ... ok test_useless_loader (test.test_importlib.test_open.CommonBinaryTests) ... ok test_absolute_path (test.test_importlib.test_open.CommonTextTests) ... ok test_importing_module_as_side_effect (test.test_importlib.test_open.CommonTextTests) ... ok test_non_package_by_name (test.test_importlib.test_open.CommonTextTests) ... ok test_non_package_by_package (test.test_importlib.test_open.CommonTextTests) ... ok test_package_name (test.test_importlib.test_open.CommonTextTests) ... ok test_package_object (test.test_importlib.test_open.CommonTextTests) ... ok test_pathlib_path (test.test_importlib.test_open.CommonTextTests) ... ok test_relative_path (test.test_importlib.test_open.CommonTextTests) ... ok test_resource_opener (test.test_importlib.test_open.CommonTextTests) ... ok test_resource_path (test.test_importlib.test_open.CommonTextTests) ... ok test_string_path (test.test_importlib.test_open.CommonTextTests) ... ok test_useless_loader (test.test_importlib.test_open.CommonTextTests) ... ok test_open_binary (test.test_importlib.test_open.OpenDiskTests) ... ok test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests) ... ok test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenDiskTests) ... ok test_open_text_default_encoding (test.test_importlib.test_open.OpenDiskTests) ... ok test_open_text_given_encoding (test.test_importlib.test_open.OpenDiskTests) ... ok test_open_text_with_errors (test.test_importlib.test_open.OpenDiskTests) ... ok test_open_binary (test.test_importlib.test_open.OpenZipTests) ... ok test_open_binary_FileNotFoundError (test.test_importlib.test_open.OpenZipTests) ... ok test_open_text_FileNotFoundError (test.test_importlib.test_open.OpenZipTests) ... ok test_open_text_default_encoding (test.test_importlib.test_open.OpenZipTests) ... ok test_open_text_given_encoding (test.test_importlib.test_open.OpenZipTests) ... ok test_open_text_with_errors (test.test_importlib.test_open.OpenZipTests) ... ok test_absolute_path (test.test_importlib.test_path.CommonTests) ... ok test_importing_module_as_side_effect (test.test_importlib.test_path.CommonTests) ... ok test_non_package_by_name (test.test_importlib.test_path.CommonTests) ... ok test_non_package_by_package (test.test_importlib.test_path.CommonTests) ... ok test_package_name (test.test_importlib.test_path.CommonTests) ... ok test_package_object (test.test_importlib.test_path.CommonTests) ... ok test_pathlib_path (test.test_importlib.test_path.CommonTests) ... ok test_relative_path (test.test_importlib.test_path.CommonTests) ... ok test_resource_opener (test.test_importlib.test_path.CommonTests) ... ok test_resource_path (test.test_importlib.test_path.CommonTests) ... ok test_string_path (test.test_importlib.test_path.CommonTests) ... ok test_useless_loader (test.test_importlib.test_path.CommonTests) ... ok test_reading (test.test_importlib.test_path.PathDiskTests) ... ok test_reading (test.test_importlib.test_path.PathZipTests) ... ok test_remove_in_context_manager (test.test_importlib.test_path.PathZipTests) ... ok test_absolute_path (test.test_importlib.test_read.CommonBinaryTests) ... ok test_importing_module_as_side_effect (test.test_importlib.test_read.CommonBinaryTests) ... ok test_non_package_by_name (test.test_importlib.test_read.CommonBinaryTests) ... ok test_non_package_by_package (test.test_importlib.test_read.CommonBinaryTests) ... ok test_package_name (test.test_importlib.test_read.CommonBinaryTests) ... ok test_package_object (test.test_importlib.test_read.CommonBinaryTests) ... ok test_pathlib_path (test.test_importlib.test_read.CommonBinaryTests) ... ok test_relative_path (test.test_importlib.test_read.CommonBinaryTests) ... ok test_resource_opener (test.test_importlib.test_read.CommonBinaryTests) ... ok test_resource_path (test.test_importlib.test_read.CommonBinaryTests) ... ok test_string_path (test.test_importlib.test_read.CommonBinaryTests) ... ok test_useless_loader (test.test_importlib.test_read.CommonBinaryTests) ... ok test_absolute_path (test.test_importlib.test_read.CommonTextTests) ... ok test_importing_module_as_side_effect (test.test_importlib.test_read.CommonTextTests) ... ok test_non_package_by_name (test.test_importlib.test_read.CommonTextTests) ... ok test_non_package_by_package (test.test_importlib.test_read.CommonTextTests) ... ok test_package_name (test.test_importlib.test_read.CommonTextTests) ... ok test_package_object (test.test_importlib.test_read.CommonTextTests) ... ok test_pathlib_path (test.test_importlib.test_read.CommonTextTests) ... ok test_relative_path (test.test_importlib.test_read.CommonTextTests) ... ok test_resource_opener (test.test_importlib.test_read.CommonTextTests) ... ok test_resource_path (test.test_importlib.test_read.CommonTextTests) ... ok test_string_path (test.test_importlib.test_read.CommonTextTests) ... ok test_useless_loader (test.test_importlib.test_read.CommonTextTests) ... ok test_read_binary (test.test_importlib.test_read.ReadDiskTests) ... ok test_read_text_default_encoding (test.test_importlib.test_read.ReadDiskTests) ... ok test_read_text_given_encoding (test.test_importlib.test_read.ReadDiskTests) ... ok test_read_text_with_errors (test.test_importlib.test_read.ReadDiskTests) ... ok test_read_binary (test.test_importlib.test_read.ReadZipTests) ... ok test_read_submodule_resource (test.test_importlib.test_read.ReadZipTests) ... ok test_read_submodule_resource_by_name (test.test_importlib.test_read.ReadZipTests) ... ok test_read_text_default_encoding (test.test_importlib.test_read.ReadZipTests) ... ok test_read_text_given_encoding (test.test_importlib.test_read.ReadZipTests) ... ok test_read_text_with_errors (test.test_importlib.test_read.ReadZipTests) ... ok test_namespaces_cannot_have_resources (test.test_importlib.test_resource.NamespaceTest) ... ok test_package_has_no_reader_fallback (test.test_importlib.test_resource.ResourceCornerCaseTests) ... ok test_contents (test.test_importlib.test_resource.ResourceDiskTests) ... ok test_is_resource_good_path (test.test_importlib.test_resource.ResourceDiskTests) ... ok test_is_resource_missing (test.test_importlib.test_resource.ResourceDiskTests) ... ok test_is_resource_subresource_directory (test.test_importlib.test_resource.ResourceDiskTests) ... ok test_unrelated_contents (test.test_importlib.test_resource.ResourceFromZipsTest) ... FAIL test_resource_contents (test.test_importlib.test_resource.ResourceLoaderTests) ... ok test_resource_directory_is_not_resource (test.test_importlib.test_resource.ResourceLoaderTests) ... ok test_resource_is_resource (test.test_importlib.test_resource.ResourceLoaderTests) ... ok test_resource_missing_is_not_resource (test.test_importlib.test_resource.ResourceLoaderTests) ... ok test_contents (test.test_importlib.test_resource.ResourceZipTests) ... FAIL test_is_resource_good_path (test.test_importlib.test_resource.ResourceZipTests) ... ok test_is_resource_missing (test.test_importlib.test_resource.ResourceZipTests) ... ok test_is_resource_subresource_directory (test.test_importlib.test_resource.ResourceZipTests) ... ok test_is_submodule_resource (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) ... ok test_read_submodule_resource_by_name (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) ... ok test_submodule_contents (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) ... FAIL test_submodule_contents_by_name (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) ... FAIL test_spec_from_file_location_default (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_default (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_origin (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Frozen_FactoryTests) ... ok test_module___loader___module_repr (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___loader___module_repr_bad (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___spec__ (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___spec___location (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___spec___no_origin (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module_no_file (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module_no_file_no_loader (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module_no_name (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_module_with_file (test.test_importlib.test_spec.Frozen_ModuleReprTests) ... ok test_exec (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_failed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_failed_removed (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_legacy_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_load_replaced (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload_extra_attributes (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload_init_module_attrs (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload_legacy (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_reload_modified (test.test_importlib.test_spec.Frozen_ModuleSpecMethodsTests) ... ok test_cached_no_origin (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_set (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_source (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_source_unknown_suffix (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_sourceless (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_cached_with_origin_not_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_default (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_default_is_package_false (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_default_is_package_true (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_default_no_loader (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_equality (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_equality_location (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_has_location_setter (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_inequality (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_inequality_incomplete (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_package_is_package (test.test_importlib.test_spec.Frozen_ModuleSpecTests) ... ok test_spec_from_file_location_default (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_default_bad_suffix (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_default_without_location (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_loader_no_location (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_loader_no_location_bad_get_filename (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_loader_no_location_no_get_filename (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_path_like_arg (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_default (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_default_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_default_no_is_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_default_not_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_empty (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_none (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_file_location_smsl_not_empty (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_default (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_default_with_bad_is_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_default_with_file_loader (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_false (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_false_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_true (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_true_with_fileloader (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_with_loader_false (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_is_package_with_loader_true (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_origin (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_spec_from_loader_origin_and_is_package (test.test_importlib.test_spec.Source_FactoryTests) ... ok test_module___loader___module_repr (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___loader___module_repr_bad (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___spec__ (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___spec___location (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___spec___no_origin (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module___spec___no_origin_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module_no_file (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module_no_file_no_loader (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module_no_name (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_module_with_file (test.test_importlib.test_spec.Source_ModuleReprTests) ... ok test_exec (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_failed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_failed_removed (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_legacy_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_legacy_attributes_immutable (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_load_replaced (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload_extra_attributes (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload_init_module_attrs (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload_legacy (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_reload_modified (test.test_importlib.test_spec.Source_ModuleSpecMethodsTests) ... ok test_cached_no_origin (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_set (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_source (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_source_missing_cache_tag (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_source_unknown_suffix (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_sourceless (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_cached_with_origin_not_location (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_default (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_default_is_package_false (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_default_is_package_true (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_default_no_loader (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_equality (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_equality_location (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_has_location_setter (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_inequality (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_inequality_incomplete (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_package (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_package_is_package (test.test_importlib.test_spec.Source_ModuleSpecTests) ... ok test_specified_encoding (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) ... ok test_universal_newlines (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) ... ok test_ut8_default (test.test_importlib.test_util.Frozen_DecodeSourceBytesTests) ... ok test_find_relative_module (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_find_relative_module_missing_package (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_find_submodule (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_find_submodule_in_module (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_find_submodule_parent_already_imported (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_nothing (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_success (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules_spec_is_None (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_sys_modules_without___loader__ (test.test_importlib.test_util.Frozen_FindSpecTests) ... ok test_incorporates_rn (test.test_importlib.test_util.Frozen_MagicNumberTests) ... ok test_length (test.test_importlib.test_util.Frozen_MagicNumberTests) ... ok test_attributes_set (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_decorator_attrs (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_false_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_new_module (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_new_module_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_reload (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_reload_failure (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test_warning (test.test_importlib.test_util.Frozen_ModuleForLoaderTests) ... ok test___cached__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___file__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___loader__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___name__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___package__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___path__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test___spec__ (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test_create_module_returns_None (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test_no_create_module (test.test_importlib.test_util.Frozen_ModuleFromSpecTests) ... ok test_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_cwd (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_debug_override (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_no_dot (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_optimization_None (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_optimization_set (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_override (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Frozen_PEP3147Tests) ... skipped 'test meaningful only where os.altsep is defined' test_source_from_cache (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_bad_path (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_missing_optimization (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_no_slash (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_not_opt (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_path_like_arg (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_too_few_dots (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_source_from_cache_too_many_dots (test.test_importlib.test_util.Frozen_PEP3147Tests) ... ok test_absolute (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_absolute_within_package (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_escape (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_in_package (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_no_package (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_other_package (test.test_importlib.test_util.Frozen_ResolveNameTests) ... ok test_attribute_is_None (test.test_importlib.test_util.Frozen_SetLoaderTests) ... ok test_no_attribute (test.test_importlib.test_util.Frozen_SetLoaderTests) ... ok test_not_reset (test.test_importlib.test_util.Frozen_SetLoaderTests) ... ok test_decorator_attrs (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_leaving_alone (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_package (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_setting_if_missing (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_submodule (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_top_level (test.test_importlib.test_util.Frozen_SetPackageTests) ... ok test_magic_number (test.test_importlib.test_util.MagicNumberTests) ... skipped 'only applies to candidate or final python release levels' test_specified_encoding (test.test_importlib.test_util.Source_DecodeSourceBytesTests) ... ok test_universal_newlines (test.test_importlib.test_util.Source_DecodeSourceBytesTests) ... ok test_ut8_default (test.test_importlib.test_util.Source_DecodeSourceBytesTests) ... ok test_find_relative_module (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_find_relative_module_missing_package (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_find_submodule (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_find_submodule_in_module (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_find_submodule_parent_already_imported (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_nothing (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_success (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules_loader_is_None (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules_spec_is_None (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules_spec_is_not_set (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_sys_modules_without___loader__ (test.test_importlib.test_util.Source_FindSpecTests) ... ok test_incorporates_rn (test.test_importlib.test_util.Source_MagicNumberTests) ... ok test_length (test.test_importlib.test_util.Source_MagicNumberTests) ... ok test_attributes_set (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_decorator_attrs (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_false_module (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_new_module (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_new_module_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_reload (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_reload_failure (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test_warning (test.test_importlib.test_util.Source_ModuleForLoaderTests) ... ok test___cached__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___file__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___loader__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___name__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___package__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___path__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test___spec__ (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test_create_module_returns_None (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test_no_create_module (test.test_importlib.test_util.Source_ModuleFromSpecTests) ... ok test_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_cwd (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_debug_override (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_debug_override_optimization_both_set (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_no_dot (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_optimization_None (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_optimization_empty_string (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_optimization_set (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_override (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_respects_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_cache_from_source_respects_pycache_prefix_relative (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_sep_altsep_and_sep_cache_from_source (test.test_importlib.test_util.Source_PEP3147Tests) ... skipped 'test meaningful only where os.altsep is defined' test_source_from_cache (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_bad_path (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_inside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_missing_optimization (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_no__pycache__ (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_no_cache_tag (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_no_slash (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_not_opt (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_optimized_bytecode (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_outside_pycache_prefix (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_path_like_arg (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_too_few_dots (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_source_from_cache_too_many_dots (test.test_importlib.test_util.Source_PEP3147Tests) ... ok test_absolute (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_absolute_within_package (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_escape (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_in_package (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_no_package (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_other_package (test.test_importlib.test_util.Source_ResolveNameTests) ... ok test_attribute_is_None (test.test_importlib.test_util.Source_SetLoaderTests) ... ok test_no_attribute (test.test_importlib.test_util.Source_SetLoaderTests) ... ok test_not_reset (test.test_importlib.test_util.Source_SetLoaderTests) ... ok test_decorator_attrs (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_leaving_alone (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_package (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_setting_if_missing (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_submodule (test.test_importlib.test_util.Source_SetPackageTests) ... ok test_top_level (test.test_importlib.test_util.Source_SetPackageTests) ... ok test.test_importlib.test_windows (unittest.loader.ModuleSkipped) ... skipped "No module named 'winreg'" test_case_insensitive (test.test_importlib.test_zip.TestEgg) ... ok test_files (test.test_importlib.test_zip.TestEgg) ... ok test_missing_metadata (test.test_importlib.test_zip.TestEgg) ... ok test_zip_entry_points (test.test_importlib.test_zip.TestEgg) ... ok test_zip_version (test.test_importlib.test_zip.TestEgg) ... ok test_case_insensitive (test.test_importlib.test_zip.TestZip) ... ok test_files (test.test_importlib.test_zip.TestZip) ... ok test_missing_metadata (test.test_importlib.test_zip.TestZip) ... ok test_zip_entry_points (test.test_importlib.test_zip.TestZip) ... ok test_zip_version (test.test_importlib.test_zip.TestZip) ... ok ====================================================================== ERROR: test_file_hash_repr (test.test_importlib.test_metadata_api.APITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_importlib/test_metadata_api.py", line 81, in test_file_hash_repr util = [ IndexError: list index out of range ====================================================================== FAIL: test_unrelated_contents (test.test_importlib.test_resource.ResourceFromZipsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_importlib/test_resource.py", line 105, in test_unrelated_contents self.assertEqual( AssertionError: Items in the first set but not the second: '' Items in the second set but not the first: '__init__.py' 'resource1.txt' ====================================================================== FAIL: test_contents (test.test_importlib.test_resource.ResourceZipTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_importlib/test_resource.py", line 33, in test_contents self.assertEqual(contents, { AssertionError: Items in the first set but not the second: '' Items in the second set but not the first: 'utf-16.file' 'subdirectory' 'utf-8.file' ====================================================================== FAIL: test_submodule_contents (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_importlib/test_resource.py", line 127, in test_submodule_contents self.assertEqual( AssertionError: Items in the first set but not the second: '' Items in the second set but not the first: '__init__.py' 'binary.file' ====================================================================== FAIL: test_submodule_contents_by_name (test.test_importlib.test_resource.SubdirectoryResourceFromZipsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_importlib/test_resource.py", line 132, in test_submodule_contents_by_name self.assertEqual( AssertionError: Items in the first set but not the second: '' Items in the second set but not the first: '__init__.py' 'binary.file' ---------------------------------------------------------------------- Ran 1316 tests in 61.177s FAILED (failures=4, errors=1, skipped=16, expected failures=1) test test_importlib failed 0:01:34 load avg: 7.59 [4/6/3] test_zipapp failed -- running: test_asyncio (1 min 33 sec), test_socket (1 min 33 sec) test_cmdline_copy (test.test_zipapp.ZipAppCmdlineTest) ... ok test_cmdline_copy_change_main (test.test_zipapp.ZipAppCmdlineTest) ... ok test_cmdline_copy_inplace (test.test_zipapp.ZipAppCmdlineTest) ... ok test_cmdline_create (test.test_zipapp.ZipAppCmdlineTest) ... ok test_info_command (test.test_zipapp.ZipAppCmdlineTest) ... ok test_info_error (test.test_zipapp.ZipAppCmdlineTest) ... ok test_content_of_copied_archive (test.test_zipapp.ZipAppTest) ... ok test_create_archive (test.test_zipapp.ZipAppTest) ... ok test_create_archive_default_target (test.test_zipapp.ZipAppTest) ... ok test_create_archive_filter_exclude_dir (test.test_zipapp.ZipAppTest) ... ok test_create_archive_with_compression (test.test_zipapp.ZipAppTest) ... ok test_create_archive_with_filter (test.test_zipapp.ZipAppTest) ... FAIL test_create_archive_with_pathlib (test.test_zipapp.ZipAppTest) ... ok test_create_archive_with_subdirs (test.test_zipapp.ZipAppTest) ... ok test_custom_interpreter (test.test_zipapp.ZipAppTest) ... ok test_default_no_shebang (test.test_zipapp.ZipAppTest) ... ok test_main_and_main_py (test.test_zipapp.ZipAppTest) ... ok test_main_only_written_once (test.test_zipapp.ZipAppTest) ... ok test_main_validation (test.test_zipapp.ZipAppTest) ... ok test_main_written (test.test_zipapp.ZipAppTest) ... ok test_modify_shebang (test.test_zipapp.ZipAppTest) ... ok test_no_main (test.test_zipapp.ZipAppTest) ... ok test_no_shebang_is_not_executable (test.test_zipapp.ZipAppTest) ... ok test_pack_to_fileobj (test.test_zipapp.ZipAppTest) ... ok test_read_from_fileobj (test.test_zipapp.ZipAppTest) ... ok test_read_from_pathobj (test.test_zipapp.ZipAppTest) ... ok test_read_missing_shebang (test.test_zipapp.ZipAppTest) ... ok test_read_shebang (test.test_zipapp.ZipAppTest) ... ok test_remove_shebang (test.test_zipapp.ZipAppTest) ... ok test_shebang_is_executable (test.test_zipapp.ZipAppTest) ... ok test_write_shebang_to_fileobj (test.test_zipapp.ZipAppTest) ... ok ====================================================================== FAIL: test_create_archive_with_filter (test.test_zipapp.ZipAppTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_zipapp.py", line 73, in test_create_archive_with_filter self.assertNotIn('test.pyc', z.namelist()) AssertionError: 'test.pyc' unexpectedly found in ['test.pyc', 'test.py', '__main__.py'] ---------------------------------------------------------------------- Ran 31 tests in 1.588s FAILED (failures=1) test test_zipapp failed running: test_asyncio (2 min 3 sec), test_socket (2 min 3 sec) running: test_asyncio (2 min 33 sec), test_socket (2 min 33 sec) running: test_asyncio (3 min 3 sec), test_socket (3 min 3 sec) 0:03:18 load avg: 6.96 [5/6/4] test_socket failed (3 min 9 sec) -- running: test_asyncio (3 min 17 sec) testCloseException (test.test_socket.GeneralModuleTests) ... ok testCrucialConstants (test.test_socket.GeneralModuleTests) ... ok testCrucialIpProtoConstants (test.test_socket.GeneralModuleTests) ... ok testDefaultTimeout (test.test_socket.GeneralModuleTests) ... ok testGetServBy (test.test_socket.GeneralModuleTests) ... ok testGetSockOpt (test.test_socket.GeneralModuleTests) ... ok testGetaddrinfo (test.test_socket.GeneralModuleTests) ... ok testHostnameRes (test.test_socket.GeneralModuleTests) ... ok testIPv4_inet_aton_fourbytes (test.test_socket.GeneralModuleTests) ... ok testIPv4toString (test.test_socket.GeneralModuleTests) ... ok testIPv6toString (test.test_socket.GeneralModuleTests) ... ok testInterfaceNameIndex (test.test_socket.GeneralModuleTests) ... ok testInterpreterCrash (test.test_socket.GeneralModuleTests) ... ok testInvalidInterfaceIndexToName (test.test_socket.GeneralModuleTests) ... ok testInvalidInterfaceNameToIndex (test.test_socket.GeneralModuleTests) ... ok testNewAttributes (test.test_socket.GeneralModuleTests) ... ok testNtoH (test.test_socket.GeneralModuleTests) ... ok testNtoHErrors (test.test_socket.GeneralModuleTests) ... ok testRefCountGetNameInfo (test.test_socket.GeneralModuleTests) ... ok testSendAfterClose (test.test_socket.GeneralModuleTests) ... ok testSendtoErrors (test.test_socket.GeneralModuleTests) ... ok testSetSockOpt (test.test_socket.GeneralModuleTests) ... ok testSockName (test.test_socket.GeneralModuleTests) ... ok testSocketError (test.test_socket.GeneralModuleTests) ... ok testStringToIPv4 (test.test_socket.GeneralModuleTests) ... ok testStringToIPv6 (test.test_socket.GeneralModuleTests) ... ok testWindowsSpecificConstants (test.test_socket.GeneralModuleTests) ... skipped 'Windows specific' test_SocketType_is_socketobject (test.test_socket.GeneralModuleTests) ... ok test__sendfile_use_sendfile (test.test_socket.GeneralModuleTests) ... ok test_csocket_repr (test.test_socket.GeneralModuleTests) ... ok test_dealloc_warn (test.test_socket.GeneralModuleTests) ... ok test_flowinfo (test.test_socket.GeneralModuleTests) ... skipped 'IPv6 required for this test.' test_getaddrinfo_ipv6_basic (test.test_socket.GeneralModuleTests) ... skipped 'IPv6 required for this test.' test_getaddrinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests) ... skipped 'IPv6 required for this test.' test_getaddrinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests) ... skipped 'IPv6 required for this test.' test_getnameinfo (test.test_socket.GeneralModuleTests) ... ok test_getnameinfo_ipv6_scopeid_numeric (test.test_socket.GeneralModuleTests) ... skipped 'IPv6 required for this test.' test_getnameinfo_ipv6_scopeid_symbolic (test.test_socket.GeneralModuleTests) ... skipped 'IPv6 required for this test.' test_getsockaddrarg (test.test_socket.GeneralModuleTests) ... ok test_host_resolution (test.test_socket.GeneralModuleTests) ... ok test_host_resolution_bad_address (test.test_socket.GeneralModuleTests) ... ok test_idna (test.test_socket.GeneralModuleTests) ... skipped 'network is not enabled' test_listen_backlog (test.test_socket.GeneralModuleTests) ... ok test_listen_backlog_overflow (test.test_socket.GeneralModuleTests) ... ok test_makefile_invalid_mode (test.test_socket.GeneralModuleTests) ... ok test_makefile_mode (test.test_socket.GeneralModuleTests) ... ok test_name_closed_socketio (test.test_socket.GeneralModuleTests) ... ok test_pickle (test.test_socket.GeneralModuleTests) ... ok test_repr (test.test_socket.GeneralModuleTests) ... ok test_sendall_interrupted (test.test_socket.GeneralModuleTests) ... ok test_sendall_interrupted_with_timeout (test.test_socket.GeneralModuleTests) ... ok test_sethostname (test.test_socket.GeneralModuleTests) ... skipped 'test should be run as root' test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests) ... skipped 'Windows specific' test_sock_ioctl (test.test_socket.GeneralModuleTests) ... skipped 'Windows specific' test_socket_close (test.test_socket.GeneralModuleTests) ... ok test_socket_consistent_sock_type (test.test_socket.GeneralModuleTests) ... ok test_socket_fileno (test.test_socket.GeneralModuleTests) ... ok test_socket_fileno_rejects_float (test.test_socket.GeneralModuleTests) ... ok test_socket_fileno_rejects_invalid_socket (test.test_socket.GeneralModuleTests) ... ok test_socket_fileno_rejects_negative (test.test_socket.GeneralModuleTests) ... ok test_socket_fileno_rejects_other_types (test.test_socket.GeneralModuleTests) ... ok test_socket_fileno_requires_socket_fd (test.test_socket.GeneralModuleTests) ... ok test_socket_fileno_requires_valid_fd (test.test_socket.GeneralModuleTests) ... ok test_str_for_enums (test.test_socket.GeneralModuleTests) ... ok test_unknown_socket_family_repr (test.test_socket.GeneralModuleTests) ... ok test_unusable_closed_socketio (test.test_socket.GeneralModuleTests) ... ok test_weakref (test.test_socket.GeneralModuleTests) ... ok testDetach (test.test_socket.BasicTCPTest) ... ok testDup (test.test_socket.BasicTCPTest) ... ok testFromFd (test.test_socket.BasicTCPTest) ... ok testOverFlowRecv (test.test_socket.BasicTCPTest) ... ok testOverFlowRecvFrom (test.test_socket.BasicTCPTest) ... ok testRecv (test.test_socket.BasicTCPTest) ... ok testRecvFrom (test.test_socket.BasicTCPTest) ... ok testSendAll (test.test_socket.BasicTCPTest) ... ok testShutdown (test.test_socket.BasicTCPTest) ... ok testShutdown_overflow (test.test_socket.BasicTCPTest) ... ok testClose (test.test_socket.TCPCloserTest) ... ok testInterruptedTimeout (test.test_socket.TCPTimeoutTest) ... ok testTCPTimeout (test.test_socket.TCPTimeoutTest) ... ok testTimeoutZero (test.test_socket.TCPTimeoutTest) ... ok testExceptionTree (test.test_socket.TestExceptions) ... ok test_setblocking_invalidfd (test.test_socket.TestExceptions) ... ok testRecvFromIntoArray (test.test_socket.BufferIOTest) ... ok testRecvFromIntoBytearray (test.test_socket.BufferIOTest) ... ok testRecvFromIntoEmptyBuffer (test.test_socket.BufferIOTest) ... ok testRecvFromIntoMemoryview (test.test_socket.BufferIOTest) ... ok testRecvFromIntoSmallBuffer (test.test_socket.BufferIOTest) ... ok testRecvIntoArray (test.test_socket.BufferIOTest) ... ok testRecvIntoBytearray (test.test_socket.BufferIOTest) ... ok testRecvIntoMemoryview (test.test_socket.BufferIOTest) ... ok testDetach (test.test_socket.BasicTCPTest2) ... ok testDup (test.test_socket.BasicTCPTest2) ... ok testFromFd (test.test_socket.BasicTCPTest2) ... ok testOverFlowRecv (test.test_socket.BasicTCPTest2) ... ok testOverFlowRecvFrom (test.test_socket.BasicTCPTest2) ... ok testRecv (test.test_socket.BasicTCPTest2) ... ok testRecvFrom (test.test_socket.BasicTCPTest2) ... ok testSendAll (test.test_socket.BasicTCPTest2) ... ok testShutdown (test.test_socket.BasicTCPTest2) ... ok testShutdown_overflow (test.test_socket.BasicTCPTest2) ... ok testRecvFrom (test.test_socket.BasicUDPTest) ... ok testRecvFromNegative (test.test_socket.BasicUDPTest) ... ok testSendtoAndRecv (test.test_socket.BasicUDPTest) ... ok testTimeoutZero (test.test_socket.UDPTimeoutTest) ... ok testUDPTimeout (test.test_socket.UDPTimeoutTest) ... ok test_address (test.test_socket.CreateServerTest) ... ok test_dualstack_ipv6_family (test.test_socket.CreateServerTest) ... skipped 'dualstack_ipv6 not supported' test_family_and_type (test.test_socket.CreateServerTest) ... ok test_ipv6_only_default (test.test_socket.CreateServerTest) ... skipped 'IPv6 required for this test' test_reuse_port (test.test_socket.CreateServerTest) ... ok test_dual_stack_client_v4 (test.test_socket.CreateServerFunctionalTest) ... skipped 'dualstack_ipv6 not supported' test_dual_stack_client_v6 (test.test_socket.CreateServerFunctionalTest) ... skipped 'dualstack_ipv6 not supported' test_tcp4 (test.test_socket.CreateServerFunctionalTest) ... ok test_tcp6 (test.test_socket.CreateServerFunctionalTest) ... skipped 'IPv6 required for this test' testAccept (test.test_socket.NonBlockingTCPTests) ... ok testInheritFlagsBlocking (test.test_socket.NonBlockingTCPTests) ... ok testInheritFlagsTimeout (test.test_socket.NonBlockingTCPTests) ... ok testInitNonBlocking (test.test_socket.NonBlockingTCPTests) ... ok testRecv (test.test_socket.NonBlockingTCPTests) ... ok testSetBlocking (test.test_socket.NonBlockingTCPTests) ... ok testSetBlocking_overflow (test.test_socket.NonBlockingTCPTests) ... ok testAttributes (test.test_socket.FileObjectClassTestCase) ... ok testCloseAfterMakefile (test.test_socket.FileObjectClassTestCase) ... ok testClosedAttr (test.test_socket.FileObjectClassTestCase) ... ok testFullRead (test.test_socket.FileObjectClassTestCase) ... ok testMakefileAfterMakefileClose (test.test_socket.FileObjectClassTestCase) ... ok testReadAfterTimeout (test.test_socket.FileObjectClassTestCase) ... ok testReadline (test.test_socket.FileObjectClassTestCase) ... ok testRealClose (test.test_socket.FileObjectClassTestCase) ... ok testSmallRead (test.test_socket.FileObjectClassTestCase) ... ok testUnbufferedRead (test.test_socket.FileObjectClassTestCase) ... ok testAttributes (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testCloseAfterMakefile (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testClosedAttr (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testFullRead (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testMakefileAfterMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testMakefileClose (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testMakefileCloseSocketDestroy (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testReadAfterTimeout (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testReadline (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testRealClose (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testSmallRead (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testSmallReadNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testUnbufferedRead (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testUnbufferedReadline (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testWriteNonBlocking (test.test_socket.UnbufferedFileObjectClassTestCase) ... ok testAttributes (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testCloseAfterMakefile (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testClosedAttr (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testFullRead (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testMakefileAfterMakefileClose (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testReadAfterTimeout (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testReadline (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testRealClose (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testSmallRead (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testUnbufferedRead (test.test_socket.LineBufferedFileObjectClassTestCase) ... ok testAttributes (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testCloseAfterMakefile (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testClosedAttr (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testFullRead (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testMakefileAfterMakefileClose (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testReadAfterTimeout (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testReadline (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testRealClose (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testSmallRead (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testUnbufferedRead (test.test_socket.SmallBufferedFileObjectClassTestCase) ... ok testAttributes (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testCloseAfterMakefile (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testClosedAttr (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testFullRead (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testReadAfterTimeout (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testReadline (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testRealClose (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testSmallRead (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testUnbufferedRead (test.test_socket.UnicodeReadFileObjectClassTestCase) ... ok testAttributes (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testCloseAfterMakefile (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testClosedAttr (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testFullRead (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testReadAfterTimeout (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testReadline (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testRealClose (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testSmallRead (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testUnbufferedRead (test.test_socket.UnicodeWriteFileObjectClassTestCase) ... ok testAttributes (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok testCloseAfterMakefile (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok testClosedAttr (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok testFullRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok testMakefileAfterMakefileClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok testReadAfterTimeout (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok testReadline (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok testRealClose (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok testSmallRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok testUnbufferedRead (test.test_socket.UnicodeReadWriteFileObjectClassTestCase) ... ok test_connect (test.test_socket.NetworkConnectionNoServer) ... ok test_create_connection (test.test_socket.NetworkConnectionNoServer) ... FAIL test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer) ... ERROR testFamily (test.test_socket.NetworkConnectionAttributesTest) ... ok testSourceAddress (test.test_socket.NetworkConnectionAttributesTest) ... ok testTimeoutDefault (test.test_socket.NetworkConnectionAttributesTest) ... ok testTimeoutNone (test.test_socket.NetworkConnectionAttributesTest) ... ok testTimeoutValueNamed (test.test_socket.NetworkConnectionAttributesTest) ... ok testTimeoutValueNonamed (test.test_socket.NetworkConnectionAttributesTest) ... ok testInsideTimeout (test.test_socket.NetworkConnectionBehaviourTest) ... ok testOutsideTimeout (test.test_socket.NetworkConnectionBehaviourTest) ... ok testCreateConnectionBase (test.test_socket.ContextManagersTest) ... ok testCreateConnectionClose (test.test_socket.ContextManagersTest) ... ok test_SOCK_CLOEXEC (test.test_socket.InheritanceTest) ... ok test_default_inheritable (test.test_socket.InheritanceTest) ... ok test_dup (test.test_socket.InheritanceTest) ... ok test_get_inheritable_cloexec (test.test_socket.InheritanceTest) ... ok test_set_inheritable (test.test_socket.InheritanceTest) ... ok test_set_inheritable_cloexec (test.test_socket.InheritanceTest) ... ok test_socketpair (test.test_socket.InheritanceTest) ... ok test_SOCK_NONBLOCK (test.test_socket.NonblockConstantTest) ... ok testDefaults (test.test_socket.BasicSocketPairTest) ... ok testRecv (test.test_socket.BasicSocketPairTest) ... ok testSend (test.test_socket.BasicSocketPairTest) ... ok testBytesAddr (test.test_socket.TestUnixDomain) ... ok testStrAddr (test.test_socket.TestUnixDomain) ... ok testSurrogateescapeBind (test.test_socket.TestUnixDomain) ... ok testUnbound (test.test_socket.TestUnixDomain) ... ok testUnencodableAddr (test.test_socket.TestUnixDomain) ... ok testBytearrayName (test.test_socket.TestLinuxAbstractNamespace) ... ok testLinuxAbstractNamespace (test.test_socket.TestLinuxAbstractNamespace) ... ok testMaxName (test.test_socket.TestLinuxAbstractNamespace) ... ok testNameOverflow (test.test_socket.TestLinuxAbstractNamespace) ... ok testStrName (test.test_socket.TestLinuxAbstractNamespace) ... ok testRDM (test.test_socket.TIPCTest) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" testStream (test.test_socket.TIPCThreadableTest) ... skipped "TIPC module is not loaded, please 'sudo modprobe tipc'" testBCMConstants (test.test_socket.BasicCANTest) ... ok testBindAny (test.test_socket.BasicCANTest) ... ok testCreateBCMSocket (test.test_socket.BasicCANTest) ... ok testCreateSocket (test.test_socket.BasicCANTest) ... ok testCrucialConstants (test.test_socket.BasicCANTest) ... ok testFilter (test.test_socket.BasicCANTest) ... ok testLoopback (test.test_socket.BasicCANTest) ... ok testTooLongInterfaceName (test.test_socket.BasicCANTest) ... ok testBCM (test.test_socket.CANTest) ... skipped 'network interface `vcan0` does not exist' testSendFrame (test.test_socket.CANTest) ... skipped 'network interface `vcan0` does not exist' testSendMaxFrame (test.test_socket.CANTest) ... skipped 'network interface `vcan0` does not exist' testSendMultiFrames (test.test_socket.CANTest) ... skipped 'network interface `vcan0` does not exist' testCreateSocket (test.test_socket.BasicRDSTest) ... ok testCrucialConstants (test.test_socket.BasicRDSTest) ... ok testSocketBufferSize (test.test_socket.BasicRDSTest) ... ok testPeek (test.test_socket.RDSTest) ... ok testSelect (test.test_socket.RDSTest) ... ok testSendAndRecv (test.test_socket.RDSTest) ... ok testSendAndRecvMsg (test.test_socket.RDSTest) ... ok testSendAndRecvMulti (test.test_socket.RDSTest) ... ok test_aead_aes_gcm (test.test_socket.LinuxKernelCryptoAPI) ... ok test_aes_cbc (test.test_socket.LinuxKernelCryptoAPI) ... ok test_drbg_pr_sha256 (test.test_socket.LinuxKernelCryptoAPI) ... ok test_hmac_sha1 (test.test_socket.LinuxKernelCryptoAPI) ... ok test_length_restriction (test.test_socket.LinuxKernelCryptoAPI) ... ok test_sendmsg_afalg_args (test.test_socket.LinuxKernelCryptoAPI) ... ok test_sha256 (test.test_socket.LinuxKernelCryptoAPI) ... ok testAutoBindSock (test.test_socket.BasicQIPCRTRTest) ... skipped 'QIPCRTR sockets required for this test.' testBindSock (test.test_socket.BasicQIPCRTRTest) ... skipped 'QIPCRTR sockets required for this test.' testCreateSocket (test.test_socket.BasicQIPCRTRTest) ... skipped 'QIPCRTR sockets required for this test.' testCrucialConstants (test.test_socket.BasicQIPCRTRTest) ... skipped 'QIPCRTR sockets required for this test.' testInvalidBindSock (test.test_socket.BasicQIPCRTRTest) ... skipped 'QIPCRTR sockets required for this test.' testUnbound (test.test_socket.BasicQIPCRTRTest) ... skipped 'QIPCRTR sockets required for this test.' testCreateSocket (test.test_socket.BasicVSOCKTest) ... skipped 'VSOCK sockets required for this test.' testCrucialConstants (test.test_socket.BasicVSOCKTest) ... skipped 'VSOCK sockets required for this test.' testSocketBufferSize (test.test_socket.BasicVSOCKTest) ... skipped 'VSOCK sockets required for this test.' testVSOCKConstants (test.test_socket.BasicVSOCKTest) ... skipped 'VSOCK sockets required for this test.' testStream (test.test_socket.ThreadedVSOCKSocketStreamTest) ... skipped 'VSOCK sockets required for this test.' testCMSG_LEN (test.test_socket.CmsgMacroTests) ... ok testCMSG_SPACE (test.test_socket.CmsgMacroTests) ... ok testSendmsg (test.test_socket.SendmsgUDPTest) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUDPTest) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDPTest) ... ok testSendmsgArray (test.test_socket.SendmsgUDPTest) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUDPTest) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUDPTest) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDPTest) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUDPTest) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDPTest) ... ok testSendmsgGather (test.test_socket.SendmsgUDPTest) ... ok testSendmsgNoDestAddr (test.test_socket.SendmsgUDPTest) ... ok testRecvmsg (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUDPTest) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDPTest) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDPTest) ... ok testSendmsg (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgAfterClose (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgAncillaryGenerator (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgArray (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgBadArgs (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgBadCmsg (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgBadMultiCmsg (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgDataGenerator (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgExcessCmsgReject (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgGather (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsgNoDestAddr (test.test_socket.SendmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsg (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgAfterClose (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgBadArgs (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgFromSendmsg (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgShorter (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgTimeout (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgTrunc (test.test_socket.RecvmsgUDP6Test) ... skipped 'IPv6 required for this test.' testCmsgTruncNoBufSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testOddCmsgSize (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testRecvHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecomdCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSetHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc0 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc2Int (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncInData (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testOddCmsgSize (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testRecvHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testRecvHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testRecvTrafficClassAndHopLimitCMSG_SPACE (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecomdCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecondCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSecondCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSetHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSetTrafficClassAndHopLimit (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc0 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTrunc2Int (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncInData (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testSingleCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoRFC3542AncillaryUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsg (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgShorter (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgTimeout (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testRecvmsgTrunc (test.test_socket.RecvmsgIntoUDP6Test) ... skipped 'IPv6 required for this test.' testSendmsg (test.test_socket.SendmsgTCPTest) ... ok testSendmsgAfterClose (test.test_socket.SendmsgTCPTest) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgTCPTest) ... ok testSendmsgArray (test.test_socket.SendmsgTCPTest) ... ok testSendmsgBadArgs (test.test_socket.SendmsgTCPTest) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgTCPTest) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgTCPTest) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgTCPTest) ... ok testSendmsgDontWait (test.test_socket.SendmsgTCPTest) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgTCPTest) ... ok testSendmsgExplicitNoneAddr (test.test_socket.SendmsgTCPTest) ... ok testSendmsgGather (test.test_socket.SendmsgTCPTest) ... ok testSendmsgTimeout (test.test_socket.SendmsgTCPTest) ... ok testRecvmsg (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgEOF (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgPeek (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgShorter (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgTCPTest) ... ok testRecvmsg (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgEOF (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoTCPTest) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoTCPTest) ... ok testSendmsg (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgAfterClose (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgArray (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgBadArgs (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgDontWait (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgExplicitNoneAddr (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgGather (test.test_socket.SendmsgSCTPStreamTest) ... ok testSendmsgTimeout (test.test_socket.SendmsgSCTPStreamTest) ... ok testRecvmsg (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgEOF (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgPeek (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgShorter (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgSCTPStreamTest) ... ok testRecvmsg (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgEOF (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoSCTPStreamTest) ... ok testSendmsg (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgAfterClose (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgAncillaryGenerator (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgArray (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgBadArgs (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgBadCmsg (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgBadMultiCmsg (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgDataGenerator (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgDontWait (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgExcessCmsgReject (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgExplicitNoneAddr (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgGather (test.test_socket.SendmsgUnixStreamTest) ... ok testSendmsgTimeout (test.test_socket.SendmsgUnixStreamTest) ... ok testRecvmsg (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgBadArgs (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgEOF (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgPeek (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgShorter (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgUnixStreamTest) ... ok testRecvmsg (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgAfterClose (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgEOF (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgExplicitDefaults (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgFromSendmsg (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgIntoArray (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgIntoBadArgs (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgIntoGenerator (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgIntoScatter (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgLongAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgOverflow (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgPeek (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgShortAncillaryBuf (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgShorter (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgTimeout (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testRecvmsgTrunc (test.test_socket.RecvmsgIntoUnixStreamTest) ... ok testCmsgTrunc0 (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testCmsgTrunc1 (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testCmsgTrunc2Int (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testCmsgTruncLen0 (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testCmsgTruncLen1 (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testFDPassCMSG_LEN (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testFDPassCMSG_SPACE (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testFDPassEmpty (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testFDPassPartialInt (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testFDPassPartialIntInMiddle (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testFDPassSeparateMinSpace (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testFDPassSimple (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testMultipleFDPass (test.test_socket.RecvmsgSCMRightsStreamTest) ... ok testCmsgTrunc0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testCmsgTrunc1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testCmsgTrunc2Int (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testCmsgTruncLen0 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testCmsgTruncLen0Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testCmsgTruncLen0Plus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testCmsgTruncLen1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testCmsgTruncLen2Minus1 (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testCmsgTruncNoBufSize (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testFDPassCMSG_LEN (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testFDPassCMSG_SPACE (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testFDPassEmpty (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testFDPassPartialInt (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testFDPassPartialIntInMiddle (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testFDPassSeparate (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testFDPassSeparateMinSpace (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testFDPassSimple (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testMultipleFDPass (test.test_socket.RecvmsgIntoSCMRightsStreamTest) ... ok testInterruptedRecvIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest) ... ok testInterruptedRecvTimeout (test.test_socket.InterruptedRecvTimeoutTest) ... ok testInterruptedRecvfromIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest) ... ok testInterruptedRecvfromTimeout (test.test_socket.InterruptedRecvTimeoutTest) ... ok testInterruptedRecvmsgIntoTimeout (test.test_socket.InterruptedRecvTimeoutTest) ... ok testInterruptedRecvmsgTimeout (test.test_socket.InterruptedRecvTimeoutTest) ... ok testInterruptedSendTimeout (test.test_socket.InterruptedSendTimeoutTest) ... ok testInterruptedSendmsgTimeout (test.test_socket.InterruptedSendTimeoutTest) ... ok testInterruptedSendtoTimeout (test.test_socket.InterruptedSendTimeoutTest) ... ok testShare (test.test_socket.TestSocketSharing) ... skipped 'Windows specific' testShareLength (test.test_socket.TestSocketSharing) ... skipped 'Windows specific' testShareLocal (test.test_socket.TestSocketSharing) ... skipped 'Windows specific' testTypes (test.test_socket.TestSocketSharing) ... skipped 'Windows specific' testCount (test.test_socket.SendfileUsingSendTest) ... ok testCountSmall (test.test_socket.SendfileUsingSendTest) ... ok testCountWithOffset (test.test_socket.SendfileUsingSendTest) ... ok testEmptyFileSend (test.test_socket.SendfileUsingSendTest) ... ok testNonBlocking (test.test_socket.SendfileUsingSendTest) ... ok testNonRegularFile (test.test_socket.SendfileUsingSendTest) ... ok testOffset (test.test_socket.SendfileUsingSendTest) ... ok testRegularFile (test.test_socket.SendfileUsingSendTest) ... ok testWithTimeout (test.test_socket.SendfileUsingSendTest) ... ok testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendTest) ... ok test_errors (test.test_socket.SendfileUsingSendTest) ... ok testCount (test.test_socket.SendfileUsingSendfileTest) ... ok testCountSmall (test.test_socket.SendfileUsingSendfileTest) ... ok testCountWithOffset (test.test_socket.SendfileUsingSendfileTest) ... ok testEmptyFileSend (test.test_socket.SendfileUsingSendfileTest) ... ok testNonBlocking (test.test_socket.SendfileUsingSendfileTest) ... ok testNonRegularFile (test.test_socket.SendfileUsingSendfileTest) ... ok testOffset (test.test_socket.SendfileUsingSendfileTest) ... ok testRegularFile (test.test_socket.SendfileUsingSendfileTest) ... ok testWithTimeout (test.test_socket.SendfileUsingSendfileTest) ... ok testWithTimeoutTriggeredSend (test.test_socket.SendfileUsingSendfileTest) ... ok test_errors (test.test_socket.SendfileUsingSendfileTest) ... ok test_new_tcp_flags (test.test_socket.TestMSWindowsTCPFlags) ... skipped 'requires Windows' ====================================================================== ERROR: test_create_connection_timeout (test.test_socket.NetworkConnectionNoServer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_socket.py", line 4818, in test_create_connection_timeout socket.create_connection((HOST, 1234)) File "/home/nono/BUILD/cpython/Lib/socket.py", line 727, in create_connection raise err File "/home/nono/BUILD/cpython/Lib/socket.py", line 711, in create_connection sock = socket(af, socktype, proto) File "/home/nono/BUILD/cpython/Lib/socket.py", line 151, in __init__ _socket.socket.__init__(self, family, type, proto, fileno) OSError: [Errno 97] Address family not supported by protocol ====================================================================== FAIL: test_create_connection (test.test_socket.NetworkConnectionNoServer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_socket.py", line 4811, in test_create_connection self.assertIn(cm.exception.errno, expected_errnos) AssertionError: 97 not found in [111, 101, 99] ---------------------------------------------------------------------- Ran 579 tests in 186.079s FAILED (failures=1, errors=1, skipped=110) test test_socket failed running: test_asyncio (3 min 47 sec) running: test_asyncio (4 min 17 sec) running: test_asyncio (4 min 47 sec) ^[[6~running: test_asyncio (5 min 17 sec) running: test_asyncio (5 min 47 sec) running: test_asyncio (6 min 17 sec) running: test_asyncio (6 min 47 sec) 0:07:17 load avg: 1.46 [6/6/5] test_asyncio failed (7 min 8 sec) test__add_callback_cancelled_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__add_callback_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once_cancelled_event_cleanup (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test__run_once_schedule_handle (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_asyncgen_finalization_by_gc (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_asyncgen_finalization_by_gc_in_other_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_later (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_later_negative_delays (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_call_soon_non_callable (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_check_thread (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_close (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_create_named_task_with_custom_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_create_named_task_with_default_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_create_task (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_default_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_default_exc_handler_callback (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_default_exc_handler_coro (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_env_var_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_not_implemented (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_forever_keyboard_interrupt (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_forever_pre_stopped (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_once (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_baseexception (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_loop_orphan_future_close_loop (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_run_until_complete_type_error (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_debug (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_default_executor (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_default_executor_deprecation_warnings (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_exc_handler_broken (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_exc_handler_custom (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_exc_handler_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_task_factory (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_set_task_factory_invalid (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_single_selecter_event_callback_after_stopping (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_time_and_call_at (test.test_asyncio.test_base_events.BaseEventLoopTests) ... ok test_accept_connection_exception (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_accept_connection_retry (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_call_coroutine (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_bluetooth (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ipv6_scope (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_multiple (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_multiple_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_multiple_errors_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_inet_pton (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_local_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_no_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_service_name (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ssl_server_hostname_default (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ssl_server_hostname_errors (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_timeout (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_connection_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_addr_error (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_allow_broadcast (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_connect_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_existing_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_ip_addr (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_no_addrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_no_matching_family (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... skipped 'IPv6 not supported or enabled' test_create_datagram_endpoint_noaddr_nofamily (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_setblk_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sock_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sock_unix (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_socket_err (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_sockopts (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_datagram_endpoint_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_cant_bind (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_empty_host (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... FAIL test_create_server_no_getaddrinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_no_host_port_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_nosoreuseport (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_soreuseport_only_defined (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_ssl_timeout_for_plain_socket (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_stream_bittype (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_create_server_wrong_sock (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_getnameinfo (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_log_slow_callbacks (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ... ok test_ipaddr_info (test.test_asyncio.test_base_events.BaseEventTests) ... ok test_ipaddr_info_no_inet_pton (test.test_asyncio.test_base_events.BaseEventTests) ... ok test_port_parameter_types (test.test_asyncio.test_base_events.BaseEventTests) ... ok test__sock_sendfile_native_failure (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_blocking_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_negative_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_negative_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_nonbinary_file (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_nonstream_socket (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_notint_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_notint_offset (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_sock_sendfile_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_sock_sendfile_fallback_offset_and_count (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_sock_sendfile_no_fallback (test.test_asyncio.test_base_events.BaseLoopSockSendfileTests) ... ok test_running_loop_within_a_loop (test.test_asyncio.test_base_events.RunningLoopTests) ... ok test_set_nodelay (test.test_asyncio.test_base_events.TestSelectorUtils) ... ok test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolProactorTests) ... skipped 'Windows only' test_buffered_proto_create_connection (test.test_asyncio.test_buffered_proto.BufferedProtocolSelectorTests) ... ok test_asyncio_task_decimal_context (test.test_asyncio.test_context.DecimalContextTest) ... ok test_not_implemented (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok test_not_implemented_async (test.test_asyncio.test_events.AbstractEventLoopTests) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_bidirectional_pty (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_later (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.EPollEventLoopTests) ... skipped 'IPv6 not supported or enabled' test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_sock (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_ssl_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_connection (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_path_socket_error (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_internal_fds (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_prompt_cancellation (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_read_pty_output (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_reader_callback (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_in_executor (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_in_executor_cancel (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_shell (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_write_pipe (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_write_pty (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_writer_callback (test.test_asyncio.test_events.EPollEventLoopTests) ... ok test_callback_with_exception (test.test_asyncio.test_events.HandleTests) ... ok test_coroutine_like_object_debug_formatting (test.test_asyncio.test_events.HandleTests) ... ok test_handle (test.test_asyncio.test_events.HandleTests) ... ok test_handle_repr (test.test_asyncio.test_events.HandleTests) ... ok test_handle_repr_debug (test.test_asyncio.test_events.HandleTests) ... ok test_handle_source_traceback (test.test_asyncio.test_events.HandleTests) ... ok test_handle_weakref (test.test_asyncio.test_events.HandleTests) ... ok test_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_after_set_none (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_calls_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok test_get_event_loop_thread (test.test_asyncio.test_events.PolicyTests) ... ok test_new_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_set_event_loop (test.test_asyncio.test_events.PolicyTests) ... ok test_set_event_loop_policy (test.test_asyncio.test_events.PolicyTests) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_bidirectional_pty (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_later (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.PollEventLoopTests) ... skipped 'IPv6 not supported or enabled' test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_sock (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_ssl_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_connection (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_path_socket_error (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_internal_fds (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_prompt_cancellation (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_read_pty_output (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_reader_callback (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_in_executor (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_in_executor_cancel (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_shell (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_write_pipe (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_write_pty (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_writer_callback (test.test_asyncio.test_events.PollEventLoopTests) ... ok test_add_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_add_signal_handler (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_bidirectional_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_later (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_soon (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_soon_threadsafe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_call_soon_threadsafe_same_thread (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_close_running_event_loop (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_connect_accepted_socket_ssl_timeout_for_plain_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection_local_addr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_connection_local_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_datagram_endpoint (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_datagram_endpoint_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_addr_in_use (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_dual_stack (test.test_asyncio.test_events.SelectEventLoopTests) ... skipped 'IPv6 not supported or enabled' test_create_server_multiple_hosts_ipv4 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_multiple_hosts_ipv6 (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_reuse_port (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_sock (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl_match_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_ssl_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_ssl_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_connection (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_path_socket_error (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_ssl (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_ssl_verified (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_create_unix_server_ssl_verify_failed (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_internal_fds (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_prompt_cancellation (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_read_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_read_pty_output (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_reader_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_remove_fds_after_closing (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_in_executor (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_in_executor_cancel (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_until_complete (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_until_complete_nesting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_run_until_complete_stopped (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_server_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_signal_handling_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_signal_handling_while_selecting (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_ssl_connect_accepted_socket (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_close_after_finish (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_close_client_stream (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_exec (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_exec_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_exitcode (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_interactive (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_kill (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_send_signal (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_shell (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_shell_invalid_args (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_stderr (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_stderr_redirect_to_stdout (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_terminate (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_subprocess_wait_no_same_group (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_timeout_rounding (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_unclosed_pipe_transport (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_write_pipe (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_write_pipe_disconnect_on_close (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_write_pty (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_writer_callback (test.test_asyncio.test_events.SelectEventLoopTests) ... ok test_close (test.test_asyncio.test_events.TestAbstractServer) ... ok test_get_loop (test.test_asyncio.test_events.TestAbstractServer) ... ok test_wait_closed (test.test_asyncio.test_events.TestAbstractServer) ... ok test_get_event_loop_new_process (test.test_asyncio.test_events.TestCGetEventLoop) ... ok test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestCGetEventLoop) ... ok test_get_event_loop_new_process (test.test_asyncio.test_events.TestPyGetEventLoop) ... ok test_get_event_loop_returns_running_loop (test.test_asyncio.test_events.TestPyGetEventLoop) ... ok test_get_loop (test.test_asyncio.test_events.TestServer) ... ok test_hash (test.test_asyncio.test_events.TimerTests) ... ok test_timer (test.test_asyncio.test_events.TimerTests) ... ok test_timer_comparison (test.test_asyncio.test_events.TimerTests) ... ok test_timer_repr (test.test_asyncio.test_events.TimerTests) ... ok test_timer_repr_debug (test.test_asyncio.test_events.TimerTests) ... ok test_when (test.test_asyncio.test_events.TimerTests) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_remove_done_callback (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CFutureDoneCallbackTests) ... ok test_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok test_constructor_positional (test.test_asyncio.test_futures.CFutureTests) ... ok test_copy_state (test.test_asyncio.test_futures.CFutureTests) ... ok test_exception (test.test_asyncio.test_futures.CFutureTests) ... ok test_exception_class (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_del_collect (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_del_segfault (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_iter_throw (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_repr (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_source_traceback (test.test_asyncio.test_futures.CFutureTests) ... ok test_future_stop_iteration_args (test.test_asyncio.test_futures.CFutureTests) ... ok test_init_constructor_default_loop (test.test_asyncio.test_futures.CFutureTests) ... ok test_initial_state (test.test_asyncio.test_futures.CFutureTests) ... ok test_isfuture (test.test_asyncio.test_futures.CFutureTests) ... ok test_iter (test.test_asyncio.test_futures.CFutureTests) ... ok test_log_traceback (test.test_asyncio.test_futures.CFutureTests) ... ok test_result (test.test_asyncio.test_futures.CFutureTests) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CFutureTests) ... ok test_uninitialized (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future_future (test.test_asyncio.test_futures.CFutureTests) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CFutureTests) ... ok test_yield_from_twice (test.test_asyncio.test_futures.CFutureTests) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok test_callbacks_remove_first_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok test_callbacks_remove_third_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok test_remove_done_callback (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.CSubFutureDoneCallbackTests) ... ok test_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_constructor_positional (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_copy_state (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_exception (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_exception_class (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_future_del_collect (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_future_iter_throw (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_future_repr (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_future_source_traceback (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_future_stop_iteration_args (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_init_constructor_default_loop (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_initial_state (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_isfuture (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_iter (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_log_traceback (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_result (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_uninitialized (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_wrap_future (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_wrap_future_future (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_yield_from_twice (test.test_asyncio.test_futures.CSubFutureTests) ... ok test_ensure_future (test.test_asyncio.test_futures.DuckTests) ... ok test_wrap_future (test.test_asyncio.test_futures.DuckTests) ... ok test_callbacks_invoked_on_set_exception (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_callbacks_invoked_on_set_result (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_callbacks_remove_first_and_second_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_callbacks_remove_first_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_callbacks_remove_third_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_remove_done_callback (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_remove_done_callbacks_list_mutation (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_schedule_callbacks_list_mutation_1 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_schedule_callbacks_list_mutation_2 (test.test_asyncio.test_futures.PyFutureDoneCallbackTests) ... ok test_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok test_constructor_positional (test.test_asyncio.test_futures.PyFutureTests) ... ok test_copy_state (test.test_asyncio.test_futures.PyFutureTests) ... ok test_exception (test.test_asyncio.test_futures.PyFutureTests) ... ok test_exception_class (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_del_collect (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_exception_never_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_exception_never_retrieved_debug (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_iter_throw (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_repr (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_source_traceback (test.test_asyncio.test_futures.PyFutureTests) ... ok test_future_stop_iteration_args (test.test_asyncio.test_futures.PyFutureTests) ... ok test_init_constructor_default_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok test_initial_state (test.test_asyncio.test_futures.PyFutureTests) ... ok test_isfuture (test.test_asyncio.test_futures.PyFutureTests) ... ok test_iter (test.test_asyncio.test_futures.PyFutureTests) ... ok test_log_traceback (test.test_asyncio.test_futures.PyFutureTests) ... ok test_result (test.test_asyncio.test_futures.PyFutureTests) ... ok test_set_result_unless_cancelled (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_abandoned (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_exception_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_exception_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_exception_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_result_retrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_tb_logger_result_unretrieved (test.test_asyncio.test_futures.PyFutureTests) ... ok test_uninitialized (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future_cancel (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future_cancel2 (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future_future (test.test_asyncio.test_futures.PyFutureTests) ... ok test_wrap_future_use_global_loop (test.test_asyncio.test_futures.PyFutureTests) ... ok test_yield_from_twice (test.test_asyncio.test_futures.PyFutureTests) ... ok test_ambiguous_loops (test.test_asyncio.test_locks.ConditionTests) ... ok test_context_manager (test.test_asyncio.test_locks.ConditionTests) ... ok test_context_manager_no_yield (test.test_asyncio.test_locks.ConditionTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.ConditionTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.ConditionTests) ... ok test_explicit_lock (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify_all (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify_all_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_notify_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_repr (test.test_asyncio.test_locks.ConditionTests) ... ok test_timeout_in_block (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_cancel (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_cancel_after_notify (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_cancel_contested (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_for (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_for_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_wait_unacquired (test.test_asyncio.test_locks.ConditionTests) ... ok test_clear (test.test_asyncio.test_locks.EventTests) ... ok test_clear_with_waiters (test.test_asyncio.test_locks.EventTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.EventTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.EventTests) ... ok test_repr (test.test_asyncio.test_locks.EventTests) ... ok test_wait (test.test_asyncio.test_locks.EventTests) ... ok test_wait_cancel (test.test_asyncio.test_locks.EventTests) ... ok test_wait_on_set (test.test_asyncio.test_locks.EventTests) ... ok test_acquire (test.test_asyncio.test_locks.LockTests) ... ok test_acquire_cancel (test.test_asyncio.test_locks.LockTests) ... ok test_cancel_race (test.test_asyncio.test_locks.LockTests) ... ok test_cancel_release_race (test.test_asyncio.test_locks.LockTests) ... ok test_context_manager (test.test_asyncio.test_locks.LockTests) ... ok test_context_manager_cant_reuse (test.test_asyncio.test_locks.LockTests) ... ok test_context_manager_no_yield (test.test_asyncio.test_locks.LockTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.LockTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.LockTests) ... ok test_finished_waiter_cancelled (test.test_asyncio.test_locks.LockTests) ... ok test_lock (test.test_asyncio.test_locks.LockTests) ... ok test_lock_by_with_statement (test.test_asyncio.test_locks.LockTests) ... ok test_release_no_waiters (test.test_asyncio.test_locks.LockTests) ... ok test_release_not_acquired (test.test_asyncio.test_locks.LockTests) ... ok test_repr (test.test_asyncio.test_locks.LockTests) ... ok test_acquire (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_acquire_cancel (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_acquire_cancel_before_awoken (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_acquire_hang (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_context_manager (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_context_manager_no_yield (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_ctor_loop (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_ctor_noloop (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_initial_value_zero (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_release_no_waiters (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_release_not_acquired (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_repr (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_semaphore (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_semaphore_value (test.test_asyncio.test_locks.SemaphoreTests) ... ok test_async_def_coroutines (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_debug_mode_manages_coroutine_origin_tracking (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_double_await (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_function_returning_awaitable (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_iscoroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_iscoroutinefunction (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_task_print_stack (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_types_coroutine (test.test_asyncio.test_pep492.CoroutineTests) ... ok test_context_manager_async_with (test.test_asyncio.test_pep492.LockTests) ... ok test_context_manager_with_await (test.test_asyncio.test_pep492.LockTests) ... ok test_readline (test.test_asyncio.test_pep492.StreamReaderTests) ... ok test_close (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_close_self_pipe (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_create_server (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_create_server_cancel (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_ctor (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_datagram_loop_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_datagram_loop_reading_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_datagram_loop_reading_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_datagram_loop_reading_no_data (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_datagram_loop_writing (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_datagram_loop_writing_aborted (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_loop_self_reading (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_loop_self_reading_exception (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_loop_self_reading_fut (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_make_datagram_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_make_socket_transport (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_process_events (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_stop_serving (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test_write_to_self (test.test_asyncio.test_proactor_events.BaseProactorEventLoopTests) ... ok test__loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test__loop_writing_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test__loop_writing_error_received_connection (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test__loop_writing_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_fatal_error_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_buffer (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_buffer_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_buffer_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_bytearray (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_closing (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_connected_addr (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_error_received (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_error_received_connected (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_exception (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_memoryview (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_no_data (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sendto_str (test.test_asyncio.test_proactor_events.ProactorDatagramTransportTests) ... ok test_sock_sendfile_iobuffer (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... skipped 'Proactor is supported on Windows only' test_sock_sendfile_not_a_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... skipped 'Proactor is supported on Windows only' test_sock_sendfile_not_regular_file (test.test_asyncio.test_proactor_events.ProactorEventLoopUnixSockSendfileTests) ... skipped 'Proactor is supported on Windows only' test_buffer_updated_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_get_buffer_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_get_buffer_zerosized (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_loop_eof_received_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_proto_buf_switch (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_proto_type_switch (test.test_asyncio.test_proactor_events.ProactorSocketTransportBufferedProtoTests) ... skipped 'FIXME: bpo-33694: these tests are too close to the implementation and should be refactored or removed' test_abort (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_call_connection_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_close_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_close_write_fut (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_ctor (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_dont_pause_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_fatal_error (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_fatal_error_2 (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_force_close_idempotent (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_aborted (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_aborted_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_aborted_is_fatal (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_conn_reset_lost (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_exception (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_reading_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_closing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_err (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_force_close (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_loop_writing_stop (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_resume_reading (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_resume_writing (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_writing_2write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_pause_writing_3write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_buffer (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_buffer_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_duplex_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_eof_write_pipe (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_more (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_write_no_data (test.test_asyncio.test_proactor_events.ProactorSocketTransportTests) ... ok test_base_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok test_buffered_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok test_datagram_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok test_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok test_subprocess_protocol (test.test_asyncio.test_protocols.ProtocolsAbsTests) ... ok test_format (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_join_empty_queue (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_task_done (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_task_done_underflow (test.test_asyncio.test_queues.LifoQueueJoinTests) ... ok test_order (test.test_asyncio.test_queues.LifoQueueTests) ... ok test_format (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_join_empty_queue (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_task_done (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_task_done_underflow (test.test_asyncio.test_queues.PriorityQueueJoinTests) ... ok test_order (test.test_asyncio.test_queues.PriorityQueueTests) ... ok test_ctor_loop (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_ctor_noloop (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_empty (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_full (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_maxsize (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_order (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_repr (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_str (test.test_asyncio.test_queues.QueueBasicTests) ... ok test_blocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok test_blocking_get_wait (test.test_asyncio.test_queues.QueueGetTests) ... ok test_cancelled_getters_not_being_held_in_self_getters (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_cancelled (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_cancelled_race (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_with_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok test_get_with_waiting_putters (test.test_asyncio.test_queues.QueueGetTests) ... ok test_nonblocking_get (test.test_asyncio.test_queues.QueueGetTests) ... ok test_nonblocking_get_exception (test.test_asyncio.test_queues.QueueGetTests) ... ok test_why_are_getters_waiting (test.test_asyncio.test_queues.QueueGetTests) ... ok test_format (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_join_empty_queue (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_task_done (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_task_done_underflow (test.test_asyncio.test_queues.QueueJoinTests) ... ok test_blocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok test_blocking_put_wait (test.test_asyncio.test_queues.QueuePutTests) ... ok test_cancelled_put_silence_value_error_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok test_cancelled_puts_not_being_held_in_self_putters (test.test_asyncio.test_queues.QueuePutTests) ... ok test_float_maxsize (test.test_asyncio.test_queues.QueuePutTests) ... ok test_get_cancel_drop_many_pending_readers (test.test_asyncio.test_queues.QueuePutTests) ... ok test_get_cancel_drop_one_pending_reader (test.test_asyncio.test_queues.QueuePutTests) ... ok test_nonblocking_put (test.test_asyncio.test_queues.QueuePutTests) ... ok test_nonblocking_put_exception (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_cancel_drop (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_cancelled (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_cancelled_race (test.test_asyncio.test_queues.QueuePutTests) ... ok test_put_with_waiting_getters (test.test_asyncio.test_queues.QueuePutTests) ... ok test_why_are_putters_waiting (test.test_asyncio.test_queues.QueuePutTests) ... ok test_asyncio_run_cancels_hanging_tasks (test.test_asyncio.test_runners.RunTests) ... ok test_asyncio_run_closes_gens_after_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) ... ok test_asyncio_run_debug (test.test_asyncio.test_runners.RunTests) ... ok test_asyncio_run_from_running_loop (test.test_asyncio.test_runners.RunTests) ... ok test_asyncio_run_only_coro (test.test_asyncio.test_runners.RunTests) ... ok test_asyncio_run_raises (test.test_asyncio.test_runners.RunTests) ... ok test_asyncio_run_reports_hanging_tasks_errors (test.test_asyncio.test_runners.RunTests) ... ok test_asyncio_run_return (test.test_asyncio.test_runners.RunTests) ... ok test_accept_connection_multiple (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_reader_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_reader_existing_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_add_writer_existing (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_close (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_close_no_selector (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_make_socket_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_make_ssl_transport (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_make_ssl_transport_without_ssl_error (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_read (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_read_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_process_events_write_cancelled (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_read_from_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_read_from_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_reader (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_reader_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_reader_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_writer (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_writer_read_write (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_remove_writer_unknown (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_write_to_self_exception (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_write_to_self_tryagain (test.test_asyncio.test_selector_events.BaseSelectorEventLoopTests) ... ok test_fatal_error_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_fatal_error_connected_custom_error (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready_oserr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_buffer (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_buffer_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_buffer_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_bytearray (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_connected_addr (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_error_received_connected (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_memoryview (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_closing (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_error_received (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_error_received_connection (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_exception (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_no_data (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_ready_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_str (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_sendto_tryagain (test.test_asyncio.test_selector_events.SelectorDatagramTransportTests) ... ok test_buffer_updated_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_get_buffer_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_get_buffer_zerosized (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_proto_type_switch (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportBufferedProtocolTests) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_ctor_with_waiter (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_data_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_pause_resume_reading (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_eof_received_error (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_conn_reset (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_eof_keep_open (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_err (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_read_ready_tryagain_interrupted (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_transport_close_remove_writer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_eof (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_eof_after_close (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_eof_buffer (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial_bytearray (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial_memoryview (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_closing (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_exception (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_no_data (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_partial (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_partial_none (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_ready_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_str (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test_write_tryagain (test.test_asyncio.test_selector_events.SelectorSocketTransportTests) ... ok test__add_reader (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_abort (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_close_write_buffer (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_connection_lost (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_ctor (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_fatal_error (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_fatal_error_custom_exception (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_force_close (test.test_asyncio.test_selector_events.SelectorTransportTests) ... ok test_sendfile (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_force_fallback (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_not_supported (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_ssl (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sock_sendfile_success (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.EPollEventLoopTests) ... ok test_sendfile (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_force_fallback (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_not_supported (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_partial (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_ssl (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sock_sendfile_success (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.PollEventLoopTests) ... ok test_sendfile (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_fallback_close_peer_in_the_middle_of_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_for_closing_transp (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_force_fallback (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_force_unsupported_native (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_no_fallback_for_fallback_transport (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_not_supported (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_prevents_bare_write (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_ssl (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_ssl_close_peer_after_receiving (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_ssl_partial (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sendfile_ssl_pre_and_post_data (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sock_sendfile_mix_with_regular_send (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sock_sendfile_success (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sock_sendfile_with_offset_and_count (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_sock_sendfile_zero_size (test.test_asyncio.test_sendfile.SelectEventLoopTests) ... ok test_start_server_1 (test.test_asyncio.test_server.ProactorStartServerTests) ... skipped 'Windows only' test_start_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) ... ok test_start_unix_server_1 (test.test_asyncio.test_server.SelectorStartServerTests) ... ok test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok test_huge_content (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.EPollEventLoopTests) ... ok test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok test_huge_content (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.PollEventLoopTests) ... ok test_create_connection_sock (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok test_huge_content (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok test_huge_content_recvinto (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok test_sock_accept (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok test_sock_client_fail (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok test_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok test_unix_sock_client_ops (test.test_asyncio.test_sock_lowlevel.SelectEventLoopTests) ... ok test_buf_feed_data (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_create_connection_memory_leak (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_handshake_timeout (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_start_tls_server_1 (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_start_tls_wrong_args (test.test_asyncio.test_sslproto.ProactorStartTLSTests) ... skipped 'Windows only' test_buf_feed_data (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_create_connection_memory_leak (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_create_connection_ssl_failed_certificate (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_create_connection_ssl_slow_handshake (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_handshake_timeout (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_start_tls_client_buf_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_start_tls_client_corrupted_ssl (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_start_tls_client_reg_proto_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_start_tls_server_1 (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_start_tls_slow_client_cancel (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_start_tls_wrong_args (test.test_asyncio.test_sslproto.SelectorStartTLSTests) ... ok test_close_during_handshake (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_connection_lost (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_data_received_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_eof_received_waiter (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_fatal_error_no_name_error (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_get_extra_info_on_closed_connection (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_handshake_timeout_negative (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_handshake_timeout_zero (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_set_new_app_protocol (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test_write_after_closing (test.test_asyncio.test_sslproto.SslProtoHandshakeTests) ... ok test__ensure_can_read_fail (test.test_asyncio.test_streams.StreamModeTests) ... ok test__ensure_can_read_ok (test.test_asyncio.test_streams.StreamModeTests) ... ok test__ensure_can_write_fail (test.test_asyncio.test_streams.StreamModeTests) ... ok test__ensure_can_write_ok (test.test_asyncio.test_streams.StreamModeTests) ... ok test_IncompleteReadError_pickleable (test.test_asyncio.test_streams.StreamTests) ... ok test_LimitOverrunError_pickleable (test.test_asyncio.test_streams.StreamTests) ... ok test___repr__ (test.test_asyncio.test_streams.StreamTests) ... ok test___repr__data (test.test_asyncio.test_streams.StreamTests) ... ok test___repr__eof (test.test_asyncio.test_streams.StreamTests) ... ok test___repr__exception (test.test_asyncio.test_streams.StreamTests) ... ok test___repr__nondefault_limit (test.test_asyncio.test_streams.StreamTests) ... ok test___repr__transport (test.test_asyncio.test_streams.StreamTests) ... ok test___repr__waiter (test.test_asyncio.test_streams.StreamTests) ... ok test_async_writer_api (test.test_asyncio.test_streams.StreamTests) ... ok test_async_writer_api_exception_after_close (test.test_asyncio.test_streams.StreamTests) ... ok test_at_eof (test.test_asyncio.test_streams.StreamTests) ... ok test_connect (test.test_asyncio.test_streams.StreamTests) ... ok test_connect_async_context_manager (test.test_asyncio.test_streams.StreamTests) ... ok test_connect_start_tls (test.test_asyncio.test_streams.StreamTests) ... ok test_connect_unix (test.test_asyncio.test_streams.StreamTests) ... ok test_connect_unix_async_context_manager (test.test_asyncio.test_streams.StreamTests) ... ok test_ctor_global_loop (test.test_asyncio.test_streams.StreamTests) ... ok test_del_stream_before_connection_made (test.test_asyncio.test_streams.StreamTests) ... ok test_del_stream_before_sock_closing (test.test_asyncio.test_streams.StreamTests) ... ok test_drain_raises (test.test_asyncio.test_streams.StreamTests) ... ok test_drain_raises_deprecated (test.test_asyncio.test_streams.StreamTests) ... ok test_eof_feed_when_closing_writer (test.test_asyncio.test_streams.StreamTests) ... ok test_exception (test.test_asyncio.test_streams.StreamTests) ... ok test_exception_cancel (test.test_asyncio.test_streams.StreamTests) ... ok test_exception_waiter (test.test_asyncio.test_streams.StreamTests) ... ok test_feed_empty_data (test.test_asyncio.test_streams.StreamTests) ... ok test_feed_nonempty_data (test.test_asyncio.test_streams.StreamTests) ... ok test_invalid_limit (test.test_asyncio.test_streams.StreamTests) ... ok test_open_connection (test.test_asyncio.test_streams.StreamTests) ... ok test_open_connection_error (test.test_asyncio.test_streams.StreamTests) ... ok test_open_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ... ok test_open_unix_connection (test.test_asyncio.test_streams.StreamTests) ... ok test_open_unix_connection_error (test.test_asyncio.test_streams.StreamTests) ... ok test_open_unix_connection_no_loop_ssl (test.test_asyncio.test_streams.StreamTests) ... ok test_read (test.test_asyncio.test_streams.StreamTests) ... ok test_read_all_from_pipe_reader (test.test_asyncio.test_streams.StreamTests) ... ok test_read_eof (test.test_asyncio.test_streams.StreamTests) ... ok test_read_exception (test.test_asyncio.test_streams.StreamTests) ... ok test_read_limit (test.test_asyncio.test_streams.StreamTests) ... ok test_read_line_breaks (test.test_asyncio.test_streams.StreamTests) ... ok test_read_pipe (test.test_asyncio.test_streams.StreamTests) ... ok test_read_until_eof (test.test_asyncio.test_streams.StreamTests) ... ok test_read_zero (test.test_asyncio.test_streams.StreamTests) ... ok test_readexactly (test.test_asyncio.test_streams.StreamTests) ... ok test_readexactly_eof (test.test_asyncio.test_streams.StreamTests) ... ok test_readexactly_exception (test.test_asyncio.test_streams.StreamTests) ... ok test_readexactly_limit (test.test_asyncio.test_streams.StreamTests) ... ok test_readexactly_zero_or_less (test.test_asyncio.test_streams.StreamTests) ... ok test_readline (test.test_asyncio.test_streams.StreamTests) ... ok test_readline_empty_eof (test.test_asyncio.test_streams.StreamTests) ... ok test_readline_eof (test.test_asyncio.test_streams.StreamTests) ... ok test_readline_exception (test.test_asyncio.test_streams.StreamTests) ... ok test_readline_limit (test.test_asyncio.test_streams.StreamTests) ... ok test_readline_limit_with_existing_data (test.test_asyncio.test_streams.StreamTests) ... ok test_readline_nolimit_nowait (test.test_asyncio.test_streams.StreamTests) ... ok test_readline_read_byte_count (test.test_asyncio.test_streams.StreamTests) ... ok test_readuntil_eof (test.test_asyncio.test_streams.StreamTests) ... ok test_readuntil_limit_found_sep (test.test_asyncio.test_streams.StreamTests) ... ok test_readuntil_multi_chunks (test.test_asyncio.test_streams.StreamTests) ... ok test_readuntil_multi_chunks_1 (test.test_asyncio.test_streams.StreamTests) ... ok test_readuntil_separator (test.test_asyncio.test_streams.StreamTests) ... ok test_repr_bound (test.test_asyncio.test_streams.StreamTests) ... ok test_repr_serving (test.test_asyncio.test_streams.StreamTests) ... ok test_repr_unbound (test.test_asyncio.test_streams.StreamTests) ... ok test_sendfile (test.test_asyncio.test_streams.StreamTests) ... ok test_start_server (test.test_asyncio.test_streams.StreamTests) ... ok test_start_unix_server (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_async_context_manager (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_reader_create_warning (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_reader_forbidden_ops (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_server (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_server_abort (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_server_bind (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_server_bind_async_with (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_server_close (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_server_inheritance_forbidden (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_server_start_serving (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_shutdown_hung_task (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_shutdown_hung_task_prevents_cancellation (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_writer_create_warning (test.test_asyncio.test_streams.StreamTests) ... ok test_stream_writer_forbidden_ops (test.test_asyncio.test_streams.StreamTests) ... ok test_streamreader_constructor (test.test_asyncio.test_streams.StreamTests) ... ok test_streamreaderprotocol_constructor (test.test_asyncio.test_streams.StreamTests) ... ok test_unix_stream_server (test.test_asyncio.test_streams.StreamTests) ... ok test_unix_stream_server_inheritance_forbidden (test.test_asyncio.test_streams.StreamTests) ... ok test_wait_closed_on_close (test.test_asyncio.test_streams.StreamTests) ... ok test_wait_closed_on_close_deprecated (test.test_asyncio.test_streams.StreamTests) ... ok test_wait_closed_on_close_with_unread_data (test.test_asyncio.test_streams.StreamTests) ... ok test_wait_closed_on_close_with_unread_data_deprecated (test.test_asyncio.test_streams.StreamTests) ... ok test_write_pipe (test.test_asyncio.test_streams.StreamTests) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_devnull_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_devnull_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_devnull_output (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_process_create_warning (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_subprocess_protocol_create_warning (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessFastWatcherTests) ... ok test_cancel_make_subprocess_transport_exec (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_cancel_post_init (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_cancel_process_wait (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_close_dont_kill_finished (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_close_kill_running (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_communicate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_communicate_ignore_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_create_subprocess_exec_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_create_subprocess_exec_with_path (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_create_subprocess_shell_text_mode_fails (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_devnull_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_devnull_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_devnull_output (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_empty_input (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_kill (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_pause_reading (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_popen_error (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_popen_error_with_stdin_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_process_create_warning (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_read_stdout_after_process_exit (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_send_signal (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_shell (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_start_new_session (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_stdin_broken_pipe (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_stdin_not_inheritable (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_stdin_stdout (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_subprocess_protocol_create_warning (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_terminate (test.test_asyncio.test_subprocess.SubprocessSafeWatcherTests) ... ok test_proc_exited (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok test_subprocess_repr (test.test_asyncio.test_subprocess.SubprocessTransportTests) ... ok test_current_task_no_running_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.CCurrentLoopTests) ... ok test__enter_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test__enter_task_failure (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test__leave_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test__leave_task_failure1 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test__leave_task_failure2 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test__register_task_1 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test__register_task_2 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test__register_task_3 (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test__unregister_task (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test__unregister_task_not_registered (test.test_asyncio.test_tasks.CIntrospectionTests) ... ok test_all_tasks_deprecated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_as_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_bare_create_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_context_1 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_context_2 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_context_3 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_current_task_deprecated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_exception_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_get_coro (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_log_traceback (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_del_collect (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_task_set_methods (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTaskSubclass_PyFuture_Tests) ... ok test_all_tasks_deprecated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_current_task_deprecated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_SubclassTests) ... ok test_all_tasks_deprecated (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_bare_create_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.CTask_CFuture_Tests) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_context_1 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_context_2 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_context_3 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_current_task_deprecated (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_del__log_destroy_pending_segfault (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_exception_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_get_coro (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_log_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_refleaks_in_task___init__ (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_CFuture_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_del_collect (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_set_methods (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_CFuture_Tests) ... ok test_foobar (test.test_asyncio.test_tasks.CTask_Future_Tests) ... ok test_all_tasks_deprecated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_bare_create_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_context_1 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_context_2 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_context_3 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_current_task_deprecated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_exception_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_get_coro (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_log_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_del_collect (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_set_methods (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.CTask_PyFuture_Tests) ... ok test_await_old_style_coro (test.test_asyncio.test_tasks.CompatibilityTests) ... ok test_debug_mode_interop (test.test_asyncio.test_tasks.CompatibilityTests) ... ok test_yield_from_awaitable (test.test_asyncio.test_tasks.CompatibilityTests) ... ok test_cancellation_broadcast (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_constructor_loop_selection (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_duplicate_coroutines (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_env_var_debug (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_exception_marking (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_one_exception (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_result_exception_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_return_exceptions (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_success (test.test_asyncio.test_tasks.CoroutineGatherTests) ... ok test_constructor_empty_sequence (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_constructor_heterogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_constructor_homogenous_futures (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_env_var_debug (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_one_exception (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_result_exception_one_cancellation (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_result_exception_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_return_exceptions (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_success (test.test_asyncio.test_tasks.FutureGatherTests) ... ok test_asyncio_module_compiled (test.test_asyncio.test_tasks.GenericTaskTests) ... ok test_future_subclass (test.test_asyncio.test_tasks.GenericTaskTests) ... ok test_current_task_no_running_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok test_current_task_no_running_loop_implicit (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok test_current_task_with_implicit_loop (test.test_asyncio.test_tasks.PyCurrentLoopTests) ... ok test__enter_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test__enter_task_failure (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test__leave_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test__leave_task_failure1 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test__leave_task_failure2 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test__register_task_1 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test__register_task_2 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test__register_task_3 (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test__unregister_task (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test__unregister_task_not_registered (test.test_asyncio.test_tasks.PyIntrospectionTests) ... ok test_all_tasks_deprecated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_current_task_deprecated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFutureSubclass_Tests) ... ok test_all_tasks_deprecated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_current_task_deprecated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_CFuture_Tests) ... ok test_all_tasks_deprecated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_current_task_deprecated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_subclasses_ctask_cfuture (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests) ... ok test_all_tasks_deprecated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_concurrent (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_reverse_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_as_completed_with_unused_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_bare_create_named_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_bare_create_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_baseexception_during_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_at_end (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) coroutine end right after task is cancelled ... ok test_cancel_awaited_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_blocking_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_both_task_and_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_gather_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) Ensure that a gathering future refuses to be cancelled once all ... ok test_cancel_gather_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_inner_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_task_catching (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_task_ignoring (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_cancel_yield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_context_1 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_context_2 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_context_3 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_coroutine_never_yielded (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_coroutine_non_gen_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_coroutine_non_gen_function_return_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_corowrapper_mocks_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_corowrapper_throw (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_corowrapper_weakref (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_create_task_with_async_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_create_task_with_asynclike_function (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_create_task_with_noncoroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_create_task_with_oldstyle_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_current_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_current_task_deprecated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_current_task_with_interleaving_tasks (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_awaitable (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_error_msg (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_neither (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_ensure_future_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_error_in_call_soon (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_exception_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_gather_shield (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_get_coro (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_get_stack (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_iscoroutinefunction (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_log_destroyed_pending_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_log_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_other_loop_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_return_coroutine_from_coroutine (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) Return of @asyncio.coroutine()-wrapped function generator object ... ok test_set_exception_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_set_result_causes_invalid_state (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_cancel_inner (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_cancel_outer (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_effect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_gather (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_shield_shortcut (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_sleep (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_sleep_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_step_result (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_step_result_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_stop_while_run_in_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_awaits_on_itself (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_basics (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_cancel_sleeping_task (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_cancel_waiter_future (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_class (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_del_collect (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr_autogenerated (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr_coro_decorator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr_name_not_str (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr_partial_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_repr_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_set_methods (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_task_source_traceback (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_tb_logger_not_called_after_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_concurrent_complete (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_duplicate_coroutines (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_errors (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_first_completed (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_first_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_first_exception_in_wait (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_blocking (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_race_condition (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_self_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0 (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_coroutine_do_not_started (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_timeout_less_then_0_or_0_future_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_waits_for_task_cancellation (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_for_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_invalid_args (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_really_done (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_with_exception (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_with_global_loop (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_wait_with_timeout (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_from_corowrapper (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_from_corowrapper_send (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_future_passes_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_vs_yield_from (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_vs_yield_from_generator (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_yield_wait_does_not_shield_cancel (test.test_asyncio.test_tasks.PyTask_PyFuture_Tests) ... ok test_run_coroutine_threadsafe (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop. ... ok test_run_coroutine_threadsafe_task_cancelled (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a tread to an event loop ... ok test_run_coroutine_threadsafe_task_factory_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a tread to an event loop ... ok test_run_coroutine_threadsafe_with_exception (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop ... ok test_run_coroutine_threadsafe_with_timeout (test.test_asyncio.test_tasks.RunCoroutineThreadsafeTests) Test coroutine submission from a thread to an event loop ... ok test_loop_argument_is_deprecated (test.test_asyncio.test_tasks.SleepTests) ... ok test_sleep_zero (test.test_asyncio.test_tasks.SleepTests) ... ok test_loop_argument_is_deprecated_in_wait (test.test_asyncio.test_tasks.WaitTests) ... ok test_loop_argument_is_deprecated_in_wait_for (test.test_asyncio.test_tasks.WaitTests) ... ok test_ctor_extra_is_none (test.test_asyncio.test_transports.TransportTests) ... ok test_dgram_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok test_flowcontrol_mixin_set_write_limits (test.test_asyncio.test_transports.TransportTests) ... ok test_get_extra_info (test.test_asyncio.test_transports.TransportTests) ... ok test_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok test_subprocess_transport_not_implemented (test.test_asyncio.test_transports.TransportTests) ... ok test_writelines (test.test_asyncio.test_transports.TransportTests) ... ok test_not_implemented (test.test_asyncio.test_unix_events.AbstractChildWatcherTests) ... ok test_not_implemented (test.test_asyncio.test_unix_events.BaseChildWatcherTests) ... ok test_add_child_handler_with_no_loop_attached (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_close (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_create_watcher (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_remove_child_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_set_loop (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_set_loop_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_race_condition (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_remove_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_replace_handler (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_two_children (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_sigchld_unknown_status (test.test_asyncio.test_unix_events.FastChildWatcherTests) ... ok test_child_watcher_replace_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher_after_set (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher_thread (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_get_child_watcher_with_mainloop_existing (test.test_asyncio.test_unix_events.PolicyTests) ... ok test_add_child_handler_with_no_loop_attached (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_close (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_create_watcher (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_remove_child_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_set_loop (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_set_loop_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_child_reaped_elsewhere (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_race_condition (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_remove_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_replace_handler (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_two_children (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_two_children_terminating_together (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_unhandled_exception (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_unknown_pid_during_registration (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_sigchld_unknown_status (test.test_asyncio.test_unix_events.SafeChildWatcherTests) ... ok test_add_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_coroutine_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_install_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_install_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_install_error3 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_add_signal_handler_setup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_check_signal (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_close (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_close_on_finalizing (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_handle_signal_cancelled_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_handle_signal_no_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_cleanup_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_error (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_remove_signal_handler_error2 (test.test_asyncio.test_unix_events.SelectorEventLoopSignalTests) ... ok test_sock_sendfile_blocking_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_sock_sendfile_cancel1 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_sock_sendfile_cancel2 (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_sock_sendfile_exception (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_sock_sendfile_iobuffer (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_sock_sendfile_not_a_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_sock_sendfile_not_available (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_sock_sendfile_not_regular_file (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_sock_sendfile_os_error_first_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_sock_sendfile_os_error_next_call (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSockSendfileTests) ... ok test_create_unix_connection_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_nossl_serverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_ssl_noserverhost (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_connection_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_bind_error (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_existing_path_nonsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_existing_path_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_nopath_nosock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_path_dgram (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_path_inetsock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_path_stream_bittype (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_pathlib (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_ssl_bool (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_create_unix_server_ssl_timeout_with_plain_sock (test.test_asyncio.test_unix_events.SelectorEventLoopUnixSocketTests) ... ok test_add_reader_invalid_argument (test.test_asyncio.test_unix_events.TestFunctional) ... ok test_add_reader_or_writer_transport_fd (test.test_asyncio.test_unix_events.TestFunctional) ... ok test__call_connection_lost (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready_blocked (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready_eof (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__read_ready_error (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_close (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_close_already_closing (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_ctor (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_pause_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test_resume_reading (test.test_asyncio.test_unix_events.UnixReadPipeTransportTests) ... ok test__call_connection_lost (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__call_connection_lost_with_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__read_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_empty (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test__write_ready_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_abort (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_can_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_close_closing (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_ctor (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_again (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_buffer (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_close (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_eof (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_eof_pending (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_err (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_no_data (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test_write_partial (test.test_asyncio.test_unix_events.UnixWritePipeTransportTests) ... ok test.test_asyncio.test_windows_events (unittest.loader.ModuleSkipped) ... skipped 'Windows only' test.test_asyncio.test_windows_utils (unittest.loader.ModuleSkipped) ... skipped 'Windows only' ====================================================================== FAIL: test_create_server_ipv6 (test.test_asyncio.test_base_events.BaseEventLoopWithSelectorTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/test/test_asyncio/test_base_events.py", line 1165, in test_create_server_ipv6 self.loop.run_until_complete(main()) File "/home/nono/BUILD/cpython/Lib/asyncio/base_events.py", line 608, in run_until_complete return future.result() File "/home/nono/BUILD/cpython/Lib/test/test_asyncio/test_base_events.py", line 1159, in main self.assertGreater(len(srv.sockets), 0) AssertionError: 0 not greater than 0 ---------------------------------------------------------------------- Ran 2153 tests in 422.014s FAILED (failures=1, skipped=38) Future exception was never retrieved future: Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/asyncio/subprocess.py", line 173, in _feed_stdin await self.stdin.drain() File "/home/nono/BUILD/cpython/Lib/asyncio/streams.py", line 1431, in drain await self._protocol._drain_helper() File "/home/nono/BUILD/cpython/Lib/asyncio/streams.py", line 610, in _drain_helper await waiter BrokenPipeError Future exception was never retrieved future: Traceback (most recent call last): File "/home/nono/BUILD/cpython/Lib/asyncio/subprocess.py", line 173, in _feed_stdin await self.stdin.drain() File "/home/nono/BUILD/cpython/Lib/asyncio/streams.py", line 1431, in drain await self._protocol._drain_helper() File "/home/nono/BUILD/cpython/Lib/asyncio/streams.py", line 610, in _drain_helper await waiter BrokenPipeError test test_asyncio failed == Tests result: FAILURE == 1 test OK. 5 tests failed: test_asyncio test_imaplib test_importlib test_socket test_zipapp Total duration: 7 min 17 sec Tests result: FAILURE [1] 3034 exit 2 ./python -m test -j0 -v test_asyncio test_imaplib test_importlib test_socket ./python -m test -j0 -v test_asyncio test_imaplib test_importlib test_socket 373,49s user 18,42s system 89% cpu 7:19,32 total