mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Unmark passing tests
This commit is contained in:
12
Lib/test/test_fileio.py
vendored
12
Lib/test/test_fileio.py
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user