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 <[email protected]>
<http://bugs.python.org/issue28016>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com