Closed
Description
5 tests fail in matplotlib-1.3.0. These failures occur with all Python versions checked by me (2.6, 2.7, 3.1, 3.2, 3.3).
Results with Python 2.7:
======================================================================
FAIL: matplotlib.tests.test_backend_pdf.test_use14corefonts.test
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "matplotlib/testing/decorators.py", line 40, in failer
result = f(*args, **kwargs)
File "matplotlib/testing/decorators.py", line 159, in do_test
'(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_backend_pdf/pdf_use14corefonts_pdf.png vs. /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_backend_pdf/pdf_use14corefonts-expected_pdf.png (RMS 51.194)
======================================================================
FAIL: matplotlib.tests.test_dates.test_date_axhline.test
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "matplotlib/testing/decorators.py", line 40, in failer
result = f(*args, **kwargs)
File "matplotlib/testing/decorators.py", line 159, in do_test
'(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_dates/date_axhline.png vs. /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_dates/date_axhline-expected.png (RMS 15.849)
======================================================================
FAIL: matplotlib.tests.test_dates.test_date_axhspan.test
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "matplotlib/testing/decorators.py", line 40, in failer
result = f(*args, **kwargs)
File "matplotlib/testing/decorators.py", line 159, in do_test
'(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_dates/date_axhspan.png vs. /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_dates/date_axhspan-expected.png (RMS 15.106)
======================================================================
FAIL: matplotlib.tests.test_text.test_font_styles.test
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "matplotlib/testing/decorators.py", line 40, in failer
result = f(*args, **kwargs)
File "matplotlib/testing/decorators.py", line 159, in do_test
'(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_text/font_styles.png vs. /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_text/font_styles-expected.png (RMS 13.676)
======================================================================
FAIL: matplotlib.tests.test_text.test_font_styles.test
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "matplotlib/testing/decorators.py", line 40, in failer
result = f(*args, **kwargs)
File "matplotlib/testing/decorators.py", line 159, in do_test
'(RMS %(rms).3f)'%err)
ImageComparisonFailure: images not close: /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_text/font_styles_pdf.png vs. /tmp/matplotlib-1.3.0-tests/usr/lib64/python2.7/site-packages/result_images/test_text/font_styles-expected_pdf.png (RMS 14.120)
----------------------------------------------------------------------
Ran 1458 tests in 1481.492s
FAILED (KNOWNFAIL=348, SKIP=5, failures=5)