mirror of
https://github.com/python/cpython.git
synced 2025-11-14 07:49:28 +00:00
Patch #1509001: expected skips for netbsd3.
This commit is contained in:
parent
d819c13769
commit
0870687f44
1 changed files with 31 additions and 0 deletions
|
|
@ -1274,6 +1274,37 @@ _expectations = {
|
||||||
test_winreg
|
test_winreg
|
||||||
test_winsound
|
test_winsound
|
||||||
""",
|
""",
|
||||||
|
'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
|
||||||
|
test_macostools
|
||||||
|
test_nis
|
||||||
|
test_ossaudiodev
|
||||||
|
test_pep277
|
||||||
|
test_sqlite
|
||||||
|
test_startfile
|
||||||
|
test_sunaudiodev
|
||||||
|
test_tcl
|
||||||
|
test_unicode_file
|
||||||
|
test_winreg
|
||||||
|
test_winsound
|
||||||
|
""",
|
||||||
}
|
}
|
||||||
_expectations['freebsd5'] = _expectations['freebsd4']
|
_expectations['freebsd5'] = _expectations['freebsd4']
|
||||||
_expectations['freebsd6'] = _expectations['freebsd4']
|
_expectations['freebsd6'] = _expectations['freebsd4']
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue