This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients benjamin.peterson, mark.dickinson, pitrou, vinay.sajip
Date 2009-12-30.17:17:40
SpamBayes Score 7.4916634e-06
Marked as misclassified No
Message-id <1262193509.3331.8.camel@localhost>
In-reply-to <1262192859.97.0.957619699546.issue7596@psf.upfronthosting.co.za>
Content
> 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

----------------------------------------------------------------------
History
Date User Action Args
2009-12-30 17:17:43pitrousetrecipients: + pitrou, vinay.sajip, mark.dickinson, benjamin.peterson
2009-12-30 17:17:42pitroulinkissue7596 messages
2009-12-30 17:17:40pitroucreate