diff options
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 99 |
1 files changed, 0 insertions, 99 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 331b441..7458b5e 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -818,11 +818,7 @@ _expectations = { """ test__locale test_applesingle - test_al - test_bsddb185 test_bsddb3 - test_cd - test_cl test_commands test_crypt test_curses @@ -831,9 +827,7 @@ _expectations = { test_fcntl test_fork1 test_gdbm - test_gl test_grp - test_imgfile test_ioctl test_largefile test_linuxaudiodev @@ -855,15 +849,9 @@ _expectations = { """, 'linux2': """ - test_al test_applesingle - test_bsddb185 - test_cd - test_cl test_curses test_dl - test_gl - test_imgfile test_largefile test_linuxaudiodev test_nis @@ -875,14 +863,10 @@ _expectations = { """, 'mac': """ - test_al test_atexit test_bsddb - test_bsddb185 test_bsddb3 test_bz2 - test_cd - test_cl test_commands test_crypt test_curses @@ -890,10 +874,8 @@ _expectations = { test_dl test_fcntl test_fork1 - test_gl test_grp test_ioctl - test_imgfile test_largefile test_linuxaudiodev test_locale @@ -919,15 +901,9 @@ _expectations = { """, 'unixware7': """ - test_al test_applesingle test_bsddb - test_bsddb185 - test_cd - test_cl test_dl - test_gl - test_imgfile test_largefile test_linuxaudiodev test_minidom @@ -943,15 +919,9 @@ _expectations = { """, 'openunix8': """ - test_al test_applesingle test_bsddb - test_bsddb185 - test_cd - test_cl test_dl - test_gl - test_imgfile test_largefile test_linuxaudiodev test_minidom @@ -967,18 +937,12 @@ _expectations = { """, 'sco_sv3': """ - test_al test_applesingle test_asynchat test_bsddb - test_bsddb185 - test_cd - test_cl test_dl test_fork1 test_gettext - test_gl - test_imgfile test_largefile test_linuxaudiodev test_locale @@ -1000,15 +964,11 @@ _expectations = { """, 'riscos': """ - test_al test_applesingle test_asynchat test_atexit test_bsddb - test_bsddb185 test_bsddb3 - test_cd - test_cl test_commands test_crypt test_dbm @@ -1016,9 +976,7 @@ _expectations = { test_fcntl test_fork1 test_gdbm - test_gl test_grp - test_imgfile test_largefile test_linuxaudiodev test_locale @@ -1043,12 +1001,7 @@ _expectations = { """, 'darwin': """ - test_al - test_cd - test_cl test_gdbm - test_gl - test_imgfile test_largefile test_linuxaudiodev test_locale @@ -1059,18 +1012,12 @@ _expectations = { """, 'sunos5': """ - test_al test_applesingle test_bsddb - test_bsddb185 - test_cd - test_cl test_curses test_dbm test_gdbm - test_gl test_gzip - test_imgfile test_linuxaudiodev test_openpty test_sqlite @@ -1080,18 +1027,12 @@ _expectations = { """, 'hp-ux11': """ - test_al test_applesingle test_bsddb - test_bsddb185 - test_cd - test_cl test_curses test_dl test_gdbm - test_gl test_gzip - test_imgfile test_largefile test_linuxaudiodev test_locale @@ -1109,16 +1050,10 @@ _expectations = { """, 'atheos': """ - test_al test_applesingle - test_bsddb185 - test_cd - test_cl test_curses test_dl test_gdbm - test_gl - test_imgfile test_largefile test_linuxaudiodev test_locale @@ -1134,16 +1069,10 @@ _expectations = { """, 'cygwin': """ - test_al test_applesingle - test_bsddb185 test_bsddb3 - test_cd - test_cl test_curses test_dbm - test_gl - test_imgfile test_ioctl test_largefile test_linuxaudiodev @@ -1156,18 +1085,12 @@ _expectations = { """, 'os2emx': """ - test_al test_applesingle test_audioop - test_bsddb185 test_bsddb3 - test_cd - test_cl test_commands test_curses test_dl - test_gl - test_imgfile test_largefile test_linuxaudiodev test_mhlib @@ -1185,15 +1108,10 @@ _expectations = { 'freebsd4': """ test_aepack - test_al test_applesingle test_bsddb test_bsddb3 - test_cd - test_cl test_gdbm - test_gl - test_imgfile test_linuxaudiodev test_locale test_macfs @@ -1219,19 +1137,13 @@ _expectations = { 'aix5': """ test_aepack - test_al test_applesingle test_bsddb - test_bsddb185 test_bsddb3 test_bz2 - test_cd - test_cl test_dl test_gdbm - test_gl test_gzip - test_imgfile test_linuxaudiodev test_macfs test_macostools @@ -1249,17 +1161,12 @@ _expectations = { 'openbsd3': """ test_aepack - test_al test_applesingle test_bsddb test_bsddb3 - test_cd - test_cl test_ctypes test_dl test_gdbm - test_gl - test_imgfile test_linuxaudiodev test_locale test_macfs @@ -1281,19 +1188,13 @@ _expectations = { 'netbsd3': """ test_aepack - test_al test_applesingle test_bsddb - test_bsddb185 test_bsddb3 - test_cd - test_cl test_ctypes test_curses test_dl test_gdbm - test_gl - test_imgfile test_linuxaudiodev test_locale test_macfs |