Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3.
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 842dff7..1d1d825 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -979,6 +979,7 @@
         test_winsound
         """,
 }
+_expectations['freebsd5'] = _expectations['freebsd4']
 
 class _ExpectedSkips:
     def __init__(self):