Antoine Pitrou <[email protected]> added the comment:
> I can reproduce this on OS X 10.6 with:
>
> ./python.exe Lib/test/regrtest.py test_lib2to3 test_logging
Same here!
The failure report in verbose mode is:
======================================================================
FAIL: test_filter (test.test_logging.BasicFilterTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/antoine/py3k/__svn__/Lib/test/test_logging.py", line 290, in
test_filter
('spam.eggs.fish', 'INFO', '3'),
File "/home/antoine/py3k/__svn__/Lib/test/test_logging.py", line 114, in
assert_log_lines
self.assertEquals(len(actual_lines), len(expected_values))
AssertionError: 4 != 2
======================================================================
FAIL: test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/antoine/py3k/__svn__/Lib/test/test_logging.py", line 390, in
test_handler_filter
('Silent', '10'),
File "/home/antoine/py3k/__svn__/Lib/test/test_logging.py", line 114, in
assert_log_lines
self.assertEquals(len(actual_lines), len(expected_values))
AssertionError: 10 != 5
======================================================================
FAIL: test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/antoine/py3k/__svn__/Lib/test/test_logging.py", line 416, in
test_specific_filters
self.assert_log_lines(first_lines)
File "/home/antoine/py3k/__svn__/Lib/test/test_logging.py", line 114, in
assert_log_lines
self.assertEquals(len(actual_lines), len(expected_values))
AssertionError: 10 != 9
----------------------------------------------------------------------
----------
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue7596>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com