[New-bugs-announce] [issue28016] test_fileio fails on AIX

Matthieu S report at bugs.python.org
Thu Sep 8 04:28:48 EDT 2016


New submission from Matthieu S:

======================================================================
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.

----------
components: Tests
files: Python-3.5.1-fileio.patch
keywords: patch
messages: 274985
nosy: sarterm
priority: normal
severity: normal
status: open
title: test_fileio fails on AIX
type: behavior
versions: Python 3.5
Added file: http://bugs.python.org/file44460/Python-3.5.1-fileio.patch

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


More information about the New-bugs-announce mailing list