[Python-checkins] r79548 - in python/trunk: .bzrignore .hgignore Lib/test/test_gdb.pyLib/test/test_gdb_sample.py Makefile.pre.in Misc/ACKS Misc/NEWS Tools/README Tools/gdb Tools/gdb/libpython.py

David Malcolm dmalcolm at redhat.com
Thu Apr 1 20:14:23 CEST 2010


On Thu, 2010-04-01 at 12:10 +0000, Antoine Pitrou wrote:
> <martin.v.loewis> writes:
> > 
> > +def test_main():
> > +    run_unittest(PrettyPrintTests,
> > +                 #PyListTests,
> > +                 #StackNavigationTests,
> > +                 #PyBtTests,
> > +                 #PyPrintTests,
> > +                 #PyLocalsTests
> > +                 )
> 
> Should these tests remain disabled?
This is http://bugs.python.org/issue8279

I have a patch attached to that issue.



More information about the Python-checkins mailing list