mpl release candidate branch

I'm seeing five test failures on my Mac (Python 2.7):

FAIL: matplotlib.tests.test_mlab.test_recarray_csv_roundtrip
FAIL: matplotlib.tests.test_text.test_font_styles.test
FAIL: matplotlib.tests.test_text.test_font_styles.test
FAIL: matplotlib.tests.test_tightlayout.test_tight_layout5.test
FAIL: no_testCreateLocaltime (test_tzinfo.LocalTestCase)

(The test_font_styles test produces two failures, one for agg and one
for svg.)

···

--
Jouni K. Sepp�nen
http://www.iki.fi/jks

I’m seeing five test failures on my Mac (Python 2.7):

FAIL: matplotlib.tests.test_mlab.test_recarray_csv_roundtrip

I am seeing this one on my 64-bit machine, but not on my 32-bit machine (both Linux).

FAIL: matplotlib.tests.test_text.test_font_styles.test

FAIL: matplotlib.tests.test_text.test_font_styles.test

How much was the difference?

FAIL: matplotlib.tests.test_tightlayout.test_tight_layout5.test

Hmm, I wonder if font issues on the macosx backend might cause the layout to not be exactly the same as on the other backends? (or does the test use Agg?)

FAIL: no_testCreateLocaltime (test_tzinfo.LocalTestCase)

Any info provided on this failure?

Ben Root

···

On Sat, Sep 24, 2011 at 8:25 AM, Jouni K. Seppänen <jks@…278…> wrote: