[New-bugs-announce] [issue5189] test_cmd_line failure on the OS X buildbot

Antoine Pitrou report at bugs.python.org
Mon Feb 9 03:58:27 CET 2009


New submission from Antoine Pitrou <pitrou at free.fr>:

From
http://www.python.org/dev/buildbot/3.0/OS%20X%20x86%203.0/builds/81/step-test/0:

Re-running test 'test_cmd_line' in verbose mode
test_directories (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/buildbot/buildarea/3.0.noller-osx86/build/Lib/test/test_cmd_line.py",
line 143, in test_run_code
    0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 12 tests in 3.394s

----------
components: Interpreter Core, Tests
messages: 81435
nosy: jnoller, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: test_cmd_line failure on the OS X buildbot
type: behavior
versions: Python 3.0, Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5189>
_______________________________________


More information about the New-bugs-announce mailing list