summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-03-26 10:02:34 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-03-26 10:02:34 (GMT)
commit6da56f9428896f635a794ad523bd88190758e6ab (patch)
treeeee303f71f8ad721eaa5f8d1a450cf56c057b6b9 /Lib
parentc667d052e5c10ef519c61fd9c2e2713cc99297a9 (diff)
downloadcpython-6da56f9428896f635a794ad523bd88190758e6ab.zip
cpython-6da56f9428896f635a794ad523bd88190758e6ab.tar.gz
cpython-6da56f9428896f635a794ad523bd88190758e6ab.tar.bz2
Patch from Aldo Cortesi: expected skips for OpenBSD.
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/regrtest.py30
1 files changed, 30 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 143205c..f229360 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1122,6 +1122,36 @@ _expectations = {
test_zipimport
test_zlib
""",
+ 'openbsd3':
+ """
+ test_aepack
+ test_al
+ test_applesingle
+ test_bsddb
+ test_bsddb3
+ test_cd
+ test_cl
+ test_ctypes
+ test_dl
+ test_gdbm
+ 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_tcl
+ test_sunaudiodev
+ test_unicode_file
+ test_winreg
+ test_winsound
+ """,
}
_expectations['freebsd5'] = _expectations['freebsd4']
_expectations['freebsd6'] = _expectations['freebsd4']