mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Patch #453627: Adds a list of tests that are expected to be skipped for UnixWare 7.x systems.
This commit is contained in:
parent
36546db750
commit
0ace326ed2
1 changed files with 24 additions and 0 deletions
|
@ -548,6 +548,30 @@ _expectations = {
|
||||||
test_winreg
|
test_winreg
|
||||||
test_winsound
|
test_winsound
|
||||||
""",
|
""",
|
||||||
|
'unixware5':
|
||||||
|
"""
|
||||||
|
test_al
|
||||||
|
test_bsddb
|
||||||
|
test_cd
|
||||||
|
test_cl
|
||||||
|
test_dl
|
||||||
|
test_gl
|
||||||
|
test_imgfile
|
||||||
|
test_largefile
|
||||||
|
test_linuxaudiodev
|
||||||
|
test_minidom
|
||||||
|
test_nis
|
||||||
|
test_ntpath
|
||||||
|
test_openpty
|
||||||
|
test_pyexpat
|
||||||
|
test_sax
|
||||||
|
test_socketserver
|
||||||
|
test_sunaudiodev
|
||||||
|
test_sundry
|
||||||
|
test_unicode_file
|
||||||
|
test_winreg
|
||||||
|
test_winsound
|
||||||
|
""",
|
||||||
}
|
}
|
||||||
|
|
||||||
class _ExpectedSkips:
|
class _ExpectedSkips:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue