We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3aff4 commit 3ff8f39Copy full SHA for 3ff8f39
Lib/test/test_support.py
@@ -553,6 +553,8 @@ def test_optim_args_from_interpreter_flags(self):
553
@unittest.skipIf(support.is_apple_mobile, "Unstable on Apple Mobile")
554
@unittest.skipIf(support.is_emscripten, "Unstable in Emscripten")
555
@unittest.skipIf(support.is_wasi, "Unavailable on WASI")
556
+ # TODO: RUSTPYTHON
557
+ @unittest.expectedFailure
558
def test_fd_count(self):
559
# We cannot test the absolute value of fd_count(): on old Linux kernel
560
# or glibc versions, os.urandom() keeps a FD open on /dev/urandom
0 commit comments