openbsd-ports/lang/python/2.6/patches/patch-Lib_test_regrtest_py
djm 413ba2dc4a port of Python-2.6, with 100% fewer build knobs!
Thanks to Ian Darwin, Will Maier and Aleksander Piotrowski for feedback
2008-10-18 12:03:56 +00:00

21 lines
731 B
Plaintext

$OpenBSD: patch-Lib_test_regrtest_py,v 1.1 2008/10/18 12:03:56 djm Exp $
--- Lib/test/regrtest.py.orig Sat Jul 19 00:26:35 2008
+++ Lib/test/regrtest.py Sun Sep 28 05:12:36 2008
@@ -1073,6 +1073,7 @@ _expectations = {
test_epoll
test_gdbm
test_locale
+ test_multiprocessing
test_normalization
test_ossaudiodev
test_pep277
@@ -1098,6 +1099,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):