diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-05 01:36:11 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-05 01:36:11 (GMT) |
commit | f01d695ccdf47855aa9b5f2185a8ce349ed004aa (patch) | |
tree | f0384a68cb1b511792e4917e417a998324da0ce1 /Lib/test/regrtest.py | |
parent | fa7d5392d467d832e259aff3834bc19a3c005600 (diff) | |
download | cpython-f01d695ccdf47855aa9b5f2185a8ce349ed004aa.zip cpython-f01d695ccdf47855aa9b5f2185a8ce349ed004aa.tar.gz cpython-f01d695ccdf47855aa9b5f2185a8ce349ed004aa.tar.bz2 |
Closes #16135: Removal of OS/2 support
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index e977e42..1d1a695 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1621,20 +1621,6 @@ _expectations = ( test_ossaudiodev test_socketserver """), - ('os2emx', - """ - test_audioop - test_curses - test_epoll - test_kqueue - test_largefile - test_mmap - test_openpty - test_ossaudiodev - test_pty - test_resource - test_signal - """), ('freebsd', """ test_devpoll |