From: Tim Peters Date: Wed, 4 Aug 2004 02:32:03 +0000 (+0000) Subject: test_threadsignals is an expected skip on win32. X-Git-Tag: v2.4a2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f;p=python test_threadsignals is an expected skip on win32. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 5d5d78d4be..e1ad55d48a 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -698,6 +698,7 @@ _expectations = { test_resource test_signal test_sunaudiodev + test_threadsignals test_timing """, 'linux2':