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 Arfrever
Recipients Arfrever, berker.peksag, ezio.melotti, jcea, martin.panter, python-dev, serhiy.storchaka, techtonik
Date 2013-12-01.05:23:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385875386.1.0.100978950037.issue16549@psf.upfronthosting.co.za>
In-reply-to
Content
2 tests fail (only on 2.7 branch) when `make test` runs test suite the second time:

======================================================================
ERROR: test_infile_outfile (json.tests.test_tool.TestTool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.7.7_pre20131201/work/python-2.7.7_pre20131201/Lib/json/tests/test_tool.py", line 64, in test_infile_outfile
    rc, out, err = assert_python_ok('-m', 'json.tool', infile, outfile)
  File "/var/tmp/portage/dev-lang/python-2.7.7_pre20131201/work/python-2.7.7_pre20131201/Lib/test/script_helper.py", line 55, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
TypeError: 'NoneType' object is not callable

======================================================================
ERROR: test_infile_stdout (json.tests.test_tool.TestTool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/tmp/portage/dev-lang/python-2.7.7_pre20131201/work/python-2.7.7_pre20131201/Lib/json/tests/test_tool.py", line 57, in test_infile_stdout
    rc, out, err = assert_python_ok('-m', 'json.tool', infile)
  File "/var/tmp/portage/dev-lang/python-2.7.7_pre20131201/work/python-2.7.7_pre20131201/Lib/test/script_helper.py", line 55, in assert_python_ok
    return _assert_python(True, *args, **env_vars)
TypeError: 'NoneType' object is not callable

======================================================================
History
Date User Action Args
2013-12-01 05:23:06Arfreversetrecipients: + Arfrever, jcea, techtonik, ezio.melotti, python-dev, berker.peksag, martin.panter, serhiy.storchaka
2013-12-01 05:23:06Arfreversetmessageid: <1385875386.1.0.100978950037.issue16549@psf.upfronthosting.co.za>
2013-12-01 05:23:06Arfreverlinkissue16549 messages
2013-12-01 05:23:05Arfrevercreate