[ python-Bugs-1729930 ] 2.5.1 latest svn fails test_curses and test_timeout
SourceForge.net
noreply at sourceforge.net
Mon Jun 4 00:19:27 CEST 2007
Bugs item #1729930, was opened at 2007-06-02 07:51
Message generated for change (Comment added) made by nnorwitz
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1729930&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: David Favor (dfavor)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.5.1 latest svn fails test_curses and test_timeout
Initial Comment:
[root at net1 ~]# build_python
mkdir -p /build/work/Python-2.5.1
cd /build/work/Python-2.5.1
unset CDPATH
export TESTOPS='-l -u curses -u network -u urlfetch -u decimal -u compiler -u bsddb -u subprocess'
export CFLAGS='-pipe -fwrapv'
export MALLOC_CHECK_=0
make distclean
./configure --prefix=/usr/local/pkgs/python-2.5.1 --enable-shared --disable-static --disable-ipv6
make
make testall
... ... ...
299 tests OK.
2 tests failed:
test_curses test_timeout
20 tests skipped:
test_aepack test_al test_applesingle test_bsddb185 test_cd test_cl
test_gl test_imgfile test_macfs test_macostools test_nis
test_pep277 test_plistlib test_scriptpackages test_startfile
test_sunaudiodev test_unicode_file test_winreg test_winsound
test_zipfile64
Those skips are all expected on linux2.
warning: DBTxn aborted in destructor. No prior commit() or abort().
make: *** [testall] Error 1
exp=0, got ec=2, abort=1
----------------------------------------------------------------------
>Comment By: Neal Norwitz (nnorwitz)
Date: 2007-06-03 15:19
Message:
Logged In: YES
user_id=33168
Originator: NO
test_timeout often fails depending on if the system the test connects to
is available or not (ie, the test sucks). How does test_curses fail? What
platform?
BTW, you can use -u all.
----------------------------------------------------------------------
Comment By: David Favor (dfavor)
Date: 2007-06-02 07:54
Message:
Logged In: YES
user_id=370230
Originator: YES
These fixes should also be dropped into the 2.6 tree.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1729930&group_id=5470
More information about the Python-bugs-list
mailing list