summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-06-07 20:01:37 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-06-07 20:01:37 (GMT)
commit56f88113b7272be8403f9b722c943e679e23d362 (patch)
treef9ec4c394c12c5a824471baaacd63437a8596f57 /Lib
parent0f9e525bdffd3ac25256462a14806956434caeb6 (diff)
downloadcpython-56f88113b7272be8403f9b722c943e679e23d362.zip
cpython-56f88113b7272be8403f9b722c943e679e23d362.tar.gz
cpython-56f88113b7272be8403f9b722c943e679e23d362.tar.bz2
Patch #746801: FreeBSD 4 expected failures, by Charles Swiger.
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 9794fc3..5b7c41e 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -903,6 +903,36 @@ _expectations = {
test_signal
test_sunaudiodev
""",
+ 'freebsd4':
+ """
+ test_aepack
+ test_al
+ test_bsddb
+ test_bsddb3
+ test_cd
+ test_cl
+ 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_socket_ssl
+ test_socketserver
+ test_sunaudiodev
+ test_timeout
+ test_unicode_file
+ test_urllibnet
+ test_winreg
+ test_winsound
+ """,
}
class _ExpectedSkips: