diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-15 14:25:59 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-11-15 14:25:59 (GMT) |
commit | 13f8b682a7f5f57fef6fdd3c59b0e8f5e771170b (patch) | |
tree | b898cd271248d2650088a9bd1f21ea3db867fff3 /Lib/test/regrtest.py | |
parent | 78edf7576e4bef16a5eda86cbbb912f5ffb208ec (diff) | |
download | cpython-13f8b682a7f5f57fef6fdd3c59b0e8f5e771170b.zip cpython-13f8b682a7f5f57fef6fdd3c59b0e8f5e771170b.tar.gz cpython-13f8b682a7f5f57fef6fdd3c59b0e8f5e771170b.tar.bz2 |
Mark test_devpoll as unexpected on most platforms
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 9fe7bba..7f42eaf 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1462,6 +1462,7 @@ _expectations = ( test_crypt test_curses test_dbm + test_devpoll test_fcntl test_fork1 test_epoll @@ -1488,6 +1489,7 @@ _expectations = ( ('linux', """ test_curses + test_devpoll test_largefile test_kqueue test_ossaudiodev @@ -1538,6 +1540,7 @@ _expectations = ( """ test__locale test_curses + test_devpoll test_epoll test_dbm_gnu test_gdb @@ -1579,6 +1582,7 @@ _expectations = ( """ test_curses test_dbm + test_devpoll test_epoll test_ioctl test_kqueue @@ -1603,6 +1607,7 @@ _expectations = ( """), ('freebsd', """ + test_devpoll test_epoll test_dbm_gnu test_locale @@ -1636,6 +1641,7 @@ _expectations = ( ('openbsd', """ test_ctypes + test_devpoll test_epoll test_dbm_gnu test_locale @@ -1652,6 +1658,7 @@ _expectations = ( """ test_ctypes test_curses + test_devpoll test_epoll test_dbm_gnu test_locale |