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 shalabh
Recipients
Date 2004-10-17.19:24:11
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Platform: FreeBSD 5.2.1-RELEASE
Python version: 2.4b1

After untarring I just did 'make' and then 'make test'.
make test passes all except following (output of make
test):
----
test_subprocess
    this bit of output is from a test of stdout in a
different process ...
test test_subprocess failed -- Traceback (most recent
call last):
  File
"/usr/home/shalabh/down/Python-2.4b1/Lib/test/test_subprocess.py",
line 432, in test_close_fds
    self.assertEqual(p.stdout.read(), "3")
AssertionError: '5' != '3'
----

Also, make test ends with:
----
*** Error code 1

Stop in /usr/home/shalabh/down/Python-2.4b1.
----
Don't know if above is expected when a test fails.
History
Date User Action Args
2007-08-23 14:26:44adminlinkissue1048808 messages
2007-08-23 14:26:44admincreate