This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients skrah, trent
Date 2012-09-23.16:17:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348417046.98.0.868158442098.issue16008@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2012-09-23 16:17:27skrahsetrecipients: + skrah, trent
2012-09-23 16:17:26skrahsetmessageid: <1348417046.98.0.868158442098.issue16008@psf.upfronthosting.co.za>
2012-09-23 16:17:26skrahlinkissue16008 messages
2012-09-23 16:17:25skrahcreate