Bugs item #1157665, was opened at 2005-03-06 12:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1157665&group_id=5470

Category: Build
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Grzegorz Makarewicz (makaron)
Assigned to: Nobody/Anonymous (nobody)
Summary: RuntimeWarning: unfiltered RuntimeWarning

Initial Comment:
after updating to latest cvs version for 2.4 i'v got an
error while performing full test on win xp:

test test_warnings failed -- Traceback (most recent
call last):
  File "s:\binw\py24\lib\test\test_warnings.py", line
57, in test_warn_specific_category
    warnings.warn(text, category)
  File "s:\binw\py24\lib\warnings.py", line 57, in warn
    warn_explicit(message, category, filename, lineno,
module, registry)
  File "s:\binw\py24\lib\warnings.py", line 92, in
warn_explicit
    raise message
RuntimeWarning: unfiltered RuntimeWarning

on other side - coll, only one failing test as compared
to previous version:
254 tests OK.
1 test failed:
    test_warnings
35 tests skipped:
    test__locale test_aepack test_al test_applesingle
test_cd test_cl
    test_commands test_curses test_dbm test_dl
test_fcntl test_fork1
    test_gdbm test_gl test_grp test_imgfile test_ioctl
    test_linuxaudiodev test_macfs test_macostools
test_mhlib test_nis
    test_openpty test_ossaudiodev test_plistlib
test_poll test_posix
    test_pty test_pwd test_resource test_scriptpackages
test_signal
    test_sunaudiodev test_threadsignals test_timing
Those skips are all expected on win32.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1157665&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to