$OpenBSD: patch-Lib_test_regrtest_py,v 1.3 2010/07/23 13:56:26 sthen 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):
