From: Martin v. Löwis Date: Mon, 26 Jul 2004 12:09:13 +0000 (+0000) Subject: Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. X-Git-Tag: v2.4a2~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32d0c1b458bbdda8d8895f5b5bedfb4644f839e7;p=python Patch #995782: Add FreeBSD 5 expectations. Will backport to 2.3. --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 842dff7e86..1d1d825d80 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -979,6 +979,7 @@ _expectations = { test_winsound """, } +_expectations['freebsd5'] = _expectations['freebsd4'] class _ExpectedSkips: def __init__(self):