Message9882

Author jeff.allen
Recipients jeff.allen
Date 2015-04-19.08:05:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429430702.15.0.662020318318.issue2332@psf.upfronthosting.co.za>
In-reply-to
Content
Run with the Jython -m switch, I only see these tests go by:
>dist\bin\jython -m test.regrtest -e
test_grammar
test_opcodes
test_dict
test_builtin
test_exceptions
test_types
test_unittest
test_doctest
test_doctest2
All 9 tests OK.

Without the -e, this is followed by:
1 test skipped:
    test_py3kwarn

then a charmingly self-deprecating poème concrète that begins:
152 tests ran unexpectedly:
    # CPython Command Could GC Java, Jython Nonreliable Not Python

I'm pretty sure the poem is a consequence of including comments where they aren't recognised. As the comments are useful, I'll see if we can tolerate them, rather than just remove them.

Not sure about the connection with -m: path problem in finding the test directory, I suspect.
History
Date User Action Args
2015-04-19 08:05:02jeff.allensetrecipients: + jeff.allen
2015-04-19 08:05:02jeff.allensetmessageid: <1429430702.15.0.662020318318.issue2332@psf.upfronthosting.co.za>
2015-04-19 08:05:02jeff.allenlinkissue2332 messages
2015-04-19 08:05:01jeff.allencreate