X-Recipient: archive-cygwin@delorie.com
X-Original-To: cygwin@cygwin.com
Delivered-To: cygwin@cygwin.com
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B35A0385781F
Authentication-Results: sourceware.org;
 dmarc=none (p=none dis=none) header.from=JC-Bell.com
Authentication-Results: sourceware.org; spf=none smtp.mailfrom=Jim@JC-Bell.com
To: cygwin@cygwin.com
From: Jim Bell <Jim@JC-Bell.com>
Subject: python fails asyncio tests (py 3.7 & 3.8)
Organization: J. C. Bell & Associates, Inc.
Message-ID: <b7b31de6-1752-a705-a169-2ef1447fd93f@JC-Bell.com>
Date: Sat, 21 Nov 2020 05:59:01 -0600
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101
 Thunderbird/78.4.3
MIME-Version: 1.0
Content-Language: en-US
X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS,
 KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE,
 TXREP autolearn=no autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
 server2.sourceware.org
X-BeenThere: cygwin@cygwin.com
X-Mailman-Version: 2.1.29
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-request@cygwin.com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
 <mailto:cygwin-request@cygwin.com?subject=subscribe>
Content-Type: text/plain; charset="utf-8"; Format="flowed"
Sender: "Cygwin" <cygwin-bounces@cygwin.com>
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 0ALBxc0C002438

The standard python asyncio tests hang.

         cd /usr/lib/python3.8/test

         python3.8 test_asyncore.py -v

Passes a bunch of tests, then hangs at:

     test_connection_attributes (__main__.TestAPI_UseUnixSocketsPoll) ...

(A more focused test run: "python3.8 test_asyncore.py -c -f -k Unix")

Likewise,

         python3.8 -m unittest -v test_asyncio

Passes a bunch of tests, then hangs at:

     test_create_unix_server 
(test.test_asyncio.test_events.PollEventLoopTests) ...

I tried enabling tracing, but then unittest doesn't want to run any 
tests ("python3.8 -m trace -c test_asyncore.py" says "Ran 0 tests")

Same for python3.7. I only tested 3.7 & 3.8.

Glad to attach a run of "cygcheck -s -v -r" but it's 1.4M. Running 
CygWin-64 under Windows 10 Professional Ver 10.0 Build 19041



--
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

