Skip to content

Commit 2e19981

Browse files
committed
mark failing tests
1 parent 7b451fc commit 2e19981

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Lib/test/test_threading.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,8 @@ def worker():
11351135
"""
11361136
self._run_and_join(script)
11371137

1138+
# TODO: RUSTPYTHON
1139+
@unittest.expectedFailure
11381140
@unittest.skipIf(sys.platform in platforms_to_skip, "due to known OS bug")
11391141
def test_4_daemon_threads(self):
11401142
# Check that a daemon thread cannot crash the interpreter on shutdown
@@ -1202,6 +1204,8 @@ def do_fork_and_wait():
12021204
t.join()
12031205

12041206
@support.requires_fork()
1207+
# TODO: RUSTPYTHON
1208+
@unittest.expectedFailure
12051209
def test_clear_threads_states_after_fork(self):
12061210
# Issue #17094: check that threads states are cleared after fork()
12071211

0 commit comments

Comments
 (0)