mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Patch #746801: FreeBSD 4 expected failures, by Charles Swiger.
This commit is contained in:
parent
0f9e525bdf
commit
56f88113b7
1 changed files with 30 additions and 0 deletions
|
@ -903,6 +903,36 @@ _expectations = {
|
|||
test_signal
|
||||
test_sunaudiodev
|
||||
""",
|
||||
'freebsd4':
|
||||
"""
|
||||
test_aepack
|
||||
test_al
|
||||
test_bsddb
|
||||
test_bsddb3
|
||||
test_cd
|
||||
test_cl
|
||||
test_email_codecs
|
||||
test_gl
|
||||
test_imgfile
|
||||
test_linuxaudiodev
|
||||
test_locale
|
||||
test_macfs
|
||||
test_macostools
|
||||
test_nis
|
||||
test_normalization
|
||||
test_ossaudiodev
|
||||
test_pep277
|
||||
test_plistlib
|
||||
test_scriptpackages
|
||||
test_socket_ssl
|
||||
test_socketserver
|
||||
test_sunaudiodev
|
||||
test_timeout
|
||||
test_unicode_file
|
||||
test_urllibnet
|
||||
test_winreg
|
||||
test_winsound
|
||||
""",
|
||||
}
|
||||
|
||||
class _ExpectedSkips:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue