Skip to content
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

GH-124108: Skip test_strcoll_with_diacritic and test_strxfrm_with_diacritic on NetBSD due to lack of UTF-8 LC_COLLATE support #124110

Merged
merged 2 commits into from
Sep 16, 2024

Conversation

furkanonder
Copy link
Contributor

@furkanonder furkanonder commented Sep 15, 2024

…etBSD due to lack of UTF-8 LC_COLLATE support
@furkanonder furkanonder added type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir skip news needs backport to 3.12 bug and security fixes needs backport to 3.13 bugs and security fixes labels Sep 15, 2024
@furkanonder furkanonder changed the title Skip test_strcoll_with_diacritic and test_strxfrm_with_diacritic on NetBSD due to lack of UTF-8 LC_COLLATE support GH-124108: Skip test_strcoll_with_diacritic and test_strxfrm_with_diacritic on NetBSD due to lack of UTF-8 LC_COLLATE support Sep 15, 2024
@vstinner vstinner enabled auto-merge (squash) September 16, 2024 21:25
Copy link
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@vstinner vstinner closed this Sep 16, 2024
auto-merge was automatically disabled September 16, 2024 22:35

Pull request was closed

@vstinner vstinner reopened this Sep 16, 2024
@vstinner vstinner enabled auto-merge (squash) September 16, 2024 22:36
@vstinner
Copy link
Member

The CI was sick. I closed/reopened the CI to trigger new CI jobs.

@vstinner vstinner merged commit 10de360 into python:main Sep 16, 2024
45 of 69 checks passed
@miss-islington-app
Copy link

Thanks @furkanonder for the PR, and @vstinner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12, 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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 <furkanonder@protonmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Sep 16, 2024

GH-124146 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.13 bugs and security fixes label Sep 16, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request 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 <furkanonder@protonmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Sep 16, 2024

GH-124147 is a backport of this pull request to the 3.12 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.12 bug and security fixes label Sep 16, 2024
vstinner pushed a commit that referenced this pull request 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 <furkanonder@protonmail.com>
@bedevere-bot
Copy link

⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️

Hi! The buildbot PPC64LE RHEL8 Refleaks 3.12 has failed when building commit 2f9dc65.

What do you need to do:

  1. Don't panic.
  2. Check the buildbot page in the devguide if you don't know what the buildbots are or how they work.
  3. Go to the page of the buildbot that failed (https://buildbot.python.org/#/builders/1158/builds/510) and take a look at the build logs.
  4. Check if the failure is related to this commit (2f9dc65) or if it is a false positive.
  5. If the failure is related to this commit, please, reflect that on the issue and make a new Pull Request with a fix.

You can take a look at the buildbot page here:

https://buildbot.python.org/#/builders/1158/builds/510

Summary of the results of the build (if available):

Click to see traceback logs
Note: switching to '2f9dc65e121df86cf5fd25f7830ab7dea129e60f'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at 2f9dc65e121 [3.12] GH-124108: Skip test_locale.test_strcoll_with_diacritic() on NetBSD (GH-124110) (#124147)
Switched to and reset branch '3.12'

make: *** [Makefile:2021: buildbottest] Terminated

savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this pull request 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 pull request 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 <furkanonder@protonmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants