fix, as spotted by nigel taylor

This commit is contained in:
jasper 2011-07-08 07:39:37 +00:00
parent a46a3187a9
commit 2ecb7aa27e
2 changed files with 22 additions and 14 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.26 2011/05/30 21:11:44 rpointel Exp $
# $OpenBSD: Makefile,v 1.27 2011/07/08 07:39:37 jasper Exp $
VERSION = 2.6
PATCHLEVEL = .6
REVISION = 4
REVISION = 5
SHARED_LIBS = python2.6 1.0
AUTOCONF_VERSION = 2.65

View File

@ -1,12 +1,20 @@
$OpenBSD: patch-Lib_test_regrtest_py,v 1.4 2011/07/06 12:25:29 jasper Exp $
--- Lib/test/regrtest.py.orig Wed Jul 6 14:24:56 2011
+++ Lib/test/regrtest.py Wed Jul 6 14:24:56 2011
@@ -1078,6 +1078,8 @@ _expectations = {
""",
'openbsd3':
"""
+ test_audioop
+ test_imageop
test_bsddb
test_bsddb3
test_ctypes
$OpenBSD: patch-Lib_test_regrtest_py,v 1.5 2011/07/08 07:39:37 jasper Exp $
--- Lib/test/regrtest.py.orig Sun Nov 15 00:17:17 2009
+++ Lib/test/regrtest.py Thu Jun 17 13:04:43 2010
@@ -1078,6 +1078,7 @@ _expectations = {
test_epoll
test_gdbm
test_locale
+ test_multiprocessing
test_normalization
test_ossaudiodev
test_pep277
@@ -1105,6 +1106,8 @@ _expectations['freebsd5'] = _expectations['freebsd4']
_expectations['freebsd6'] = _expectations['freebsd4']
_expectations['freebsd7'] = _expectations['freebsd4']
_expectations['freebsd8'] = _expectations['freebsd4']
+
+_expectations['openbsd4'] = _expectations['openbsd3']
class _ExpectedSkips:
def __init__(self):