Message10405

Author jeff.allen
Recipients jeff.allen
Date 2015-10-29.16:52:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446137547.66.0.79820335413.issue2418@psf.upfronthosting.co.za>
In-reply-to
Content
This is most likely truncation of the command line passed to the sub-process. The subprocess resource must be enable in regrtest to evoke the relevant test cases.

>dist\bin\jython -m test.regrtest -u subprocess -v test_chdir
test_chdir
 ... 
test_popen (test.test_chdir.SubprocessTestCase) ...   File "<string>", line 1
    import
         ^
SyntaxError: mismatched input '\n\n' expecting NAME
ERROR
test_subprocess (test.test_chdir.SubprocessTestCase) ...   File "<string>", line 1
    import
         ^
SyntaxError: mismatched input '\n\n' expecting NAME
FAIL
test_system (test.test_chdir.SubprocessTestCase) ...   File "<string>", line 1
    import
         ^
SyntaxError: mismatched input '\n\n' expecting NAME
FAIL

...
----------------------------------------------------------------------
Ran 45 tests in 12.215s

FAILED (failures=2, errors=1)
History
Date User Action Args
2015-10-29 16:52:27jeff.allensetrecipients: + jeff.allen
2015-10-29 16:52:27jeff.allensetmessageid: <1446137547.66.0.79820335413.issue2418@psf.upfronthosting.co.za>
2015-10-29 16:52:27jeff.allenlinkissue2418 messages
2015-10-29 16:52:27jeff.allencreate