-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
test_locale: test_strcoll_with_diacritic and test_strxfrm_with_diacritic tests failing on NetBSD #124108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
NetBSD doesn't support UTF-8 for LC_COLLATE. See https://www.unitedbsd.com/d/1437-issues-running-cpython-locale-tests-on-netbsd-100/2 |
vstinner
pushed a commit
that referenced
this issue
Sep 16, 2024
…124110) Skip test_strcoll_with_diacritic() and test_strxfrm_with_diacritic() of test_locale on NetBSD due to lack of UTF-8 LC_COLLATE support.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 16, 2024
…tBSD (pythonGH-124110) Skip test_strcoll_with_diacritic() and test_strxfrm_with_diacritic() of test_locale on NetBSD due to lack of UTF-8 LC_COLLATE support. (cherry picked from commit 10de360) Co-authored-by: Furkan Onder <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Sep 16, 2024
…tBSD (pythonGH-124110) Skip test_strcoll_with_diacritic() and test_strxfrm_with_diacritic() of test_locale on NetBSD due to lack of UTF-8 LC_COLLATE support. (cherry picked from commit 10de360) Co-authored-by: Furkan Onder <[email protected]>
This was referenced Sep 16, 2024
Merged
vstinner
pushed a commit
that referenced
this issue
Sep 16, 2024
…etBSD (GH-124110) (#124147) GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110) Skip test_strcoll_with_diacritic() and test_strxfrm_with_diacritic() of test_locale on NetBSD due to lack of UTF-8 LC_COLLATE support. (cherry picked from commit 10de360) Co-authored-by: Furkan Onder <[email protected]>
savannahostrowski
pushed a commit
to savannahostrowski/cpython
that referenced
this issue
Sep 22, 2024
…tBSD (python#124110) Skip test_strcoll_with_diacritic() and test_strxfrm_with_diacritic() of test_locale on NetBSD due to lack of UTF-8 LC_COLLATE support.
Yhg1s
pushed a commit
that referenced
this issue
Sep 23, 2024
…etBSD (GH-124110) (#124146) GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110) Skip test_strcoll_with_diacritic() and test_strxfrm_with_diacritic() of test_locale on NetBSD due to lack of UTF-8 LC_COLLATE support. (cherry picked from commit 10de360) Co-authored-by: Furkan Onder <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
OS:
NetBSD 10.0 amd64
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other
Linked PRs
The text was updated successfully, but these errors were encountered: