[Python-checkins] Python Regression Test Failures opt (1)

Tarek Ziadé ziade.tarek at gmail.com
Wed Jul 22 10:33:13 CEST 2009


> test_distutils
> [19533 refs]
> [19533 refs]
> [19533 refs]
> [19530 refs]
> test test_distutils failed -- Traceback (most recent call last):
>  File "/tmp/python-test/local/lib/python2.7/distutils/tests/test_extension.py", line 35, in test_extension_init
>    self.assertRaises(AssertionError, Extension, 1, [])
> AssertionError: AssertionError not raised

I am on it : this happens because distutils.extension.Extension uses
some assert statement,
that are removed with this test script (which uses -O)

I'll fix it sometimes today

Regards
Tarek


More information about the Python-checkins mailing list