mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-127146: xfail more Emscripten stack overflows (#134358)
Adds some additional test xfails for Emscripten stack overflows. Also corrects a test skip for test_io.
This commit is contained in:
parent
3b7888bf3d
commit
91e6a58e2d
5 changed files with 6 additions and 1 deletions
|
@ -572,7 +572,7 @@ class IOTest(unittest.TestCase):
|
|||
for [test, abilities] in tests:
|
||||
with self.subTest(test):
|
||||
if test == pipe_writer and not threading_helper.can_start_thread:
|
||||
skipTest()
|
||||
self.skipTest("Need threads")
|
||||
with test() as obj:
|
||||
do_test(test, obj, abilities)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue