Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0ace326

Browse files
committed
Patch #453627: Adds a list of tests that are expected to be skipped for UnixWare 7.x systems.
1 parent 36546db commit 0ace326

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

Lib/test/regrtest.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,30 @@ def tolist(self, sorted=1):
548548
test_winreg
549549
test_winsound
550550
""",
551+
'unixware5':
552+
"""
553+
test_al
554+
test_bsddb
555+
test_cd
556+
test_cl
557+
test_dl
558+
test_gl
559+
test_imgfile
560+
test_largefile
561+
test_linuxaudiodev
562+
test_minidom
563+
test_nis
564+
test_ntpath
565+
test_openpty
566+
test_pyexpat
567+
test_sax
568+
test_socketserver
569+
test_sunaudiodev
570+
test_sundry
571+
test_unicode_file
572+
test_winreg
573+
test_winsound
574+
""",
551575
}
552576

553577
class _ExpectedSkips:

0 commit comments

Comments
 (0)