diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-04 02:32:03 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-04 02:32:03 +0000 |
commit | cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f (patch) | |
tree | 620909add3a2afa2753bc82c8eadf1aa243e1643 /Lib/test/regrtest.py | |
parent | 81676dc5209cd03af7dc0f59c6d7992e027af03e (diff) | |
download | cpython-git-cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f.tar.gz |
test_threadsignals is an expected skip on win32.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
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': |