diff options
author | Jason Tishler <jason@tishler.net> | 2003-07-22 18:35:58 (GMT) |
---|---|---|
committer | Jason Tishler <jason@tishler.net> | 2003-07-22 18:35:58 (GMT) |
commit | c23f39ca9dc540ace879fcf9746254d94293b86f (patch) | |
tree | 7f3f7b8cc8cf7683f556e4c7cc9de73eccc9afe5 /Lib | |
parent | 354e3d90d346afdc6c70211b130aa76bb18e19ed (diff) | |
download | cpython-c23f39ca9dc540ace879fcf9746254d94293b86f.zip cpython-c23f39ca9dc540ace879fcf9746254d94293b86f.tar.gz cpython-c23f39ca9dc540ace879fcf9746254d94293b86f.tar.bz2 |
Patch #775784: YA Cygwin expected regression test skip patch
This patch just adds test_ioctl to the list of expected skips for Cygwin.
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 5b7c41e..12e65e5 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -868,6 +868,7 @@ _expectations = { test_email_codecs test_gl test_imgfile + test_ioctl test_largefile test_linuxaudiodev test_locale |