Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

gh-124969: Skip the test for ALT_DIGITS also on iOS#125177

Merged
freakboy3742 merged 1 commit into
python:mainpython/cpython:mainfrom
serhiy-storchaka:test_alt_digits_nl_langinfoserhiy-storchaka/cpython:test_alt_digits_nl_langinfoCopy head branch name to clipboard
Oct 9, 2024
Merged

gh-124969: Skip the test for ALT_DIGITS also on iOS#125177
freakboy3742 merged 1 commit into
python:mainpython/cpython:mainfrom
serhiy-storchaka:test_alt_digits_nl_langinfoserhiy-storchaka/cpython:test_alt_digits_nl_langinfoCopy head branch name to clipboard

Conversation

@serhiy-storchaka

@serhiy-storchaka serhiy-storchaka commented Oct 9, 2024

Copy link
Copy Markdown
Member

@mhsmith

mhsmith commented Oct 9, 2024

Copy link
Copy Markdown
Member

!buildbot ios

@bedevere-bot

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @mhsmith for commit 716c060 🤖

The command will test the builders whose names match following regular expression: ios

The builders matched are:

  • iOS ARM64 Simulator PR

@freakboy3742 freakboy3742 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

As far as I can make out, skipping this test on iOS is as good as we're going to get.

The macOS and iOS langinfo.h headers both define ALT_DIGITS; but experimentally, any request to retrieve the alt digits returns an empty string. The fa_IR subtest is passing because that locale isn't defined, so it's falling back to the previously set locale (en_US). The jp_JP locale does exist, and some locale values (e.g. ABDAY_1) are defined; but ALT_DIGITS values clearly aren't.

I can't find any documentation about this beyond the man page for nl_langinfo, which doesn't shed any light on ALT_DIGITS specifically.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.