$OpenBSD: patch-Lib_test_regrtest_py,v 1.2 2009/01/01 21:03:27 djm Exp $
--- Lib/test/regrtest.py.orig	Tue Sep 30 10:15:45 2008
+++ Lib/test/regrtest.py	Sun Dec 21 10:00:44 2008
@@ -1074,6 +1074,7 @@ _expectations = {
         test_epoll
         test_gdbm
         test_locale
+        test_multiprocessing
         test_normalization
         test_ossaudiodev
         test_pep277
@@ -1101,6 +1102,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):
