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 6701a16 commit 695b883Copy full SHA for 695b883
graalpython/lib-python/3/test/test_importlib/test_locks.py
@@ -85,6 +85,7 @@ def f():
85
self.assertEqual(len(results), NTHREADS)
86
return results
87
88
+ @support.imp_detail("GR-16579: support for multi-threading", graalvm=False)
89
def test_deadlock(self):
90
results = self.run_deadlock_avoidance_test(True)
91
# At least one of the threads detected a potential deadlock on its
0 commit comments