diff options
author | Jason Tishler <jason@tishler.net> | 2003-02-05 16:46:01 (GMT) |
---|---|---|
committer | Jason Tishler <jason@tishler.net> | 2003-02-05 16:46:01 (GMT) |
commit | 5c4ded2c3b59aa134b82ab17cdfe7ab633194ca6 (patch) | |
tree | f69061709958f50fa2419b5a9e731ae0238f00a9 /Lib | |
parent | cf0b2e8e28680dcf35d73ff9e4ba6719ca8e7cd8 (diff) | |
download | cpython-5c4ded2c3b59aa134b82ab17cdfe7ab633194ca6.zip cpython-5c4ded2c3b59aa134b82ab17cdfe7ab633194ca6.tar.gz cpython-5c4ded2c3b59aa134b82ab17cdfe7ab633194ca6.tar.bz2 |
Patch #551977: Regression exceptions for cygwin
Applied the skip test_ossaudiodev patch.
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 cc33439..c60e824 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -868,6 +868,7 @@ _expectations = { test_locale test_mpz test_nis + test_ossaudiodev test_socketserver test_sunaudiodev test_unicode_file |