openbsd-ports/lang/python/2.3/patches/patch-Lib_test_regrtest_py
sturm 282437dff5 initial import of python 2.3.3 from
Aleksander Piotrowski <aleksander dot piotrowski at nic dot com dot pl>
2003-12-31 17:38:25 +00:00

36 lines
844 B
Plaintext

$OpenBSD: patch-Lib_test_regrtest_py,v 1.1.1.1 2003/12/31 17:38:33 sturm Exp $
--- Lib/test/regrtest.py.orig 2003-07-23 02:30:39.000000000 +0200
+++ Lib/test/regrtest.py 2003-09-07 13:31:27.000000000 +0200
@@ -934,6 +934,31 @@ _expectations = {
test_winreg
test_winsound
""",
+ 'openbsd3':
+ """
+ test_aepack
+ test_al
+ test_cd
+ test_cl
+ test_dl
+ test_email_codecs
+ test_gl
+ test_imgfile
+ test_linuxaudiodev
+ test_locale
+ test_macfs
+ test_macostools
+ test_nis
+ test_normalization
+ test_ossaudiodev
+ test_pep277
+ test_plistlib
+ test_scriptpackages
+ test_sunaudiodev
+ test_unicode_file
+ test_winreg
+ test_winsound
+ """,
}
class _ExpectedSkips: