I'm not able to reproduce this here (git/master on Ubuntu 10.4, Python 
2.7).  Can you send and/or link to an example broken image?  The way in 
which it is failing may illustrate the cause of the problem.  It could 
also be that the difference in the freetype library/settings is causing 
enough difference to trip the threshold (we've seen that before).  If 
that's the case (i.e. they look identical to the human eye, but there 
are some low-level differences in the anti-aliasing), we probably just 
need to increase the difference threshold on those tests.  If, however, 
those tests worked on this system until recently, "git bisect" may 
reveal what caused the breakage.

Mike

On 09/23/2011 10:59 AM, John Hunter wrote:
> On Fri, Sep 23, 2011 at 8:02 AM, John Hunter<jdh2...@gmail.com>  wrote:
>> Today is the "go-live" date for the mpl release candidate. There are
>> no more open issues tagged release_critical, so I suggest we branch
>> this afternoon.  This will give people a last chance to merge in
>> remaining pull requests.  If you know you are planning to handle a
>> given pull request before the branch, please drop a comment on the
>> pull request or respond here so we don't duplicate effort.  Michael,
>> are you available to make the release branch this afternoon?
>
> I'm getting tons of failures like the one below relating to mathtext
> fonts on two different platforms (linux and solaris).  Anyone else
> seeing these?  I did flush my fonts and tex cache and did a clean
> install.
>
>
> ======================================================================
> FAIL: matplotlib.tests.test_mathtext.mathfont_stix_49_test.test
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>    File "/usr/lib/pymodules/python2.6/nose/case.py", line 183, in runTest
>      self.test(*self.arg)
>    File 
> "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/testing/decorators.py",
> line 35, in failer
>      result = f(*args, **kwargs)
>    File 
> "/home/jdhunter/dev/lib/python2.6/site-packages/matplotlib/testing/decorators.py",
> line 126, in do_test
>      '(RMS %(rms).3f)'%err)
> ImageComparisonFailure: images not close:
> /home/jdhunter/tmp/mpl_test/result_images/test_mathtext/mathfont_stix_49.png
> vs. 
> /home/jdhunter/tmp/mpl_test/result_images/test_mathtext/expected-mathfont_stix_49.png
> (RMS 11.269)
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2dcopy2
> _______________________________________________
> Matplotlib-devel mailing list
> Matplotlib-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2dcopy2
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to