diff options
author | Skip Montanaro <skip@pobox.com> | 2003-05-06 20:36:24 (GMT) |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2003-05-06 20:36:24 (GMT) |
commit | 823ba28b0d436f83ebfc5b9df0d475e60e8ae5ee (patch) | |
tree | 1bd1ac3620fe54a6271e9036b337fdc90d291614 /Lib/test/regrtest.py | |
parent | c9803ab855f7c96278952627dec44899b78d109a (diff) | |
download | cpython-823ba28b0d436f83ebfc5b9df0d475e60e8ae5ee.zip cpython-823ba28b0d436f83ebfc5b9df0d475e60e8ae5ee.tar.gz cpython-823ba28b0d436f83ebfc5b9df0d475e60e8ae5ee.tar.bz2 |
the new bsddb185 module is an expected skip on most platforms (this may not
be needed - just being anal)
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 6e86605..3220b20 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -555,6 +555,7 @@ _expectations = { 'win32': """ test_al + test_bsddb185 test_bsddb3 test_cd test_cl @@ -590,6 +591,7 @@ _expectations = { 'linux2': """ test_al + test_bsddb185 test_cd test_cl test_curses @@ -609,6 +611,7 @@ _expectations = { test_al test_atexit test_bsddb + test_bsddb185 test_bsddb3 test_bz2 test_cd @@ -651,6 +654,7 @@ _expectations = { """ test_al test_bsddb + test_bsddb185 test_cd test_cl test_dl @@ -671,6 +675,7 @@ _expectations = { """ test_al test_bsddb + test_bsddb185 test_cd test_cl test_dl @@ -692,6 +697,7 @@ _expectations = { test_al test_asynchat test_bsddb + test_bsddb185 test_cd test_cl test_dl @@ -721,6 +727,7 @@ _expectations = { test_al test_asynchat test_bsddb + test_bsddb185 test_cd test_cl test_commands @@ -781,6 +788,7 @@ _expectations = { """ test_al test_bsddb + test_bsddb185 test_cd test_cl test_curses @@ -800,6 +808,7 @@ _expectations = { """ test_al test_bsddb + test_bsddb185 test_cd test_cl test_curses @@ -824,6 +833,7 @@ _expectations = { 'atheos': """ test_al + test_bsddb185 test_cd test_cl test_curses @@ -847,6 +857,7 @@ _expectations = { 'cygwin': """ test_al + test_bsddb185 test_bsddb3 test_cd test_cl @@ -868,6 +879,7 @@ _expectations = { """ test_al test_audioop + test_bsddb185 test_bsddb3 test_cd test_cl |