diff options
author | Georg Brandl <georg@python.org> | 2006-06-21 17:53:17 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-06-21 17:53:17 (GMT) |
commit | 0870687f449140ad2620af5b6f5f44896e8c1cd5 (patch) | |
tree | 059b31cd643fd3784ec61b568929877fcb27106e /Lib/test/regrtest.py | |
parent | d819c137691027399d87ab7860b696657b94f085 (diff) | |
download | cpython-0870687f449140ad2620af5b6f5f44896e8c1cd5.zip cpython-0870687f449140ad2620af5b6f5f44896e8c1cd5.tar.gz cpython-0870687f449140ad2620af5b6f5f44896e8c1cd5.tar.bz2 |
Patch #1509001: expected skips for netbsd3.
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-x | Lib/test/regrtest.py | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 8db90f7..26c4d04 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -1274,6 +1274,37 @@ _expectations = { test_winreg test_winsound """, + 'netbsd3': + """ + test_aepack + test_al + test_applesingle + test_bsddb + test_bsddb185 + test_bsddb3 + test_cd + test_cl + test_ctypes + test_curses + test_dl + test_gdbm + test_gl + test_imgfile + test_linuxaudiodev + test_locale + test_macfs + test_macostools + test_nis + test_ossaudiodev + test_pep277 + test_sqlite + test_startfile + test_sunaudiodev + test_tcl + test_unicode_file + test_winreg + test_winsound + """, } _expectations['freebsd5'] = _expectations['freebsd4'] _expectations['freebsd6'] = _expectations['freebsd4'] |