diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-04 02:32:03 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-04 02:32:03 (GMT) |
commit | cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f (patch) | |
tree | 620909add3a2afa2753bc82c8eadf1aa243e1643 /Lib | |
parent | 81676dc5209cd03af7dc0f59c6d7992e027af03e (diff) | |
download | cpython-cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f.zip cpython-cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f.tar.gz cpython-cea2cc4a21e7e2ba84f6dc11682821e502bd1f5f.tar.bz2 |
test_threadsignals is an expected skip on win32.
Diffstat (limited to 'Lib')
-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 5d5d78d..e1ad55d 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': |