[issue38325] [Windows] test_winconsoleio failures

2020-09-06 Thread STINNER Victor
Change by STINNER Victor : -- nosy: -vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue38325] [Windows] test_winconsoleio failures

2020-09-05 Thread Terry J. Reedy
Terry J. Reedy added the comment: test_consoleio now fails and hangs for me. Issue 41729. -- nosy: +terry.reedy ___ Python tracker ___

[issue38325] [Windows] test_winconsoleio failures

2020-02-10 Thread STINNER Victor
STINNER Victor added the comment: I "fixed" the issue by skipping broken tests. If anyone wants to fix the underlying issue: go ahead and open an issue, it would be way better with a PR to fix these tests! In the meanwhile, skipping broken tests help to detect regressions (new issues).

[issue38325] [Windows] test_winconsoleio failures

2020-02-10 Thread STINNER Victor
STINNER Victor added the comment: New changeset 038770edc4680e9a3dc39bacb35a8358034fb901 by Victor Stinner in branch 'master': bpo-38325: Skip non-BMP tests of test_winconsoleio (GH-18448) https://github.com/python/cpython/commit/038770edc4680e9a3dc39bacb35a8358034fb901 --

[issue38325] [Windows] test_winconsoleio failures

2020-02-10 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +17822 stage: -> patch review pull_request: https://github.com/python/cpython/pull/18448 ___ Python tracker ___

[issue38325] [Windows] test_winconsoleio failures

2019-09-30 Thread Eryk Sun
Eryk Sun added the comment: Does test_partial_reads fail for you when run separately? If so, it's for a different reason. Otherwise, there may have been text left in the input buffer from test_input that led to the failure, which is a separate problem that needs to be addressed via

[issue38325] [Windows] test_winconsoleio failures

2019-09-30 Thread STINNER Victor
STINNER Victor added the comment: Until a fix is found, can we mark the tests as "known to fail" on a specific Windows version? (So test_winconsoleio doesn't fail anymore.) -- ___ Python tracker

[issue38325] [Windows] test_winconsoleio failures

2019-09-30 Thread Eryk Sun
Eryk Sun added the comment: Apparently handling non-BMP codes is broken in recent builds of the new console in Windows 10. I see this problem in build 18362 as well. It seems there have been updates that have changed the naive way the console used to handle surrogate codes as just regular

[issue38325] [Windows] test_winconsoleio failures

2019-09-30 Thread STINNER Victor
New submission from STINNER Victor : On Windows 10 version 1903, test_winconsoleio even when run from cmd.exe console. C:\vstinner\python\3.8>python -m test -v test_winconsoleio Running Release|x64 interpreter... == CPython 3.8.0b4+ (heads/pr/16490:8a204fd07c, Sep 30 2019, 14:29:53) [MSC