$OpenBSD: patch-Lib_test_regrtest_py,v 1.9 2016/07/03 20:10:33 rpointel Exp $

- test_bsddb and test_bsddb3 are in the list below as they are only available
  on i386 and amd64.

--- Lib/test/regrtest.py.orig	Sat Jun 25 23:49:31 2016
+++ Lib/test/regrtest.py	Fri Jul  1 10:35:01 2016
@@ -1465,22 +1465,16 @@ _expectations = {
         """,
     'openbsd3':
         """
-        test_ascii_formatd
         test_bsddb
         test_bsddb3
         test_ctypes
+        test_curses
         test_dl
         test_epoll
-        test_gdbm
-        test_locale
-        test_normalization
+        test_gdb
         test_ossaudiodev
-        test_pep277
-        test_tcl
         test_tk
         test_ttk_guionly
-        test_ttk_textonly
-        test_multiprocessing
         """,
     'netbsd3':
         """
@@ -1507,6 +1501,9 @@ _expectations['freebsd5'] = _expectations['freebsd4']
 _expectations['freebsd6'] = _expectations['freebsd4']
 _expectations['freebsd7'] = _expectations['freebsd4']
 _expectations['freebsd8'] = _expectations['freebsd4']
+_expectations['openbsd4'] = _expectations['openbsd3']
+_expectations['openbsd5'] = _expectations['openbsd3']
+_expectations['openbsd6'] = _expectations['openbsd3']
 
 class _ExpectedSkips:
     def __init__(self):
