]> granicus.if.org Git - python/commitdiff
first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.
authorSkip Montanaro <skip@pobox.com>
Fri, 15 Mar 2002 02:54:03 +0000 (02:54 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 15 Mar 2002 02:54:03 +0000 (02:54 +0000)
Lib/test/regrtest.py

index 324a6c482fd025a6844762d2c671e2db62483ddf..c0f7963433415f5af7aba912d5541afc07021ec1 100755 (executable)
@@ -642,6 +642,36 @@ _expectations = {
         test_winreg
         test_winsound
         """,
+    'hp-ux11':
+        """
+        test_al
+        test_bsddb
+        test_cd
+        test_cl
+        test_curses
+        test_dl
+        test_gdbm
+        test_gl
+        test_gzip
+        test_imgfile
+        test_largefile
+        test_linuxaudiodev
+        test_locale
+        test_minidom
+        test_nis
+        test_ntpath
+        test_openpty
+        test_pyexpat
+        test_sax
+        test_socket_ssl
+        test_socketserver
+        test_sunaudiodev
+        test_unicode_file
+        test_winreg
+        test_winsound
+        test_zipfile
+        test_zlib
+        """,
 }
 
 class _ExpectedSkips: