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

Skip to content

Commit b323021

Browse files
author
Skip Montanaro
committed
first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.
1 parent 9672901 commit b323021

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

Lib/test/regrtest.py

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,36 @@ def tolist(self, sorted=1):
642642
test_winreg
643643
test_winsound
644644
""",
645+
'hp-ux11':
646+
"""
647+
test_al
648+
test_bsddb
649+
test_cd
650+
test_cl
651+
test_curses
652+
test_dl
653+
test_gdbm
654+
test_gl
655+
test_gzip
656+
test_imgfile
657+
test_largefile
658+
test_linuxaudiodev
659+
test_locale
660+
test_minidom
661+
test_nis
662+
test_ntpath
663+
test_openpty
664+
test_pyexpat
665+
test_sax
666+
test_socket_ssl
667+
test_socketserver
668+
test_sunaudiodev
669+
test_unicode_file
670+
test_winreg
671+
test_winsound
672+
test_zipfile
673+
test_zlib
674+
""",
645675
}
646676

647677
class _ExpectedSkips:

0 commit comments

Comments
 (0)