mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
the new bsddb185 module is an expected skip on most platforms (this may not
be needed - just being anal)
This commit is contained in:
parent
c9803ab855
commit
823ba28b0d
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue