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 sable
Recipients sable
Date 2011-02-11.15:28:16
SpamBayes Score 0.0059432196
Marked as misclassified No
Message-id <1297438101.89.0.389896513062.issue11193@psf.upfronthosting.co.za>
In-reply-to
Content
The following tests fail in test_subprocess on AIX:

======================================================================
FAIL: test_undecodable_env (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/test_subprocess.py", line 1039, in test_undecodable_env
    self.assertEqual(stdout.decode('ascii'), ascii(value))
AssertionError: "'abc\\xff'" != "'abc\\udcff'"
- 'abc\xff'
?      ^
+ 'abc\udcff'
?      ^^^


======================================================================
FAIL: test_undecodable_env (test.test_subprocess.ProcessTestCasePOSIXPurePython)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/san_cis/home/cis/.buildbot/python-aix6/3.x.phenix.xlc/build/Lib/test/test_subprocess.py", line 1039, in test_undecodable_env
    self.assertEqual(stdout.decode('ascii'), ascii(value))
AssertionError: "'abc\\xff'" != "'abc\\udcff'"
- 'abc\xff'
?      ^
+ 'abc\udcff'
?      ^^^


----------------------------------------------------------------------
Ran 267 tests in 366.280s

FAILED (failures=2, skipped=22)

I haven't investigated yet.
History
Date User Action Args
2011-02-11 15:28:21sablesetrecipients: + sable
2011-02-11 15:28:21sablesetmessageid: <1297438101.89.0.389896513062.issue11193@psf.upfronthosting.co.za>
2011-02-11 15:28:17sablelinkissue11193 messages
2011-02-11 15:28:16sablecreate