This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author slmnhq
Recipients MrJean1, amaury.forgeotdarc, loewis, mark.dickinson, ronaldoussoren, rpetrov, slmnhq
Date 2009-12-24.17:05:57
SpamBayes Score 0.0015616599
Marked as misclassified No
Message-id <1261674359.17.0.455111551945.issue4388@psf.upfronthosting.co.za>
In-reply-to
Content
Confirming that the test fails on r77044. 

Tested on Mac OS X 10.4.11 (Intel).

running build_scripts
test_cmd_line
test_directories (test.test_cmd_line.CmdLineTest) ... ok
test_large_PYTHONPATH (test.test_cmd_line.CmdLineTest) ... ok
test_optimize (test.test_cmd_line.CmdLineTest) ... ok
test_q (test.test_cmd_line.CmdLineTest) ... ok
test_run_code (test.test_cmd_line.CmdLineTest) ... FAIL
test_run_module (test.test_cmd_line.CmdLineTest) ... ok
test_run_module_bug1764407 (test.test_cmd_line.CmdLineTest) ... ok
test_site_flag (test.test_cmd_line.CmdLineTest) ... ok
test_unbuffered_input (test.test_cmd_line.CmdLineTest) ... ok
test_unbuffered_output (test.test_cmd_line.CmdLineTest) ... ok
test_usage (test.test_cmd_line.CmdLineTest) ... ok
test_verbose (test.test_cmd_line.CmdLineTest) ... ok
test_version (test.test_cmd_line.CmdLineTest) ... ok

======================================================================
FAIL: test_run_code (test.test_cmd_line.CmdLineTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Users/salman/svn/python/branches/py3k/Lib/test/test_cmd_line.py", line 
132, in test_run_code
    0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 13 tests in 2.235s

FAILED (failures=1)
test test_cmd_line failed -- Traceback (most recent call last):
  File 
"/Users/salman/svn/python/branches/py3k/Lib/test/test_cmd_line.py", line 
132, in test_run_code
    0)
AssertionError: 1 != 0

1 test failed:
    test_cmd_line
History
Date User Action Args
2009-12-24 17:05:59slmnhqsetrecipients: + slmnhq, loewis, ronaldoussoren, amaury.forgeotdarc, mark.dickinson, MrJean1, rpetrov
2009-12-24 17:05:59slmnhqsetmessageid: <1261674359.17.0.455111551945.issue4388@psf.upfronthosting.co.za>
2009-12-24 17:05:57slmnhqlinkissue4388 messages
2009-12-24 17:05:57slmnhqcreate