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

[OS bug] DragonFly buildbot locale failures #60212

Closed
skrah mannequin opened this issue Sep 23, 2012 · 2 comments
Closed

[OS bug] DragonFly buildbot locale failures #60212

skrah mannequin opened this issue Sep 23, 2012 · 2 comments
Labels
type-bug An unexpected behavior, bug, or error

Comments

@skrah
Copy link
Mannequin

skrah mannequin commented Sep 23, 2012

BPO 16008
Nosy @tpn, @skrah

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2012-09-24.13:33:05.567>
created_at = <Date 2012-09-23.16:17:26.500>
labels = ['type-bug']
title = '[OS bug] DragonFly buildbot locale failures'
updated_at = <Date 2012-09-24.13:33:05.565>
user = 'https://github.com/skrah'

bugs.python.org fields:

activity = <Date 2012-09-24.13:33:05.565>
actor = 'skrah'
assignee = 'none'
closed = True
closed_date = <Date 2012-09-24.13:33:05.567>
closer = 'skrah'
components = []
creation = <Date 2012-09-23.16:17:26.500>
creator = 'skrah'
dependencies = []
files = []
hgrepos = []
issue_num = 16008
keywords = ['buildbot']
message_count = 2.0
messages = ['171052', '171124']
nosy_count = 2.0
nosy_names = ['trent', 'skrah']
pr_nums = []
priority = 'low'
resolution = 'wont fix'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue16008'
versions = ['Python 3.3']

@skrah
Copy link
Mannequin Author

skrah mannequin commented Sep 23, 2012

The locale failures on the DragonFly buildbot are caused by an OS bug:

bugs.dragonflybsd.org/issues/2415

I'm opening an issue so that this is recorded and other people hopefully
won't waste time debugging the failures. I intend to close the issue
as invalid in a couple of days.

======================================================================
FAIL: test_wide_char_separator_decimal_point (test.test_decimal.CFormatTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/cpython/buildslave/3.x.snakebite-dragonfly30-amd64-1/build/Lib/test/test_decimal.py", line 1149, in test_wide_char_separator_decimal_point
    '100\u066c000\u066c000\u066b123')
AssertionError: '100000000.123' != '100\u066c000\u066c000\u066b123'
- 100000000.123
?          ^
+ 100\u066c000\u066c000\u066b123
?    +   +   ^

======================================================================
ERROR: test_basic (test.test_strptime.getlang_Tests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/cpython/buildslave/3.x.snakebite-dragonfly30-amd64-1/build/Lib/test/test_strptime.py", line 16, in test_basic
    self.assertEqual(_strptime._getlang(), locale.getlocale(locale.LC_TIME))
  File "/home/cpython/buildslave/3.x.snakebite-dragonfly30-amd64-1/build/Lib/_strptime.py", line 31, in _getlang
    return locale.getlocale(locale.LC_TIME)
  File "/home/cpython/buildslave/3.x.snakebite-dragonfly30-amd64-1/build/Lib/locale.py", line 524, in getlocale
    return _parse_localename(localename)
  File "/home/cpython/buildslave/3.x.snakebite-dragonfly30-amd64-1/build/Lib/locale.py", line 433, in _parse_localename
    raise ValueError('unknown locale: %s' % localename)
ValueError: unknown locale: ps_AF

@skrah skrah mannequin added the type-bug An unexpected behavior, bug, or error label Sep 23, 2012
@skrah
Copy link
Mannequin Author

skrah mannequin commented Sep 24, 2012

Closing since this an OS bug.

@skrah skrah mannequin closed this as completed Sep 24, 2012
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

0 participants