[issue35290] [FreeBSD] test_c_locale_coercion: fsencoding is ASCII instead of UTF-8 on FreeBSD CURRENT buildbot

2018-11-22 Thread STINNER Victor
STINNER Victor added the comment: > AVAILABLE_TARGETS = ['C.UTF-8'] Aha, that's something new in FreeBSD. In FreeBSD 11.2, this locale is invalid. The locale has been added to FreeBSD CURRENT (future FreeBSD 12) at November 4: https://reviews.freebsd.org/D17833 See discussion on

[issue35290] [FreeBSD] test_c_locale_coercion: fsencoding is ASCII instead of UTF-8 on FreeBSD CURRENT buildbot

2018-11-22 Thread STINNER Victor
STINNER Victor added the comment: Result of the additional debug info, on the FreeBSD CURRENT buildbot: AVAILABLE_TARGETS = ['C.UTF-8'] EXPECTED_C_LOCALE_EQUIVALENTS = ['C', 'invalid.ascii'] EXPECTED_C_LOCALE_STREAM_ENCODING = 'ascii' EXPECTED_C_LOCALE_FS_ENCODING = 'ascii'

[issue35290] [FreeBSD] test_c_locale_coercion: fsencoding is ASCII instead of UTF-8 on FreeBSD CURRENT buildbot

2018-11-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset 7c2d5702d11b41dd9a2391e6813fbaef5dbda79a by Victor Stinner in branch 'master': bpo-35290: Add debug info to test_c_locale_coercion (GH-10631) https://github.com/python/cpython/commit/7c2d5702d11b41dd9a2391e6813fbaef5dbda79a --

[issue35290] [FreeBSD] test_c_locale_coercion: fsencoding is ASCII instead of UTF-8 on FreeBSD CURRENT buildbot

2018-11-21 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +9879 stage: -> patch review ___ Python tracker ___ ___

[issue35290] [FreeBSD] test_c_locale_coercion: fsencoding is ASCII instead of UTF-8 on FreeBSD CURRENT buildbot

2018-11-21 Thread STINNER Victor
New submission from STINNER Victor : It seems like the commit 02e6bf7f2025cddcbde6432f6b6396198ab313f4 (bpo-28604) broke test_c_locale_coercion on FreeBSD CURRENT Shared 3.x: https://buildbot.python.org/all/#/builders/168/builds/247 0:19:33 load avg: 7.69 [401/419/2] test_c_locale_coercion