[Python-3000] Silent failing unit tests.
Brett Cannon
brett at python.org
Mon Mar 3 03:33:00 CET 2008
On Sun, Mar 2, 2008 at 5:56 PM, Alexandre Vassalotti
<alexandre at peadrop.com> wrote:
> Hi,
>
> Since I got some free time during my study break, I started to work
> again on my stuff. Hopefully, I finish off pickle. :-) Anyway, I found
> weird while merging the py3k branch into my private branch. I found
> some failing unit tests that don't report any failure when run with
> regrtest:
>
On OS X 10.5:
> test_pty
Failing.
> test_largefile
Wasn't even executing tests! Must now that has been patched in r 61191
it is failing. =)
> test_ossaudiodev [this one has been known to fail for while now]
> test_pep247
Failing.
Don't know why regrtest is not picking up the failures.
-Brett
More information about the Python-3000
mailing list