[issue14561] python-2.7.2-r3 suffers test failure at test_mhlib

2014-06-25 Thread Mark Lawrence

Mark Lawrence added the comment:

Is it safe to assume that this is a problem that has long been resolved?

--
nosy: +BreamoreBoy

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14561
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14561] python-2.7.2-r3 suffers test failure at test_mhlib

2014-06-25 Thread Ned Deily

Ned Deily added the comment:

This could be a duplicate of the problem reported in Issue7759.  The patch 
provided there was not applied since the mhlib module is deprecated and its use 
is not recommended.  Feel free to re-open this issue if necessary.

--
nosy: +ned.deily
resolution:  - wont fix
stage:  - resolved
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14561
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14561] python-2.7.2-r3 suffers test failure at test_mhlib

2012-04-12 Thread Ian Delaney

New submission from Ian Delaney del...@iinet.com.au:

Testing test suite of pyth-2.7.
Re-running failed tests in verbose mode
Re-running test 'test_mhlib' in verbose mode
test_basic (test.test_mhlib.MhlibTests) ... ok
test_listfolders (test.test_mhlib.MhlibTests) ... FAIL

It seems to be pinned down to this one line in test that failed.

ok, it comes down to this.  From test_mhlib.py

def test_listfolders(self):
mh = getMH()
eq = self.assertEqual

#tfolders.sort()\\ Line 184
#eq(folders, tfolders)  \\ Line 185

Commenting them out removes the source of error. The lines that trips up 
include at least 185, 189, 193.  The 'folders' are not equal.

Bug filed in gentoo bugzilla; Bug 387967; 21-10-2011.

The build log from that bug in Comment 2

https://bugs.gentoo.org/attachment.cgi?id=290409

--
components: Tests
messages: 158119
nosy: idella5
priority: normal
severity: normal
status: open
title: python-2.7.2-r3 suffers test failure at test_mhlib
type: behavior
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue14561
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com