[New-bugs-announce] [issue23168] test_file2k.py depends on sys.stdin being unseekable

Dmitrijs Ledkovs report at bugs.python.org
Mon Jan 5 13:18:38 CET 2015


New submission from Dmitrijs Ledkovs:

# LD_LIBRARY_PATH=`pwd` ./python Lib/test/regrtest.py test_file2k </dev/null
[1/1] test_file2k
test test_file2k failed -- Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-2.7.9/Lib/test/test_file2k.py", line 236, in testStdin
    self.assertRaises(IOError, sys.stdin.seek, -1)
AssertionError: IOError not raised

1 test failed:
    test_file2k


I believe this is similar issue to http://bugs.python.org/issue14853

----------
messages: 233459
nosy: xnox
priority: normal
severity: normal
status: open
title: test_file2k.py depends on sys.stdin being unseekable

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


More information about the New-bugs-announce mailing list