[issue22943] bsddb: test_queue fails on Windows

2014-12-01 Thread Roundup Robot
Roundup Robot added the comment: New changeset df17d2b0878f by Serhiy Storchaka in branch '2.7': Issue #22943: bsddb tests are locale independend now. https://hg.python.org/cpython/rev/df17d2b0878f -- ___ Python tracker rep...@bugs.python.org

[issue22943] bsddb: test_queue fails on Windows

2014-12-01 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: - serhiy.storchaka resolution: - fixed stage: patch review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22943

[issue22943] bsddb: test_queue fails on Windows

2014-11-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Does it look good to you Benjamin? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22943 ___ ___

[issue22943] bsddb: test_queue fails on Windows

2014-11-30 Thread Benjamin Peterson
Benjamin Peterson added the comment: Yes, please apply. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22943 ___ ___ Python-bugs-list mailing

[issue22943] bsddb: test_queue fails on Windows

2014-11-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This test is locale-depending. string.letters is the collection of 8-bit characters for which islower() or isupper() is true. On most Unixes the locale is either UTF-8 or ASCII and string.letters contains only ASCII letters. On most Windows it contains

[issue22943] bsddb: test_queue fails on Windows

2014-11-25 Thread Benjamin Peterson
New submission from Benjamin Peterson: One gets this on the Windows bots: == FAIL: test01_basic (bsddb.test.test_queue.SimpleQueueTestCase) -- Traceback (most

[issue22943] bsddb: test_queue fails on Windows

2014-11-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset e5ed983bc784 by Benjamin Peterson in branch '2.7': disable tests that always fail on windows (#22943) https://hg.python.org/cpython/rev/e5ed983bc784 -- nosy: +python-dev ___ Python tracker