mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
reenable the invalid fd test for fdopen
This commit is contained in:
parent
806d4029ed
commit
05e782fc3b
2 changed files with 3 additions and 1 deletions
|
@ -588,7 +588,7 @@ class Win32ErrorTests(unittest.TestCase):
|
|||
self.assertRaises(WindowsError, os.utime, support.TESTFN, 0)
|
||||
|
||||
class TestInvalidFD(unittest.TestCase):
|
||||
singles = ["fchdir", "dup", "fdatasync", "fstat",
|
||||
singles = ["fchdir", "dup", "fdopen", "fdatasync", "fstat",
|
||||
"fstatvfs", "fsync", "tcgetpgrp", "ttyname"]
|
||||
#singles.append("close")
|
||||
#We omit close because it doesn'r raise an exception on some platforms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue