From: Victor Stinner Date: Sat, 3 Oct 2015 19:20:41 +0000 (+0200) Subject: Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug is X-Git-Tag: v3.6.0a1~1331 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33c30131db0249dec166fcbe22cd9152b405e170;p=thirdparty%2FPython%2Fcpython.git Issue #25306: Skip test_huntrleaks_fd_leak() of test_regrtest until the bug is fixed. --- diff --git a/Lib/test/test_regrtest.py b/Lib/test/test_regrtest.py index e0307a85b98e..edbb4b0c788c 100644 --- a/Lib/test/test_regrtest.py +++ b/Lib/test/test_regrtest.py @@ -643,6 +643,8 @@ class ArgsTestCase(BaseTestCase): self.check_executed_tests(output, [test]*3, failed=test) @unittest.skipUnless(Py_DEBUG, 'need a debug build') + # Issue #25306: the test hangs sometimes on Windows + @unittest.skipIf(sys.platform == 'win32', 'test broken on Windows') def test_huntrleaks_fd_leak(self): # test --huntrleaks for file descriptor leak code = textwrap.dedent("""