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 sarterm
Recipients sarterm
Date 2016-09-08.08:28:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473323328.73.0.215988699422.issue28016@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: testAbles (test.test_fileio.COtherFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/freeware/src/packages/BUILD/Python-3.5.2/64bit/Lib/test/test_fileio.py", line 382, in testAbles
    self.assertEqual(f.seekable(), False)
AssertionError: True != False

======================================================================
FAIL: testAbles (test.test_fileio.PyOtherFileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/freeware/src/packages/BUILD/Python-3.5.2/64bit/Lib/test/test_fileio.py", line 382, in testAbles
    self.assertEqual(f.seekable(), False)
AssertionError: True != False

/dev/tty is seakable on AIX, like on some other Unix on wich this assertion is already skipped (macOS, BSD, SunOS).

The attached patch adds adds AIX to the list of platform on wich the assertion should be skipped.
History
Date User Action Args
2016-09-08 08:28:48sartermsetrecipients: + sarterm
2016-09-08 08:28:48sartermsetmessageid: <1473323328.73.0.215988699422.issue28016@psf.upfronthosting.co.za>
2016-09-08 08:28:48sartermlinkissue28016 messages
2016-09-08 08:28:48sartermcreate