[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/test test_grammar.py,1.41,1.42 tokenize_tests.py,1.3,1.4

Barry A. Warsaw barry@python.org
Thu, 29 Aug 2002 08:38:02 -0400


>>>>> "SM" == Skip Montanaro <skip@pobox.com> writes:

    SM>     12 tests failed: test___all__ test_cookie test_descrtut
    SM> test_difflib test_doctest test_doctest2 test_generators
    SM> test_grammar test_inspect test_pyclbr test_sundry
    SM> test_tokenize

    SM> Several failed looking for a missing attribute "testmod",
    SM> e.g.:

>>>>> "MH" == Michael Hudson <mwh@python.net> writes:

    >> Update of /cvsroot/python/python/dist/src/Lib/test In directory
    >> usw-pr-cvs1:/tmp/cvs-serv31010/Lib/test Modified Files:
    >> test_grammar.py tokenize_tests.py Log Message: Quite down some
    >> FutureWarnings.

    MH> Barry, is this why these tests have started to fail?

Anything's possible.  They weren't failing for me yesterday before I
checked them in, but on my home machine now I see failures for
test_grammar, test_strptime, and test_tokenize (and test_linuxaudiodev
but that's always failed for me).  I definitely don't see the other
failures that Skip reports.

I'll investigate.
-Barry