]> granicus.if.org Git - python/commitdiff
Patch #453627: Adds a list of tests that are expected to be skipped for UnixWare...
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 5 Sep 2001 14:38:48 +0000 (14:38 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 5 Sep 2001 14:38:48 +0000 (14:38 +0000)
Lib/test/regrtest.py

index 62975dd29bca02d79af5f3a393c8d083401d8980..183c12b97cc8462b29f6ce2160ca8a534ec64621 100755 (executable)
@@ -548,6 +548,30 @@ _expectations = {
         test_winreg
         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: