summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2004-08-18 15:13:41 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2004-08-18 15:13:41 (GMT)
commitf64700a512e89c322f46f3cabda3bf58573eda54 (patch)
tree17fcf28d7178609521bf7f9f562d8d7f8f296608 /Lib/test/regrtest.py
parent75b9da4aaf6b1636a116f4afd5b0d11a642c4401 (diff)
downloadcpython-f64700a512e89c322f46f3cabda3bf58573eda54.zip
cpython-f64700a512e89c322f46f3cabda3bf58573eda54.tar.gz
cpython-f64700a512e89c322f46f3cabda3bf58573eda54.tar.bz2
Add support for FreeBSD 6.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 7e83775..67456a3 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1036,21 +1036,25 @@ _expectations = {
test_bsddb3
test_cd
test_cl
+ test_gdbm
test_gl
test_imgfile
test_linuxaudiodev
test_locale
test_macfs
test_macostools
+ test_mpz
test_nis
test_normalization
test_ossaudiodev
test_pep277
test_plistlib
+ test_pty
test_scriptpackages
test_socket_ssl
test_socketserver
test_sunaudiodev
+ test_tcl
test_timeout
test_unicode_file
test_urllibnet
@@ -1059,6 +1063,7 @@ _expectations = {
""",
}
_expectations['freebsd5'] = _expectations['freebsd4']
+_expectations['freebsd6'] = _expectations['freebsd4']
class _ExpectedSkips:
def __init__(self):