Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions Lib/test/test_fileio.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,18 +353,6 @@ class CAutoFileTests(AutoFileTests, unittest.TestCase):
def testBlksize(self):
super().testBlksize()

# TODO: RUSTPYTHON
if sys.platform == "win32":
@unittest.expectedFailure
def testErrnoOnClosedSeek(self):
super().testErrnoOnClosedSeek()

# TODO: RUSTPYTHON
if sys.platform == "win32":
@unittest.expectedFailure
def testErrnoOnClosedTell(self):
super().testErrnoOnClosedTell()

# TODO: RUSTPYTHON
if sys.platform == "win32":
@unittest.expectedFailure
Expand Down
Loading
Loading