[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problems running testsuite on Windows with Python 3

From: Yasuhito FUTATSUKI <futatuki_at_poem.co.jp>
Date: Wed, 22 Apr 2020 22:47:27 +0900

On 2020/04/22 22:18, Nathan Hartman wrote:
 
> I'd like to add something along these lines to the Release Notes,
> under "Known Issues in the Release."
>
> Please check for accuracy:
>
> (I haven't tested this myself -- haven't reached this point yet in my
> Windows setup!)
>
> [[[
>
> When using Python 3.6 or higher on Windows, the test suite fails to
> run because of changes in Python's implementation of console I/O.
>
> Several workarounds are available:
>
> Either:
>
> * Use Python 2.7, or Python 3.5 or below, or
>
> * Run the test suite with the --log-to-stdout command line argument,
> or
>
> * Set the PYTHONLEGACYWINDOWSSTDIO environment variable before running
> the test suite, or
>
> * Apply r1876707 and r[insert number here] and run the test suite.

r1876707 isn't fix for console I/O issue, it is fix for another
problem in the testsuite to run it on Windows with Python 3.

Also, there are still 65 of failure in test on Windows with
Python 3.

... and what is worse, at least

> FAIL: merge_tests.py 34: conflict markers should match the file's eol style

this one seems to be broken even with Python 2.7, on Windows.
(I'll post about it later).

>
> This problem is (expected to be) fixed in 1.14.1.
>
> ]]]
>
> Where "insert number here" would be Yasuhito's latest patch.
>
> Nathan
>

Cheers,

-- 
Yasuhito FUTATSUKI <futatuki_at_yf.bsdclub.org> / <futatuki_at_poem.co.jp>
Received on 2020-04-22 15:50:14 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.