projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eea849
)
Issue #13441: Disable temporary localeconv() tests on Solaris
author
Victor Stinner
<victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 02:19:05 +0000
(
03:19
+0100)
committer
Victor Stinner
<victor.stinner@haypocalc.com>
Mon, 21 Nov 2011 02:19:05 +0000
(
03:19
+0100)
Lib/test/test__locale.py
patch
|
blob
|
history
diff --git
a/Lib/test/test__locale.py
b/Lib/test/test__locale.py
index 3fadb575f295f362fb5b7e5fe7965a140faf8410..8ae881d47bcc643e99b667707536bbac72f7d0a4 100644
(file)
--- a/
Lib/test/test__locale.py
+++ b/
Lib/test/test__locale.py
@@
-113,6
+113,8
@@
class _LocaleTests(unittest.TestCase):
nl_radixchar, li_radixchar,
loc, set_locale))
+ @unittest.skipIf(sys.platform == 'sunos5',
+ "http://bugs.python.org/issue13441")
def test_float_parsing(self):
# Bug #1391872: Test whether float parsing is okay on European
# locales.