mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-127146: Emscripten clean up test suite (#127984)
Removed test skips that are no longer required as a result of Emscripten updates.
This commit is contained in:
parent
cfeaa992ba
commit
1183e4ce2f
12 changed files with 19 additions and 82 deletions
|
@ -549,7 +549,6 @@ class TestSupport(unittest.TestCase):
|
|||
self.check_options(opts, 'optim_args_from_interpreter_flags')
|
||||
|
||||
@unittest.skipIf(support.is_apple_mobile, "Unstable on Apple Mobile")
|
||||
@unittest.skipIf(support.is_emscripten, "Unstable in Emscripten")
|
||||
@unittest.skipIf(support.is_wasi, "Unavailable on WASI")
|
||||
def test_fd_count(self):
|
||||
# We cannot test the absolute value of fd_count(): on old Linux kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue